Skip to content

Avoid hiding MacRumors navigation bar#267

Merged
yokoffing merged 3 commits into
yokoffing:mainfrom
alinnow:patch-1
Jul 1, 2026
Merged

Avoid hiding MacRumors navigation bar#267
yokoffing merged 3 commits into
yokoffing:mainfrom
alinnow:patch-1

Conversation

@alinnow

@alinnow alinnow commented Jun 11, 2026

Copy link
Copy Markdown
Contributor

The rule macrumors.com##.noskim hides the navigation header as well as other annoyances:

$$(".noskim")
Array(24) [ nav.navigation--OvbFtbNW.noskim, div.footer--2v61-WeP.front---xGV7W2m.noskim, div.footer--2v61-WeP.front---xGV7W2m.noskim, div.footer--2v61-WeP.front---xGV7W2m.noskim, div.footer--2v61-WeP.front---xGV7W2m.noskim, div.footer--2v61-WeP.front---xGV7W2m.noskim, div.footer--2v61-WeP.front---xGV7W2m.noskim, div.footer--2v61-WeP.front---xGV7W2m.noskim, div.footer--2v61-WeP.front---xGV7W2m.noskim, div.footer--2v61-WeP.front---xGV7W2m.noskim,  ]

The <nav> element should ideally not match the filter rule.

I worked around it locally by disabling the existing rule and replacing it with a <div>-specific version:

macrumors.com#@#.noskim
macrumors.com##div.noskim

There's probably a better way, I'm not too familiar with the filter syntax and this was the first thing that worked. Feel free to edit with another solution.

@yokoffing

Copy link
Copy Markdown
Owner

Thanks

@yokoffing yokoffing merged commit 9a50af8 into yokoffing:main Jul 1, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants