We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5cef91d commit a8955c9Copy full SHA for a8955c9
1 file changed
HacgGodTurn/HacgGodTurn.user.js
@@ -49,7 +49,7 @@
49
// @include http*://htai.*
50
// @include http*://gmgard.com/*
51
// @include http*://*.gmgard.com/*
52
-// @version 3.20.41
+// @version 3.20.42
53
// @grant GM_notification
54
// @grant GM_xmlhttpRequest
55
// @run-at document-end
@@ -567,7 +567,7 @@
567
bgLi.onclick=function(){
568
for(var i=0;i<bgs.length;i++){
569
var bg=bgs[i];
570
- if(getComputedStyle(bg).opacity==1){
+ if(getComputedStyle(bg).opacity>.5){
571
var url=getComputedStyle(bg).backgroundImage.replace(/url\("([^"]+)"\)/,"$1");
572
window.open(url);
573
}
0 commit comments