Skip to content

Instantly share code, notes, and snippets.

@mattlockyer
Last active October 16, 2015 04:10
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 mattlockyer/c05775556ebb3e17e05f to your computer and use it in GitHub Desktop.
Save mattlockyer/c05775556ebb3e17e05f to your computer and use it in GitHub Desktop.
F*** Pintrest Signup Page Blocker
//Scroll down until you see FULL PAGE SIGNUP
//Paste into console in Chrome or whatever (F11)
//Hit enter
var el = document.querySelector('.fullScreenBanner');
el.parentNode.removeChild(el);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment