Jump to content

Mozilla Firefox Browser 131.0.3


Matt

Recommended Posts

  • 2 weeks later...
@-moz-document regexp(".*(stackoverflow|askubuntu|superuser|mathoverflow|serverfault|stackexchange).*")
{
	.ff-sans,.sm\:d-none,.js-zone-container,.d-flex{display:none !important;}
}

A few days ago, I had discover a little change about these websites :

@-moz-document regexp(".*(stackoverflow|askubuntu|superuser|mathoverflow|serverfault|stackexchange).*")
{
	/* Remove the banner about the cookies ! */
	#onetrust-consent-sdk{display:none !important;}
	/* You want to read something at fullsize ? It's working fine with a Laptop of 16" in Full HD ! */
	.container,#content{max-width:1880px !important;}
	/* The scroll (mouse curosr) is block ? Add this line (below) ! */
	/* html,body{position:unset !important;overflow:unset !important;} */
}

The list is very long inside my own "userContent.css" file because plenty of websites already use it (no I won't count them (40 lines to stay readable by domain)).

Link to comment
Share on other sites


Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...