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"]);
|
||||
}
|
||||
if (matchDomain(["newshub.co.nz"])) {
|
||||
removeSelectors([".c-ArticleHeading-authorPicture", ".relatedarticles"]);
|
||||
removeSelectors([
|
||||
".c-ArticleHeading-authorPicture",
|
||||
".relatedarticles",
|
||||
".ArticleAttribution",
|
||||
'.GlobalFooter'
|
||||
]);
|
||||
}
|
||||
if (matchDomain(["tvnz.co.nz"])) {
|
||||
removeSelectors([".signup-container container"]);
|
||||
|
|
Loading…
Reference in New Issue
Block a user