Hacker News new | ask | show | jobs
by w1ntermute 4196 days ago
FYI, you can hide the Wikipedia donation campaign banners by putting this in a userscript that @matches http://*.wikipedia.org/*:

    setTimeout(function() {
        fundraisingBanner.hide();
    }, 1000);
2 comments

This ublock custom rule worked for me:

  ||https://meta.wikimedia.org/wiki/special:bannerloader
Or just sign into your wikipedia account.