Skip to content

Instantly share code, notes, and snippets.

@mskelton
Last active April 10, 2023 18:35
Show Gist options
  • Save mskelton/ec5d177a2b5137ec7562f7129d9919f4 to your computer and use it in GitHub Desktop.
Save mskelton/ec5d177a2b5137ec7562f7129d9919f4 to your computer and use it in GitHub Desktop.
/* ==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