diff --git a/platform/chromium/manifest.json b/platform/chromium/manifest.json index 2dcdf1e..8983e93 100644 --- a/platform/chromium/manifest.json +++ b/platform/chromium/manifest.json @@ -11,7 +11,8 @@ "*://*.facebook.com/*", "*://*.geenstijl.nl/*", "*://*.dumpert.nl/*", - "*://*.nu.nl/*" + "*://*.nu.nl/*", + "*://news.ycombinator.com/*" ], "js": ["blokker.js"], "css": ["blokker.css"] diff --git a/src/blokker.css b/src/blokker.css index 541a01d..20e3540 100644 --- a/src/blokker.css +++ b/src/blokker.css @@ -16,3 +16,6 @@ /* NU.nl */ #nu .zone[data-zone="main"] * { visibility: hidden; } #nu .zone[data-zone="sidebar"] .mostcombination { display: none; } + +/* Hackernews */ +#hnmain .itemlist { display: none; }