cosmetic filters for the spinoff.

master
Jason Schwarzenberger 4 years ago
parent f5ccd844da
commit f5c7a658ba
  1. 3
      readerserver/scraper/browser/scripts/cosmetic-filters.js

@ -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;

Loading…
Cancel
Save