Last active
April 10, 2023 18:35
-
-
Save mskelton/ec5d177a2b5137ec7562f7129d9919f4 to your computer and use it in GitHub Desktop.
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
/* ==UserStyle== | |
@name myfxbook ad blocker | |
@namespace github.com/mskelton | |
@version 1.0.2 | |
@description Block adds on myfxbook.com | |
@author Mark Skelton | |
@license ISC | |
@homepageURL https://gist.github.com/mskelton/ec5d177a2b5137ec7562f7129d9919f4 | |
==/UserStyle== */ | |
@-moz-document domain("myfxbook.com") { | |
#popupAdModal, | |
#wallpaper-ad, | |
#webNotificationModal, | |
#webNotificationBlockModal, | |
.responsive-ad-height, | |
.modal-backdrop { | |
display: none !important; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment