Skip to content

Commit 4424ecc

Browse files
committed
Update adblock fix userscript
1 parent 248e22b commit 4424ecc

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

adblock-fix.user.js

+1-6
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
// @name Adblock Fix for Game Sites
33
// @namespace n0samu.github.io
44
// @include https://www.play-games.com/game/*
5-
// @include https://www.jogos360.com.br/*
65
// @include https://www.flashgamesplayer.com/free/*
76
// @grant none
87
// @version 1.2
@@ -21,10 +20,6 @@ switch (document.domain) {
2120
addButtonAction('loadthegame', 'loadGame');
2221
break;
2322
case 'www.flashgamesplayer.com':
24-
setTimeout(function() {
25-
let btn = document.getElementById('player');
26-
btn.classList.remove('ab');
27-
btn.textContent = 'Play Now!';
28-
}, 600);
23+
document.getElementById('player')?.click();
2924
break;
3025
}

0 commit comments

Comments
 (0)