forked from tanner/qotnews
cosmetic filters for the spinoff.
This commit is contained in:
parent
f5ccd844da
commit
f5c7a658ba
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user