This style hides the Macrumors persistent notification bar. Otherwise it never goes away forever, despite promises.
macrumors hide permissions bar by uncoy
Details
Authoruncoy
LicenseCC Zero
Categoryhttps://macrumors.com
Created
Updated
Size431 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
It's a very simple style to prevent Macrumors from popping up the notifications permissions bar, again and again. There's a preference to allow one to stop the bar from appearing forever but it doesn't work.
Source code
/* ==UserStyle==
@name forums.macrumors.com hide notification permission bar
@namespace github.com/openstyles/stylus
@version 1.0.0
@description This style hides the Macrumors persistent notification bar. Otherwise it never goes away forever, despite promises.
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://forums.macrumors.com") {
.u-bottomFixer {display: none;}
}