Skip to content

Instantly share code, notes, and snippets.

@culy247
Created January 14, 2025 06:42
Show Gist options
  • Save culy247/1eb232748282b9c8c82ab85facfe2236 to your computer and use it in GitHub Desktop.
Save culy247/1eb232748282b9c8c82ab85facfe2236 to your computer and use it in GitHub Desktop.
Dormint ads auto view
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