We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c27b3cf commit 14166d5Copy full SHA for 14166d5
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.05
+// @version 3.21.06
76
// @grant GM_notification
77
// @grant GM_xmlhttpRequest
78
// @grant GM_setClipboard
@@ -725,8 +725,7 @@
725
var style=document.querySelector("style");
726
var curRegs=style.innerHTML.pmatch(/background\-image:\s*url\('?([^\')]+)'?\)/gi);
727
for(var curReg of curRegs){
728
- if(bgUrls.indexOf(curReg[0])==-1)
729
- bgUrls+=curReg[0]+"\n";
+ bgUrls+=curReg[0]+"\n";
730
}
731
GM_setClipboard(bgUrls);
732
alert("背景图片链接复制完毕");
0 commit comments