comparison pixiv-fanbox-unlazy.user.js @ 79:e4b970501e8e

Missed the url fix
author nanaya <me@nanaya.pro>
date Thu, 06 Aug 2020 19:41:24 +0900
parents 9dc1be1a6c7a
children 86daedfccb43
comparison
equal deleted inserted replaced
78:9dc1be1a6c7a 79:e4b970501e8e
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 1.0.0 4 // @version 1.0.1
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://tweetdeck.twitter.com/* 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.sr.ht/~nanaya/ec-userscripts/raw/pixiv-fanbox-unlazy.user.js?rev=tip
10 // ==/UserScript== 10 // ==/UserScript==
11 11
12 ;(function () { 12 ;(function () {