]> gitweb @ CieloNegro.org - imenu-relinker.git/commitdiff
Run the script at document-end master
authorPHO <pho@cielonegro.org>
Mon, 8 Feb 2021 10:42:01 +0000 (19:42 +0900)
committerPHO <pho@cielonegro.org>
Mon, 8 Feb 2021 10:42:01 +0000 (19:42 +0900)
imenu-relinker.user.js

index 3711d16fd8bb9fe8fb92192c0c489ff900596c16..e9fb624355d6a20bd5703e1041a22f302e3a6c87 100644 (file)
@@ -5,7 +5,7 @@
 // @author       PHO
 // @version      1.0.1
 // @license      CC0
-// @run-at       document-idle
+// @run-at       document-end
 // @include      https://*.5ch.net/*
 // ==/UserScript==
 (function () {
@@ -24,7 +24,7 @@
     function remove_ad_footer() {
         // Starting from 2021-02-08, 5ch.net shows an iframe ad
         // contained in several nested div elements. Dunno which
-        // script is doing it.
+        // script is doing it. -> Found. It was "ad.js"
         var iframes = document.querySelectorAll("iframe");
         for (var iframe of iframes.values()) {
             if ((iframe.getAttribute("src") || "").startsWith("//stab.thench.net/")) {