Mercurial > ec-userscripts
comparison pixiv-fanbox-unlazy.user.js @ 82:86da34e62d29
Update url
author | nanaya <me@nanaya.pro> |
---|---|
date | Wed, 10 Mar 2021 17:56:31 +0900 |
parents | e30cd7fbee42 |
children | 9c8cde985caf |
comparison
equal
deleted
inserted
replaced
81:e30cd7fbee42 | 82:86da34e62d29 |
---|---|
1 // ==UserScript== | 1 // ==UserScript== |
2 // @name pixiv fanbox no lazy loading image | 2 // @name pixiv fanbox no lazy loading image |
3 // @namespace https://myconan.net | 3 // @namespace https://myconan.net |
4 // @version 2.0.1 | 4 // @version 2.0.2 |
5 // @description Lazy loading is bad for environment. Disable it. | 5 // @description Lazy loading is bad for environment. Disable it. |
6 // @author nanaya | 6 // @author nanaya |
7 // @match https://*.fanbox.cc/* | 7 // @match https://*.fanbox.cc/* |
8 // @grant none | 8 // @grant none |
9 // @downloadURL https://hg.sr.ht/~nanaya/ec-userscripts/raw/pixiv-fanbox-unlazy.user.js?rev=tip | 9 // @downloadURL https://hg.myconan.net/ec-userscripts/raw-file/tip/pixiv-fanbox-unlazy.user.js |
10 // ==/UserScript== | 10 // ==/UserScript== |
11 | 11 |
12 ;(function () { | 12 ;(function () { |
13 'use strict' | 13 'use strict' |
14 | 14 |