Skip to content

Avoid hiding MacRumors navigation bar#267

Open
alinnow wants to merge 1 commit into
yokoffing:mainfrom
alinnow:patch-1
Open

Avoid hiding MacRumors navigation bar#267
alinnow wants to merge 1 commit into
yokoffing:mainfrom
alinnow:patch-1

Conversation

@alinnow

@alinnow alinnow commented Jun 11, 2026

Copy link
Copy Markdown

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.

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.

1 participant