cosmetic filters for the spinoff.

This commit is contained in:
Jason Schwarzenberger 2020-11-16 16:49:39 +13:00
parent f5ccd844da
commit f5c7a658ba

View File

@ -39,6 +39,9 @@
if (matchDomain(["tvnz.co.nz"])) {
removeSelectors([".signup-container container"]);
}
if (matchDomain(["thespinoff.co.nz"])) {
removeSelectors([".the-spinoff-club-interruptive", ".bulletin-signup"]);
}
function matchDomain(domains) {
const hostname = window.location.hostname;