Last active
June 28, 2016 18:07
-
-
Save julescarbon/f16c913f567d02cf1fb73ddd4f70a8d6 to your computer and use it in GitHub Desktop.
remove pinterest nag screen bookmarklet (june 2016)
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
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