Skip to content

PoEFandomWikiFix by survfate

Imported and mirrored from https://raw.githubusercontent.com/survfate/PoEFandomWikiFix/main/poefandomwikifix.user.css

Screenshot of PoEFandomWikiFix

Details

Authorsurvfate

LicenseMIT

Categorypathofexile.fandom.com

Created

Updated

Size648 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

A style fix for pathofexile.fandom.com, including ads blocking

Notes

  1. Install Stylus
  2. Install this userstyle
  3. Enjoy
  4. 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;
    }
}

Reviews

No reviews yet.