Skip to content

Instantly share code, notes, and snippets.

@w3dg
Created October 26, 2025 13:31
Show Gist options
  • Select an option

  • Save w3dg/304204304fa4a50977cc9fb04b7966ad to your computer and use it in GitHub Desktop.

Select an option

Save w3dg/304204304fa4a50977cc9fb04b7966ad to your computer and use it in GitHub Desktop.
Fix PrepInsta's annoying popup.
@-moz-document url-prefix("https://prepinsta.com/") {
#popupOverlay, #myModal, .modal-backdrop {
display: none !important;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment