Skip to content

Instantly share code, notes, and snippets.

@yuchant
Created August 30, 2019 20:16
Show Gist options
  • Save yuchant/8723f3714ad9faaabfac1f5724c9fb10 to your computer and use it in GitHub Desktop.
Save yuchant/8723f3714ad9faaabfac1f5724c9fb10 to your computer and use it in GitHub Desktop.
setInterval(
function() {
try {
var page = document.getElementById('page')
page.className = page.className.replace("dgd_blur", '');
document.querySelector(".dgd_overlay").remove();
} catch(ex) {
}
},
1000
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment