A style fix for pathofexile.fandom.com, including ads blocking
PoEFandomWikiFix by survfate
Imported and mirrored from https://raw.githubusercontent.com/survfate/PoEFandomWikiFix/main/poefandomwikifix.user.css
Details
Authorsurvfate
LicenseMIT
Categorypathofexile.fandom.com
Created
Updated
Size648 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
- Install Stylus
- Install this userstyle
- Enjoy
- Feel free to update the style to your personal usage
Source code
/* ==UserStyle==
@name PoEFandomWikiFix
@namespace github.com/survfate
@version 0.1.0
@description A style fix for pathofexile.fandom.com, including ads blocking
@author survfate (/u/survfate)
@preprocessor stylus
@license MIT
==/UserStyle== */
@-moz-document domain("pathofexile.fandom.com")
{
/* Remove Ads */
.site-pathofexile-fandom .top-ads-container,
.site-pathofexile-fandom .ad-slot-placeholder,
.site-pathofexile-fandom .mcf-wrapper,
.site-pathofexile-fandom .page__right-rail,
.mw-parser-output #ds_cpp
{
display: none !important;
}
}