Created
February 13, 2018 19:15
-
-
Save gunderson/7a38f05b4e817d2d9deeebcc92556a40 to your computer and use it in GitHub Desktop.
unblock salon
This file contains hidden or 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
document.querySelector("#adblock-wrapper").remove(); | |
document.body.style.overflow='auto'; | |
document.body.style.height='auto'; | |
// converted to bookmarklet at https://mrcoles.com/bookmarklet/ | |
/* | |
javascript:(function()%7Bdocument.querySelector(%22%23adblock-wrapper%22).remove()%3Bdocument.body.style.overflow%3D'auto'%3Bdocument.body.style.height%3D'auto'%7D)() | |
*/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment