Skip to content

Instantly share code, notes, and snippets.

@DeeNewcum
Created August 27, 2024 20:59
Show Gist options
  • Save DeeNewcum/6f281c57a3bca1459042f0767e920ddf to your computer and use it in GitHub Desktop.
Save DeeNewcum/6f281c57a3bca1459042f0767e920ddf to your computer and use it in GitHub Desktop.
Firefox user CSS sync
/*
* Since it's difficult or impossible to synchronize user CSS, I'm using this to manually
* update changes across all my browsers.
*
*/
@-moz-document domain(www.amazon.com) {
/* delete the Rufus auto-popup */
div#nav-flyout-rufus {
display: none !important;
}
/* delete the strip that's pure advertisement */
div#percolate-ui-ilm_div {
display: none;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment