Skip to content

Instantly share code, notes, and snippets.

@gunderson
Created February 13, 2018 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gunderson/7a38f05b4e817d2d9deeebcc92556a40 to your computer and use it in GitHub Desktop.
Save gunderson/7a38f05b4e817d2d9deeebcc92556a40 to your computer and use it in GitHub Desktop.
unblock salon
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