Skip to content

Instantly share code, notes, and snippets.

@dudelis
Created December 13, 2017 10:38
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 dudelis/6725fcf8af923b66c6e98fe855bfe6ad to your computer and use it in GitHub Desktop.
Save dudelis/6725fcf8af923b66c6e98fe855bfe6ad to your computer and use it in GitHub Desktop.
How to remove annoying Sign Up prompt on velocity-it.com
//Open Developer tools and run this in the Console
document.getElementsByClassName("onp-sl-outer-wrap")[0].remove();
document.getElementsByClassName("onp-sl-blur-area")[0].style.filter = '';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment