Created
August 30, 2019 20:16
-
-
Save yuchant/8723f3714ad9faaabfac1f5724c9fb10 to your computer and use it in GitHub Desktop.
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
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