Skip to content

Instantly share code, notes, and snippets.

@selivan
Last active March 6, 2018 09: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 selivan/764812d90da629552f2a24384ebecc10 to your computer and use it in GitHub Desktop.
Save selivan/764812d90da629552f2a24384ebecc10 to your computer and use it in GitHub Desktop.
Userstyle to remove pornhub age verification
@-moz-document domain("www.pornhub.com") {
div[id="age-verification-wrapper"]{ display:none !important; }
div[id="age-verification-container"]{ display:none !important; }
div[id="verifyAgeWrapper"]{ display:none !important; }
div[id="pb_block"]{ display:none !important; }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment