Created
October 26, 2025 13:31
-
-
Save w3dg/304204304fa4a50977cc9fb04b7966ad to your computer and use it in GitHub Desktop.
Fix PrepInsta's annoying popup.
This file contains hidden or 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
| @-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