Skip to content

Instantly share code, notes, and snippets.

@julescarbon
Last active June 28, 2016 18:07
Show Gist options
  • Save julescarbon/f16c913f567d02cf1fb73ddd4f70a8d6 to your computer and use it in GitHub Desktop.
Save julescarbon/f16c913f567d02cf1fb73ddd4f70a8d6 to your computer and use it in GitHub Desktop.
remove pinterest nag screen bookmarklet (june 2016)
javascript:(function(){var $m = document.querySelector(".ModalManager"); if ($m) $m.parentNode.removeChild($m); document.body.classList.remove("noScroll"); var $n = document.querySelector(".Nags"); if ($n) $n.parentNode.removeChild($n); })()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment