Skip to content

Commit a8955c9

Browse files
committed
fix
1 parent 5cef91d commit a8955c9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

HacgGodTurn/HacgGodTurn.user.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
// @include http*://htai.*
5050
// @include http*://gmgard.com/*
5151
// @include http*://*.gmgard.com/*
52-
// @version 3.20.41
52+
// @version 3.20.42
5353
// @grant GM_notification
5454
// @grant GM_xmlhttpRequest
5555
// @run-at document-end
@@ -567,7 +567,7 @@
567567
bgLi.onclick=function(){
568568
for(var i=0;i<bgs.length;i++){
569569
var bg=bgs[i];
570-
if(getComputedStyle(bg).opacity==1){
570+
if(getComputedStyle(bg).opacity>.5){
571571
var url=getComputedStyle(bg).backgroundImage.replace(/url\("([^"]+)"\)/,"$1");
572572
window.open(url);
573573
}

0 commit comments

Comments
 (0)