Wikipedia: hide portal navboxes
Removes the large navigation templates, portal bars and sister-project link boxes at the foot of an article.
Code to copy
/* Hide portal links, navboxes and the "see also" clutter boxes */
.mw-parser-output .navbox,
.mw-parser-output .portal-bar,
.mw-parser-output .sistersitebox,
.mw-parser-output .side-box {
display: none !important;
}
How to use this example
- Copy the code with the button above.
- Install JustZix (2 minutes) and open the extension on the target page.
- Add a new rule matching that page.
- Paste the code into the rule's CSS panel and save — the effect appears instantly.
Rate this example
No ratings yet — be the first.