Created
January 14, 2025 06:42
-
-
Save culy247/1eb232748282b9c8c82ab85facfe2236 to your computer and use it in GitHub Desktop.
Dormint ads auto view
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
function viewAds() { | |
var btn = document.getElementsByClassName('_circle_13e6v_59')[0] || undefined | |
if ( btn ) { | |
btn.click(); | |
} | |
} | |
var adsI = setInterval( function(){ | |
viewAds(); | |
}, 30000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment