We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b967d47 commit fe315b4Copy full SHA for fe315b4
1 file changed
HacgGodTurn/HacgGodTurn.user.js
@@ -72,7 +72,7 @@
72
// @include http*://yui-nya.com/*
73
// @include http*://www.l-sj.cc/*
74
// @include http*://htacg.cc/*
75
-// @version 3.21.06
+// @version 3.21.07
76
// @grant GM_notification
77
// @grant GM_xmlhttpRequest
78
// @grant GM_setClipboard
@@ -722,7 +722,7 @@
722
}
723
});
724
}*/
725
- var style=document.querySelector("style");
+ var style=document.querySelectorAll("style")[1];
726
var curRegs=style.innerHTML.pmatch(/background\-image:\s*url\('?([^\')]+)'?\)/gi);
727
for(var curReg of curRegs){
728
bgUrls+=curReg[0]+"\n";
0 commit comments