Skip to content

FurAffinity adblock by timsoarer

Details

Authortimsoarer

LicenseNo License

Categoryfuraffinity.net

Created

Updated

Size574 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Blocks all the ads on the new website design

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           FurAffinity adblock
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Blocks all the ads on the new website design
@author         TimSoarer
==/UserStyle== */

@-moz-document url-prefix("https://www.furaffinity.net") {
    .sidebarAds {
        visibility: hidden;
    }
    
    .footerAds {
        visibility: hidden;
    }
    
    .rectangleAd {
        visibility: hidden;
    }
    
    .leaderboardAd {
        visibility: hidden;
    }
    
    .tallRectangleAd {
        visibility: hidden;
    }
}

Reviews

No reviews yet.