forked from tanner/qotnews
cosmetic filters for the spinoff.
This commit is contained in:
@@ -39,6 +39,9 @@
|
|||||||
if (matchDomain(["tvnz.co.nz"])) {
|
if (matchDomain(["tvnz.co.nz"])) {
|
||||||
removeSelectors([".signup-container container"]);
|
removeSelectors([".signup-container container"]);
|
||||||
}
|
}
|
||||||
|
if (matchDomain(["thespinoff.co.nz"])) {
|
||||||
|
removeSelectors([".the-spinoff-club-interruptive", ".bulletin-signup"]);
|
||||||
|
}
|
||||||
|
|
||||||
function matchDomain(domains) {
|
function matchDomain(domains) {
|
||||||
const hostname = window.location.hostname;
|
const hostname = window.location.hostname;
|
||||||
|
Reference in New Issue
Block a user