forked from tanner/qotnews
cosmetic filters for newshub.
This commit is contained in:
parent
5668fa5dbc
commit
55e7f6bb14
|
@ -34,7 +34,12 @@
|
||||||
removeSelectors([".article_content__section", ".bio"]);
|
removeSelectors([".article_content__section", ".bio"]);
|
||||||
}
|
}
|
||||||
if (matchDomain(["newshub.co.nz"])) {
|
if (matchDomain(["newshub.co.nz"])) {
|
||||||
removeSelectors([".c-ArticleHeading-authorPicture", ".relatedarticles"]);
|
removeSelectors([
|
||||||
|
".c-ArticleHeading-authorPicture",
|
||||||
|
".relatedarticles",
|
||||||
|
".ArticleAttribution",
|
||||||
|
'.GlobalFooter'
|
||||||
|
]);
|
||||||
}
|
}
|
||||||
if (matchDomain(["tvnz.co.nz"])) {
|
if (matchDomain(["tvnz.co.nz"])) {
|
||||||
removeSelectors([".signup-container container"]);
|
removeSelectors([".signup-container container"]);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user