Mercurial > ec-userscripts
comparison soranews-image.user.js @ 82:86da34e62d29
Update url
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 10 Mar 2021 17:56:31 +0900 |
parents | 5a3a269c5e6f |
children | af4f8b25495e |
comparison
equal
deleted
inserted
replaced
81:e30cd7fbee42 | 82:86da34e62d29 |
---|---|
1 // ==UserScript== | 1 // ==UserScript== |
2 // @name Soranews image fix | 2 // @name Soranews image fix |
3 // @namespace https://myconan.net | 3 // @namespace https://myconan.net |
4 // @version 1.0.1 | 4 // @version 1.0.2 |
5 // @description Soranews lazy load image fix | 5 // @description Soranews lazy load image fix |
6 // @author nanaya | 6 // @author nanaya |
7 // @match https://soranews24.com/* | 7 // @match https://soranews24.com/* |
8 // @grant none | 8 // @grant none |
9 // @downloadURL https://hg.sr.ht/~nanaya/ec-userscripts/raw/soranews-image.user.js?rev=tip | 9 // @downloadURL https://hg.myconan.net/ec-userscripts/raw-file/tip/soranews-image.user.js |
10 // ==/UserScript== | 10 // ==/UserScript== |
11 | 11 |
12 ;(function () { | 12 ;(function () { |
13 'use strict' | 13 'use strict' |
14 | 14 |