Skip to content

Instantly share code, notes, and snippets.

@DeeNewcum
Last active September 22, 2025 14:59
Show Gist options
  • Select an option

  • Save DeeNewcum/6f281c57a3bca1459042f0767e920ddf to your computer and use it in GitHub Desktop.

Select an option

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.
*
* How to install: https://www.reddit.com/r/FirefoxCSS/wiki/index/tutorials/
*
*/
@-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