# HG changeset patch # User nanaya # Date 1601658958 -32400 # Node ID 86daedfccb43fee9a5a1240f2a4f1db31194b3e0 # Parent e4b970501e8ecb8e1d306d0b0bdf4e9c6752a015 Remove click event on the link itself diff -r e4b970501e8e -r 86daedfccb43 pixiv-fanbox-unlazy.user.js --- a/pixiv-fanbox-unlazy.user.js Thu Aug 06 19:41:24 2020 +0900 +++ b/pixiv-fanbox-unlazy.user.js Sat Oct 03 02:15:58 2020 +0900 @@ -1,7 +1,7 @@ // ==UserScript== // @name pixiv fanbox no lazy loading image // @namespace https://myconan.net -// @version 1.0.1 +// @version 2.0.0 // @description Lazy loading is bad for environment. Disable it. // @author nanaya // @match https://*.fanbox.cc/* @@ -47,6 +47,7 @@ } link._ecUserscript = true + link.onclick = null link.innerHTML = `` }