bypass-paywalls-chrome-clean/background.js

1650 lines
62 KiB
JavaScript
Raw Normal View History

/* Please respect alphabetical order when adding a site in any list */
2017-07-08 14:16:27 -07:00
'use strict';
var ext_api = (typeof browser === 'object') ? browser : chrome;
2020-10-20 07:59:44 -07:00
var ext_name = ext_api.runtime.getManifest().name;
2017-07-08 14:16:27 -07:00
2021-03-13 07:49:47 -08:00
const cs_limit_except = ['elespanol.com', 'faz.net', 'inkl.com', 'la-croix.com', 'nation.africa', 'newleftreview.org'];
var currentTabUrl = '';
var csDone = false;
// Cookies from this list are blocked by default (obsolete)
// defaultSites are loaded from sites.js at installation extension
// var defaultSites = {};
2017-07-08 14:16:27 -07:00
2018-01-30 21:26:21 -08:00
const restrictions = {
2021-01-28 08:33:48 -08:00
'adweek.com': /^((?!\.adweek\.com\/(.+\/)?(amp|agencyspy|tvnewser|tvspy)\/).)*$/,
2020-12-15 08:02:59 -08:00
'barrons.com': /.+\.barrons\.com\/(amp\/)?article(s)?\/.+/,
2020-09-24 11:49:59 -07:00
'bloombergquint.com': /^((?!\.bloombergquint\.com\/bq-blue-exclusive\/).)*$/,
'economictimes.com': /.+\.economictimes\.com\/($|(__assets|prime)(\/.+)?|.+\.cms)/,
2020-11-11 08:18:48 -08:00
'elcomercio.pe': /.+\/elcomercio\.pe\/.+((\w)+(\-)+){3,}.+/,
2021-03-13 07:49:47 -08:00
'elespanol.com': /^((?!\/cronicaglobal\.elespanol\.com\/).)*$/,
2021-01-19 09:46:16 -08:00
'elpais.com': /(\/elpais\.com\/$|\/(.+\.)?elpais\.com\/.+\.html)/,
2021-01-11 09:48:49 -08:00
'faz.net': /^((?!\/.+\.faz\.net\/aktuell\/(\?switchfaznet)?$).)*$/,
2020-12-16 09:37:44 -08:00
'foreignaffairs.com': /.+\.foreignaffairs\.com\/(articles|fa-caching|interviews|reviews|sites)\/.+/,
2021-05-18 08:11:49 -07:00
'ft.com': /.+\.ft\.com\/content\//,
2020-11-11 08:18:48 -08:00
'gestion.pe': /.+\/gestion\.pe\/.+((\w)+(\-)+){3,}.+/,
2021-05-18 08:11:49 -07:00
'medianama.com': /\.medianama\.com\/(\d){4}\/(\d){2}\//,
'timesofindia.com': /.+\.timesofindia\.com\/($|toi-plus(\/.+)?|.+\.cms)/,
2021-03-28 10:03:17 -07:00
'nknews.org': /^((?!nknews\.org\/pro\/).)*$/,
'quora.com': /^((?!quora\.com\/search\?q=).)*$/,
2021-01-10 11:20:53 -08:00
'seekingalpha.com': /.+\/seekingalpha\.com\/($|(amp\/)?(article|news)\/|samw\/)/,
'techinasia.com': /\.techinasia\.com\/.+/,
'wsj.com': /^((?!\/cn\.wsj\.com\/).)*$/
2017-07-08 14:16:27 -07:00
}
// Don't remove cookies before page load
// allow_cookies are completed with domains in sites.js (default allow/remove_cookies)
2020-11-10 09:14:47 -08:00
var allow_cookies_default = [
'abc.es',
2021-05-29 22:41:12 -07:00
'abril.com.br',
'ajc.com',
2021-03-27 00:48:42 -07:00
'apollo-magazine.com',
2021-05-09 05:50:16 -07:00
'asiatimes.com',
2021-03-01 09:04:04 -08:00
'atlantico.fr',
2021-02-13 09:11:44 -08:00
'augsburger-allgemeine.de',
'belfasttelegraph.co.uk',
2021-03-20 09:16:15 -07:00
'berliner-zeitung.de',
2020-12-12 04:15:27 -08:00
'berlingske.dk',
2021-04-03 00:37:26 -07:00
'billboard.com',
'bostonglobe.com',
'business-standard.com',
2020-12-04 07:24:52 -08:00
'charliehebdo.fr',
2021-01-11 11:59:50 -08:00
'cicero.de',
'clarin.com',
2021-01-20 11:25:53 -08:00
'cmjornal.pt',
'chronicle.com',
'dallasnews.com',
'df.cl',
2021-04-10 00:09:33 -07:00
'di.se',
'dn.se',
'dvhn.nl',
'editorialedomani.it',
2021-01-24 02:04:06 -08:00
'elconfidencial.com',
2021-03-13 07:49:47 -08:00
'elespanol.com',
'elmercurio.com',
'elmundo.es',
'elpais.com',
2020-11-23 09:12:13 -08:00
'elperiodico.com',
2021-03-16 10:10:41 -07:00
'entrepreneur.com',
'esprit.presse.fr',
2020-12-12 04:28:10 -08:00
'euobserver.com',
'eurekareport.com.au',
2020-12-24 05:14:08 -08:00
'expansion.com',
'faz.net',
2020-11-15 05:36:59 -08:00
'financialpost.com',
'ftm.nl',
'fortune.com',
2020-12-24 04:30:41 -08:00
'freiepresse.de',
'gestion.pe',
2020-11-07 01:43:21 -08:00
'gva.be',
'haaretz.co.il',
'haaretz.com',
'handelsblatt.com',
2021-01-25 11:39:09 -08:00
'hilltimes.com',
2021-05-25 10:27:32 -07:00
'hindustantimes.com',
'hs.fi',
'ilfattoquotidiano.it',
2021-04-23 08:00:25 -07:00
'ilgiorno.it',
'ilrestodelcarlino.it',
'independent.ie',
'intelligentinvestor.com.au',
2021-01-26 12:27:21 -08:00
'jpost.com',
'knack.be',
'kurier.at',
2020-11-26 11:17:44 -08:00
'la-croix.com',
'lanazione.it',
'lanouvellerepublique.fr',
2021-04-02 04:20:59 -07:00
'latribune.fr',
2020-12-31 00:45:12 -08:00
'lavanguardia.com',
'lc.nl',
'lejdd.fr',
'lesechos.fr',
2021-04-02 07:08:38 -07:00
'letelegramme.fr',
2021-04-19 10:27:53 -07:00
'lexpress.fr',
2021-04-30 08:24:53 -07:00
'loeildelaphotographie.com',
'lrb.co.uk',
2021-01-24 01:25:11 -08:00
'marketwatch.com',
2021-05-18 08:11:49 -07:00
'medianama.com',
'medium.com',
'modernhealthcare.com',
2021-02-18 10:47:02 -08:00
'nation.africa',
'nationalgeographic.com',
2020-11-15 05:36:59 -08:00
'nationalpost.com',
'nationalreview.com',
2021-01-09 08:45:09 -08:00
'newleftreview.org',
'newrepublic.com',
2021-03-08 09:43:16 -08:00
'newsday.com',
2020-12-20 12:27:58 -08:00
'nouvelobs.com',
2021-02-13 08:46:26 -08:00
'noz.de',
2021-03-28 07:04:55 -07:00
'nwzonline.de',
'nybooks.com',
2021-04-16 10:43:24 -07:00
'nyteknik.se',
'nytimes.com',
'nzz.ch',
2021-01-19 09:46:16 -08:00
'observador.pt',
2020-12-21 10:32:51 -08:00
'parismatch.com',
2020-12-19 07:27:15 -08:00
'piqd.de',
2021-03-07 05:02:58 -08:00
'politicaexterior.com',
2021-01-22 04:58:33 -08:00
'prospectmagazine.co.uk',
'quotidiano.net',
'quora.com',
2021-04-15 09:32:12 -07:00
'reuters.com',
'rhein-zeitung.de',
'rheinpfalz.de',
'rollingstone.com',
2021-01-18 11:11:42 -08:00
'ruhrnachrichten.de',
2020-11-15 05:49:31 -08:00
'saechsische.de',
'scribd.com',
'seekingalpha.com',
'shz.de',
2021-02-18 08:10:44 -08:00
'si.com',
'slader.com',
'staradvertiser.com',
'startribune.com',
'stocknews.com',
2021-01-31 01:53:55 -08:00
'stratfor.com',
2021-01-16 01:57:44 -08:00
'sudouest.fr',
'sueddeutsche.de',
2021-01-14 10:23:07 -08:00
'svz.de',
'techinasia.com',
'telegraaf.nl',
'the-american-interest.com',
2021-02-07 01:57:49 -08:00
'theartnewspaper.com',
'thehindu.com',
2020-11-25 08:27:58 -08:00
'thehindubusinessline.com',
'themarker.com',
2021-04-28 00:14:33 -07:00
'thenewatlantis.com',
'thewest.com.au',
2021-06-12 09:19:36 -07:00
'thewrap.com',
2021-02-10 10:18:41 -08:00
'time.com',
'timeshighereducation.com',
'towardsdatascience.com',
2021-05-06 10:49:57 -07:00
'usatoday.com',
2021-01-13 12:54:16 -08:00
'usinenouvelle.com',
'variety.com',
2021-04-10 00:49:34 -07:00
'velonews.com',
2021-02-27 05:20:40 -08:00
'venturebeat.com',
'washingtonpost.com',
2020-10-27 09:02:36 -07:00
'wiwo.de',
'worldpoliticsreview.com',
'zeit.de',
2020-11-10 09:14:47 -08:00
];
var allow_cookies = allow_cookies_default.slice();
2017-07-08 14:16:27 -07:00
// Removes cookies after page load
// remove_cookies are completed with domains of sites.js (default allow/remove_cookies)
var remove_cookies = [
2017-07-08 14:16:27 -07:00
]
// select specific cookie(s) to hold from remove_cookies domains
const remove_cookies_select_hold = {
'barrons.com': ['wsjregion'],
2020-11-27 10:34:03 -08:00
'groene.nl': ['accept-cookies', 'popunder-hidden'],
'newstatesman.com': ['STYXKEY_nsversion'],
'qz.com': ['gdpr'],
2021-01-06 10:50:39 -08:00
'seattletimes.com': ['st_newsletter_splash_seen'],
2020-11-11 08:18:48 -08:00
'wsj.com': ['wsjregion', 'ResponsiveConditional_initialBreakpoint']
}
// select only specific cookie(s) to drop from remove_cookies domains
2020-04-13 10:09:49 -07:00
var remove_cookies_select_drop = {
2021-01-22 05:44:11 -08:00
'ambito.com': ['TDNotesRead'],
'caixinglobal.com': ['CAIXINGLB_LOGIN_UUID'],
'dn.se': ['randomSplusId'],
'fd.nl': ['socialread'],
2021-01-30 03:56:09 -08:00
'griffithreview.com': ['issuem_lp'],
'nrc.nl': ['counter'],
2021-01-22 05:32:59 -08:00
'theatlantic.com': ['articleViews'],
'thepointmag.com': ['monthly_history']
}
2019-05-12 14:00:27 -07:00
// Override User-Agent with Googlebot
var use_google_bot_default = [
'abc.es',
'barrons.com',
2020-12-12 04:15:27 -08:00
'berlingske.dk',
2020-10-26 14:21:02 -07:00
'deutsche-wirtschafts-nachrichten.de',
'df.cl',
2021-04-10 00:09:33 -07:00
'di.se',
'dn.se',
'editorialedomani.it',
2021-05-04 11:14:30 -07:00
'elmercurio.com',
2020-12-12 04:28:10 -08:00
'euobserver.com',
'eurekareport.com.au',
'ft.com',
'handelsblatt.com',
2021-01-25 11:39:09 -08:00
'hilltimes.com',
'hs.fi',
'intelligentinvestor.com.au',
'lanouvellerepublique.fr',
'miamiherald.com',
2021-01-16 01:57:44 -08:00
'newleftreview.org',
2021-03-28 10:03:17 -07:00
'nknews.org',
2020-12-20 12:27:58 -08:00
'nouvelobs.com',
'nzz.ch',
2020-12-19 07:27:15 -08:00
'piqd.de',
'quora.com',
'republic.ru',
'rhein-zeitung.de',
'rheinpfalz.de',
2021-01-18 11:11:42 -08:00
'ruhrnachrichten.de',
'seekingalpha.com',
'statista.com',
'thetimes.co.uk',
2021-05-06 10:49:57 -07:00
'usatoday.com',
2021-01-13 12:54:16 -08:00
'usinenouvelle.com',
'washingtonpost.com',
2021-03-24 09:55:04 -07:00
'wired.com',
2020-10-27 09:02:36 -07:00
'wiwo.de',
'worldpoliticsreview.com',
2020-10-27 10:04:25 -07:00
'wsj.com',
'zeit.de',
];
2020-11-10 09:14:47 -08:00
var use_google_bot = use_google_bot_default.slice();
2019-05-12 14:00:27 -07:00
2020-11-02 09:52:20 -08:00
// Override User-Agent with Bingbot
var use_bing_bot_default = [
2020-11-02 09:52:20 -08:00
'haaretz.co.il',
'haaretz.com',
2021-04-05 10:56:27 -07:00
'stratfor.com',
2020-11-02 09:52:20 -08:00
'themarker.com',
];
var use_bing_bot = use_bing_bot_default.slice();
2020-11-02 09:52:20 -08:00
2021-02-06 23:42:06 -08:00
var use_facebook_referer_default = ['clarin.com', 'fd.nl', 'ilmanifesto.it', 'law.com', 'sloanreview.mit.edu'];
2021-02-06 12:37:40 -08:00
var use_facebook_referer = use_facebook_referer_default.slice();
var use_google_referer_default = [];
var use_google_referer = use_google_referer_default.slice();
var use_twitter_referer_default = ['medium.com', 'towardsdatascience.com'];
var use_twitter_referer = use_twitter_referer_default.slice();
var use_random_ip = ['esprit.presse.fr', 'slader.com'];
2021-02-06 12:37:40 -08:00
var change_headers = use_google_bot.concat(use_bing_bot, use_facebook_referer, use_google_referer, use_twitter_referer, use_random_ip);
// block paywall-scripts individually
var blockedRegexes = {
2021-05-29 22:41:12 -07:00
'abril.com.br': /\.abril\.com\.br\/.+\/abril-paywall\/js\/abril-paywall\.js/,
2021-03-01 09:04:04 -08:00
'adweek.com': /\.lightboxcdn\.com\//,
2021-03-27 00:48:42 -07:00
'apollo-magazine.com': /\.tinypass\.com\//,
2021-02-13 09:11:44 -08:00
'augsburger-allgemeine.de':/(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-(ad|subscriptions)-.+\.js)/,
'afr.com': /api\.afr\.com\/graphql\?query=.+PaywallRuleQuery/,
'ajc.com': /loader-cdn\.azureedge\.net\//,
2021-03-01 09:04:04 -08:00
'alternatives-economiques.fr': /\.poool\.fr\//,
'americanbanker.com': /\.tinypass\.com\//,
2021-05-09 05:50:16 -07:00
'asiatimes.com': /cdn\.ampproject\.org\/v\d\/amp-(access|ad|analytics)-.+\.(m)?js/,
2021-03-01 09:04:04 -08:00
'atlantico.fr': /\.poool\.fr\//,
'barrons.com': /(cdn\.cxense\.com\/.+|cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js)/,
'belfasttelegraph.co.uk': /(cdn\.flip-pay\.com\/clients\/inm\/flip-pay\.js|cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js)/,
2021-04-03 00:37:26 -07:00
'billboard.com': /(cdn\.cxense\.com\/|\.tinypass\.com\/)/,
2021-03-01 09:04:04 -08:00
'bizjournals.com': /(assets\.bizjournals\.com\/static\/js\/app\/cxense\.js|cdn\.cxense\.com\/)/,
'bloomberg.com': /(\.tinypass\.com\/|assets\.bwbx\.io\/s3\/fence\/)/,
2021-06-14 12:45:12 -07:00
'bostonglobe.com': /\.blueconic\.net\//,
2021-03-01 09:04:04 -08:00
'businessinsider.com': /\.tinypass\.com\//,
'challenges.fr': /\.poool\.fr\//,
'charliehebdo.fr': /\.poool\.fr\//,
'chronicle.com': /(\.blueconic\.net\/|\.chronicle\.com\/(common\/)?(che-auth0-user|script)\.js)/,
2021-03-01 09:04:04 -08:00
'clarin.com': /js\.matheranalytics\.com\//,
2021-01-20 11:25:53 -08:00
'cmjornal.pt': /cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad)-.+\.js/,
'corriere.it': /(\.tinypass\.com\/|\.rcsobjects\.it\/rcs_(cpmt|tracking-service)\/|\.corriereobjects\.it\/.+\/js\/(_paywall\.sjs|tracking\/)|\.userzoom\.com\/files\/js\/)/,
'dallasnews.com': /(\.blueconic\.net\/|js\.matheranalytics\.com\/)/,
2021-03-01 09:04:04 -08:00
'digiday.com': /\.tinypass\.com\//,
'dvhn.nl': /\.evolok\.net\/.+\/authorize\//,
'economist.com': /\.tinypass\.com\//,
'editorialedomani.it': /(\.editorialedomani\.it\/pelcro\.js|js\.pelcro\.com\/)/,
'elcomercio.pe': /elcomercio\.pe\/pf\/dist\/template\/elcomercio-noticia.+\.js/,
2021-03-01 09:04:04 -08:00
'elconfidencial.com': /\.tinypass\.com\//,
2021-03-13 07:49:47 -08:00
'elespanol.com': /\.eestatic\.com\/assets_js\/web\/v\d\/historia.*\.min\.js/,
2020-12-21 22:44:50 -08:00
'elmercurio.com': /\.(elmercurio\.com|emol\.cl)\/(.+\/)?js\/(.+\/)?(modal|merPramV\d|PramModal\.min)\.js/,
2021-01-02 03:47:39 -08:00
'elmundo.es': /cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js/,
2021-04-07 10:42:21 -07:00
'elpais.com': /(\.epimg\.net\/js\/.+\/(noticia|user)\.min\.js|\/elpais\.com\/arc\/subs\/p\.min\.js|cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad|consent)-.+\.js)/,
2021-01-02 03:47:39 -08:00
'elperiodico.com': /cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js/,
2020-11-15 05:36:59 -08:00
'estadao.com.br': /acesso\.estadao\.com\.br\/paywall\/.+\/pw\.js/,
2021-03-01 09:04:04 -08:00
'estrellavalpo.cl': /(\.mercuriovalpo\.cl\/impresa\/.+\/assets\/(vendor|\d)\.js|pram\.pasedigital\.cl\/API\/User\/Status\?)/,
2021-05-28 09:31:13 -07:00
'exame.com': /\/exame\.com\/.+\/js\/pywll-dyn\.js/,
2021-01-02 03:47:39 -08:00
'expansion.com': /cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js/,
2021-03-01 09:04:04 -08:00
'financialpost.com': /\.tinypass\.com\//,
'foreignaffairs.com': /\.foreignaffairs\.com\/sites\/default\/files\/js\/js_[^y].+\.js/,
'foreignpolicy.com': /(cdn\.cxense\.com\/|\.tinypass\.com\/)/,
2021-03-01 09:04:04 -08:00
'fortune.com': /\.tinypass\.com\//,
2021-01-02 03:47:39 -08:00
'freiepresse.de': /cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js/,
2021-03-01 09:04:04 -08:00
'ftm.nl': /\.ftm\.nl\/js\/routing\?/,
'gestion.pe': /gestion\.pe\/pf\/dist\/template\/gestion-noticia.+\.js/,
2021-03-01 09:04:04 -08:00
'globes.co.il': /\.tinypass\.com\//,
'globo.com': /\.tinypass\.com\//,
2021-01-30 03:56:09 -08:00
'griffithreview.com': /\.griffithreview\.com\/.+\/leaky-paywall\//,
'haaretz.co.il': /haaretz\.co\.il\/htz\/js\/inter\.js/,
2021-03-01 09:04:04 -08:00
'haaretz.com': /haaretz\.com\/hdc\/web\/js\/minified\/header-scripts-int.js/,
'hbr.org': /\.tinypass\.com\//,
2021-04-25 04:45:26 -07:00
'hilltimes.com': /\.hilltimes\.com\/.+\/js\/loadingoverlay\/loadingoverlay\.min\.js/,
2021-03-01 09:04:04 -08:00
'historyextra.com': /\.evolok\.net\/.+\/authorize\//,
2021-02-21 08:21:32 -08:00
'houstonchronicle.com': /\.blueconic\.net\//,
2021-04-23 08:00:25 -07:00
'ilgiorno.it': /\.tinypass\.com\//,
2021-03-01 09:04:04 -08:00
'ilrestodelcarlino.it': /\.tinypass\.com\//,
'independent.ie': /(cdn\.flip-pay\.com\/clients\/inm\/flip-pay\.js|cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js)/,
2021-03-01 09:04:04 -08:00
'inquirer.com': /\.tinypass\.com\//,
2021-01-02 03:47:39 -08:00
'irishtimes.com': /cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js/,
2021-02-01 08:21:27 -08:00
'japantimes.co.jp': /\.piano\.io\//,
2021-01-26 12:27:21 -08:00
'jpost.com': /\.jpost\.com\/bundles\/js_article\?/,
2021-03-01 09:04:04 -08:00
'knack.be': /\.knack\.be\/js\/responsive\/rmgModal\.js/,
'kurier.at': /\.tinypass\.com\//,
2021-01-02 03:47:39 -08:00
'la-croix.com': /cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js/,
2020-12-21 22:44:50 -08:00
'lasegunda.com': /\.(lasegunda\.com|emol\.cl)\/(.+\/)?js\/(.+\/)?(modal|merPramV\d|PramModal\.min)\.js/,
'lanazione.it': /\.tinypass\.com\//,
2021-03-01 09:04:04 -08:00
'latercera.com': /(\.latercera\.com\/arc\/subs\/p\.js|cdn\.cxense\.com\/)/,
2021-06-12 08:35:12 -07:00
'latimes.com': /(js\.matheranalytics\.com\/|metering\.platform\.latimes\.com\/v\d\/meter)/,
2021-04-02 04:20:59 -07:00
'latribune.fr': /\.poool\.fr\//,
2020-12-31 00:45:12 -08:00
'lavanguardia.com': /(\.evolok\.net\/.+\/authorize\/|\.lavanguardia\.com\/(js\/)?godo-)/,
2021-03-01 09:04:04 -08:00
'lc.nl': /\.evolok\.net\/.+\/authorize\//,
2021-02-01 08:21:27 -08:00
'le1hebdo.fr': /(\.qiota\.com\/|\/le1hebdo\.fr\/assets\/front\/js\/qiota\.script\.js)/,
2021-03-01 09:04:04 -08:00
'lejdd.fr': /\.poool\.fr\//,
'leparisien.fr': /\.tinypass\.com\//,
'lesechos.fr': /\.tinypass\.com\//,
2021-04-02 07:08:38 -07:00
'letelegramme.fr': /\.poool\.fr\//,
2021-04-19 10:27:53 -07:00
'lexpress.fr': /\.poool\.fr\//,
2021-03-01 09:04:04 -08:00
'livemint.com': /(\.livemint\.com\/js\/localWorker\.js|analytics\.htmedia\.in\/analytics-js\/.+\.js)/,
2021-04-30 08:24:53 -07:00
'loeildelaphotographie.com': /cdn\.loeildelaphotographie\.com\/wp-content\/.+\/hague-child\/js\/script-.+\.js/,
2021-03-01 09:04:04 -08:00
'lopinion.fr': /\.poool\.fr\//,
'lrb.co.uk': /\.tinypass\.com\//,
2021-01-24 01:25:11 -08:00
'marketwatch.com': /(cdn\.cxense\.com\/|cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js)/,
2020-11-12 10:26:21 -08:00
'mercuriovalpo.cl': /(.+\.mercuriovalpo\.cl\/impresa\/.+\/assets\/(vendor|\d)\.js|pram\.pasedigital\.cl\/API\/User\/Status\?)/,
2021-03-30 11:52:19 -07:00
'mexiconewsdaily.com': /\.mexiconewsdaily\.com\/c\/assets\/pigeon\.js/,
2021-06-02 22:11:25 -07:00
'modernhealthcare.com': /(\.tinypass\.com\/|\.modernhealthcare\.com\/.+\/js\/js_.+\.js)/,
2021-02-18 10:47:02 -08:00
'nation.africa': /(\.evolok\.net\/|nation\.africa\/resource\/themes\/nation-.+\/js\/.+\.js)/,
2021-03-01 09:04:04 -08:00
'nationalgeographic.com': /\.blueconic\.net\//,
'nationalpost.com': /\.tinypass\.com\//,
'nationalreview.com': /(\.blueconic\.net\/|cdn\.ampproject\.org\/v\d\/amp-(access|ad)-.+\.js)/,
'newrepublic.com': /\.onecount\.net\/js\//,
2021-03-08 09:43:16 -08:00
'newsday.com': /(loader-cdn\.azureedge\.net\/|js\.matheranalytics\.com\/)/,
2021-03-01 09:04:04 -08:00
'newsweek.com': /js\.pelcro\.com\//,
'newyorker.com': /\.newyorker\.com\/verso\/static\/presenter-articles.+\.js/,
2021-03-28 10:03:17 -07:00
'nknews.org': /\.nknews\.org\/wp-content\/themes\/nknews\/js\/bootstrap\.min\.js/,
2021-02-13 08:46:26 -08:00
'noz.de': /cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad|fx-flying-carpet)-.+\.js/,
2021-03-28 07:04:55 -07:00
'nwzonline.de': /cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad|fx-flying-carpet)-.+\.js/,
2021-04-16 10:43:24 -07:00
'nyteknik.se': /\.nyteknik\.se\/.+\/static\/js\/site\.min\.js/,
2020-11-25 08:27:58 -08:00
'nytimes.com': /(meter-svc\.nytimes\.com\/meter\.js|mwcm\.nyt\.com\/.+\.js)/,
2021-03-01 09:04:04 -08:00
'observador.pt': /\.tinypass\.com\//,
'parismatch.com': /\.poool\.fr\//,
'quotidiano.net': /\.tinypass\.com\//,
2021-05-05 08:10:36 -07:00
'reuters.com': /\.reuters\.com\/(arc\/subs\/p\.min|pf\/resources\/dist\/reuters\/js\/index)\.js/,
2021-03-01 09:04:04 -08:00
'rollingstone.com': /cdn\.cxense\.com\//,
'ruhrnachrichten.de': /\.tinypass\.com\//,
'saechsische.de': /\.tinypass\.com\//,
2021-03-20 01:09:43 -07:00
'thesaturdaypaper.com.au': /\.thesaturdaypaper\.com\.au\/sites\/all\/modules\/custom\/node_meter\/pw\.js/,
2021-03-01 09:04:04 -08:00
'science-et-vie.com': /\.qiota\.com\//,
'sciencesetavenir.fr': /\.poool\.fr\//,
'scmp.com': /(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-(access|ad|analytics|consent|fx-flying-carpet)-.+\.js)/,
'seekingalpha.com': /(\.tinypass\.com\/|cdn\.ampproject\.org(\/.+)?\/v\d\/amp-(access|ad|loader)-.+\.js)/,
2021-02-21 08:21:32 -08:00
'sfchronicle.com': /\.blueconic\.net\//,
'shz.de': /cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad|fx-flying-carpet)-.+\.js/,
2021-02-18 08:10:44 -08:00
'si.com': /\.blueconic\.net\//,
2021-03-01 09:04:04 -08:00
'slate.com': /(cdn\.cxense\.com\/|\.tinypass\.com\/)/,
'sloanreview.mit.edu': /(\.tinypass\.com\/|\/sloanreview\.mit\.edu\/.+\/welcome-ad\.js)/,
'spectator.co.uk': /\.tinypass\.com\//,
'spectator.com.au': /\.tinypass\.com\//,
2021-06-19 10:04:16 -07:00
'spectator.us': /(cdn\.cxense\.com\/|\.tinypass\.com\/)/,
'svz.de': /cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad|fx-flying-carpet)-.+\.js/,
2021-03-01 09:04:04 -08:00
'technologyreview.com': /\.blueconic\.net\//,
'telegraph.co.uk': /(\.tinypass\.com\/|cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js|\.telegraph\.co\.uk\/.+\/piano.+\.js|assets\.adobedtm\.com\/.+\.js)/,
2021-02-07 01:57:49 -08:00
'theartnewspaper.com': /\.amazonaws.com\/production-website-scripts\/bouncer\.js/,
2021-03-01 09:04:04 -08:00
'thedailybeast.com': /\.tinypass\.com\//,
2021-06-19 10:04:16 -07:00
'theglobeandmail.com': /smartwall\.theglobeandmail\.com\//,
2021-03-01 09:04:04 -08:00
'thehindu.com': /(cdn\.cxense\.com\/|\.tinypass\.com\/)/,
'thehindubusinessline.com': /(cdn\.cxense\.com\/|\.tinypass\.com\/)/,
'thenation.com': /\.tinypass\.com\//,
2021-04-28 00:14:33 -07:00
'thenewatlantis.com': /\.thenewatlantis\.com\/.+\/thenewatlantis\/js\/(gate|donate)\.js/,
2021-06-12 09:19:36 -07:00
'thewrap.com': /\.wallkit\.net\/js\//,
2021-02-10 10:18:41 -08:00
'time.com': /\/time\.com\/dist\/meter-wall-client-js\..+\.js/,
'timeshighereducation.com': /\.timeshighereducation\.com\/sites\/default\/files\/js\/js_bbCGL.+\.js/,
2021-03-01 09:04:04 -08:00
'valeursactuelles.com': /\.qiota\.com\//,
'variety.com': /cdn\.cxense\.com\//,
2021-04-10 00:49:34 -07:00
'velonews.com': /\.velonews\.com\/.+\/scripts\/contentGate.+\.js/,
2021-02-27 05:20:40 -08:00
'venturebeat.com': /\.wallkit\.net\/js\//,
2021-03-01 09:04:04 -08:00
'wsj.com': /(cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js|cdn\.cxense\.com\/)/
};
2017-07-08 14:16:27 -07:00
// grouped domains in sites.js (for options)
// grouped domains (rules only)
const au_nine_domains = ['brisbanetimes.com.au', 'smh.com.au', 'theage.com.au', 'watoday.com.au'];
2021-05-19 08:10:40 -07:00
const es_epiberica_domains = ['diariodeibiza.es', 'diariodemallorca.es', 'farodevigo.es', 'laprovincia.es', 'levante-emv.com', 'lne.es'];
2021-05-11 10:22:34 -07:00
const it_repubblica_domains = ['gelocal.it', 'ilsecoloxix.it', 'lanuovasardegna.it', 'lastampa.it', 'limesonline.com', 'repubblica.it'].concat(['lescienze.it']);
const nl_pg_domains = ['parool.nl', 'trouw.nl', 'volkskrant.nl', 'humo.be', 'demorgen.be'];
const usa_genomeweb_domains = ['genomeweb.com', '360dx.com', 'precisiononcologynews.com'];
2020-11-02 09:52:20 -08:00
const userAgentDesktopG = "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
const userAgentMobileG = "Chrome/80.0.3987.92 Mobile Safari/537.36 (compatible ; Googlebot/2.1 ; +http://www.google.com/bot.html)"
const userAgentDesktopB = "Mozilla/5.0 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
const userAgentMobileB = "Chrome/80.0.3987.92 Mobile Safari/537.36 (compatible; bingbot/2.0; +http://www.bing.com/bingbot.htm)"
2017-07-08 14:16:27 -07:00
var enabledSites = [];
var disabledSites = [];
var customSites = {};
var customSites_domains = [];
2021-01-05 09:53:46 -08:00
var excludedSites = [];
2017-07-08 14:16:27 -07:00
function setDefaultOptions() {
ext_api.storage.local.set({
sites: filterObject(defaultSites, function (val, key) {
return !val.includes('#options_disable_')
})
}, function () {
ext_api.runtime.openOptionsPage();
});
}
2020-02-25 14:18:39 -08:00
2020-12-07 09:10:29 -08:00
var grouped_sites = {
'###_au_comm_media': au_comm_media_domains,
'###_au_news_corp': au_news_corp_domains,
'###_au_prov_news': au_prov_news_domains,
'###_br_folha': br_folha_domains,
2021-01-08 09:40:01 -08:00
'###_ca_torstar': ca_torstar_domains,
2020-12-10 11:22:57 -08:00
'###_de_funke_medien': de_funke_media_domains,
2020-12-08 10:48:00 -08:00
'###_de_madsack': de_madsack_domains,
'###_economictimes': economictimes_domains,
2020-12-07 09:10:29 -08:00
'###_es_grupo_vocento': es_grupo_vocento_domains,
'###_fi_alma_talent': fi_alma_talent_domains,
'###_fr_be_groupe_rossel': fr_be_groupe_rossel_domains,
'###_fr_groupe_ebra': fr_groupe_ebra_domains,
'###_fr_groupe_la_depeche': fr_groupe_la_depeche_domains,
2021-01-05 09:53:46 -08:00
'###_it_ilmessaggero': it_ilmessaggero_domains,
'###_nl_ad_region': nl_ad_region_domains,
2021-06-20 12:40:30 -07:00
'###_nl_mediahuis_region': nl_mediahuis_region_domains,
2021-05-13 12:52:33 -07:00
'###_timesofindia': timesofindia_domains,
2021-06-02 23:53:51 -07:00
'###_usa_crainsbiz': usa_crainsbiz_domains,
'###_usa_mcc': usa_mcc_domains,
'###_usa_nymag': usa_nymag_domains,
2021-04-25 04:45:26 -07:00
'###_usa_tribune': usa_tribune_domains,
'###_usa_theathletic': usa_theathletic_domains
2020-12-07 09:10:29 -08:00
};
function add_grouped__enabled_domains(groups) {
for (let key in groups) {
if (enabledSites.includes(key))
enabledSites = enabledSites.concat(groups[key]);
else
disabledSites = disabledSites.concat(groups[key]);
2021-01-05 09:53:46 -08:00
for (let site of excludedSites) {
if (enabledSites.includes(site)) {
enabledSites.splice(enabledSites.indexOf(site), 1);
disabledSites.push(site);
}
}
2020-12-07 09:10:29 -08:00
}
}
// add grouped sites to en/disabledSites & init rules (optional)
function add_grouped_sites(init_rules) {
2020-12-07 09:10:29 -08:00
add_grouped__enabled_domains(grouped_sites);
2020-11-21 04:44:37 -08:00
if (init_rules) {
for (let domain of au_comm_media_domains) {
allow_cookies.push(domain);
2021-03-01 09:04:04 -08:00
blockedRegexes[domain] = /cdn-au\.piano\.io\/api\/tinypass.+\.js/;
2020-11-21 04:44:37 -08:00
}
for (let domain of au_news_corp_domains) {
allow_cookies.push(domain);
2021-05-22 10:52:16 -07:00
if (domain !== 'dailytelegraph.com.au')
use_google_bot.push(domain);
2021-01-02 03:47:39 -08:00
blockedRegexes[domain] = /cdn\.ampproject\.org\/v\d\/amp-(access|ad|iframe)-.+\.js/;
2020-11-21 04:44:37 -08:00
}
for (let domain of au_prov_news_domains) {
allow_cookies.push(domain);
use_google_bot.push(domain);
}
for (let domain of br_folha_domains) {
allow_cookies.push(domain);
blockedRegexes[domain] = /(\.folha\.uol\.com\.br\/paywall\/js\/.+\/publicidade\.ads\.js|paywall\.folha\.uol\.com\.br\/|js\.matheranalytics\.com\/)/;
}
2021-01-08 09:40:01 -08:00
for (let domain of ca_torstar_domains) {
allow_cookies.push(domain);
blockedRegexes[domain] = /\.(ca|com)\/api\/overlaydata/;
}
2020-12-10 11:22:57 -08:00
for (let domain of de_funke_media_domains) {
allow_cookies.push(domain);
2021-03-01 09:04:04 -08:00
blockedRegexes[domain] = /(cdn\.cxense\.com\/|\.tinypass\.com\/)/;
use_google_bot.push(domain);
2020-12-10 11:22:57 -08:00
}
for (let domain of de_madsack_domains) {
allow_cookies.push(domain);
blockedRegexes[domain] = /cdn\.ampproject\.org\/v\d\/amp-(ad|subscriptions)-.+\.js/;
}
for (let domain of economictimes_domains) {
allow_cookies.push(domain);
use_google_bot.push(domain);
}
for (let domain of es_grupo_vocento_domains) {
allow_cookies.push(domain);
2021-03-05 03:21:01 -08:00
blockedRegexes[domain] = /cdn\.ampproject\.org\/v\d\/amp-(access|ad|subscriptions)-.+\.js/;
}
2020-11-27 10:34:03 -08:00
for (let domain of fi_alma_talent_domains) {
use_google_bot.push(domain);
}
2020-12-06 03:43:05 -08:00
for (let domain of fr_be_groupe_rossel_domains) {
if (!['lecho.be'].includes(domain)) {
2020-12-06 03:43:05 -08:00
allow_cookies.push(domain);
use_google_bot.push(domain);
}
}
2020-12-06 13:31:54 -08:00
for (let domain of fr_groupe_ebra_domains) {
allow_cookies.push(domain);
2021-03-01 09:04:04 -08:00
blockedRegexes[domain] = /(\.poool\.fr\/|cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent)-.+\.js)/;
2020-12-07 09:10:29 -08:00
}
for (let domain of fr_groupe_la_depeche_domains) {
allow_cookies.push(domain);
2021-03-01 09:04:04 -08:00
blockedRegexes[domain] = /(\.poool\.fr\/|cdn\.ampproject\.org\/v\d\/amp-(access|ad|consent|subscriptions)-.+\.js)/;//|iframe
2020-12-06 13:31:54 -08:00
}
for (let domain of it_ilmessaggero_domains)
2020-11-21 04:44:37 -08:00
blockedRegexes[domain] = /utils\.cedsdigital\.it\/js\/PaywallMeter\.js/;
for (let domain of nl_ad_region_domains)
remove_cookies_select_drop[domain] = ['temptationTrackingId'];
2021-06-20 12:40:30 -07:00
for (let domain of nl_mediahuis_region_domains)
allow_cookies.push(domain);
2021-05-13 12:52:33 -07:00
for (let domain of timesofindia_domains) {
allow_cookies.push(domain);
use_google_bot.push(domain);
if (domain === 'timesofindia.com')
blockedRegexes[domain] = /\.timesofindia\.com\/jsrender\.cms/;
else
blockedRegexes[domain] = /timesofindia\.indiatimes\.com\/jsrender\/version-1\.cms/;
}
2021-06-02 23:53:51 -07:00
for (let domain of usa_crainsbiz_domains) {
allow_cookies.push(domain);
blockedRegexes[domain] = /(\.tinypass\.com\/|\.(crains.+|.+business)\.com\/.+\/js\/js_.+\.js)/;
}
for (let domain of usa_mcc_domains)
blockedRegexes[domain] = /cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js/;
for (let domain of usa_tribune_domains) {
allow_cookies.push(domain);
blockedRegexes[domain] = /\.tribdss\.com\//;
}
2021-04-25 04:45:26 -07:00
for (let domain of usa_theathletic_domains) {
allow_cookies.push(domain);
blockedRegexes[domain] = /cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js/;
}
// rules only
for (let domain of au_nine_domains)
blockedRegexes[domain] = /cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js/;
2021-04-28 12:45:45 -07:00
for (let domain of es_epiberica_domains) {
allow_cookies.push(domain);
2021-05-19 08:10:40 -07:00
blockedRegexes[domain] = /cdn\.ampproject\.org\/v\d\/amp-(access|analytics|consent)-.+\.js/;
2021-04-28 12:45:45 -07:00
}
for (let domain of it_repubblica_domains) {
allow_cookies.push(domain);
2021-05-25 09:00:36 -07:00
blockedRegexes[domain] = /(scripts\.repubblica\.it\/pw\/pw\.js|cdn\.ampproject\.org\/v\d\/amp-(access|ad|user-notification)-.+\.js)/;
}
for (let domain of nl_pg_domains)
2020-11-21 04:44:37 -08:00
remove_cookies_select_drop[domain] = ['TID_ID'];
for (let domain of usa_genomeweb_domains) {
allow_cookies.push(domain);
blockedRegexes[domain] = /crain-platform-.+-prod\.s3\.amazonaws\.com\/s3fs-public\/js\/js_.+\.js/;
}
use_google_bot_default = use_google_bot.slice();
use_bing_bot_default = use_bing_bot.slice();
2021-02-06 12:37:40 -08:00
use_facebook_referer_default = use_facebook_referer.slice();
use_google_referer_default = use_google_referer.slice();
use_twitter_referer_default = use_twitter_referer.slice();
change_headers = use_google_bot.concat(use_bing_bot, use_facebook_referer, use_google_referer, use_twitter_referer, use_random_ip);
2020-11-21 04:44:37 -08:00
}
}
// Get the enabled sites (from local storage) & add to allow/remove_cookies (if not already in one of these arrays)
// Add googlebot- and block_javascript-settings for custom sites
ext_api.storage.local.get({
sites: {},
2021-01-05 09:53:46 -08:00
sites_custom: {},
sites_excluded: []
}, function (items) {
var sites = items.sites;
var sites_custom = items.sites_custom;
2021-01-05 09:53:46 -08:00
excludedSites = items.sites_excluded;
enabledSites = Object.keys(sites).filter(function (key) {
return (sites[key] !== '' && sites[key] !== '###');
}).map(function (key) {
return sites[key].toLowerCase();
});
customSites = sites_custom;
customSites_domains = Object.values(sites_custom).map(x => x.domain);
disabledSites = defaultSites_domains.concat(customSites_domains).filter(x => !enabledSites.includes(x) && x !== '###');
add_grouped_sites(true); //and exclude sites
for (let domainVar of enabledSites) {
if (!allow_cookies.includes(domainVar) && !remove_cookies.includes(domainVar)) {
allow_cookies.push(domainVar);
remove_cookies.push(domainVar);
}
}
for (let key in sites_custom) {
var domainVar = sites_custom[key]['domain'].toLowerCase();
if (sites_custom[key]['googlebot'] > 0 && !use_google_bot.includes(domainVar))
use_google_bot.push(domainVar);
switch (sites_custom[key]['useragent']) {
case 'googlebot':
if (!use_google_bot.includes(domainVar))
use_google_bot.push(domainVar);
break;
case 'bingbot':
if (!use_bing_bot.includes(domainVar))
use_bing_bot.push(domainVar);
break;
}
if (sites_custom[key]['allow_cookies'] > 0 && !allow_cookies.includes(domainVar))
2020-11-10 09:14:47 -08:00
allow_cookies.push(domainVar);
if (sites_custom[key]['block_javascript'] > 0)
block_js_custom.push(domainVar);
if (sites_custom[key]['block_javascript_ext'] > 0)
block_js_custom_ext.push(domainVar);
2021-02-06 12:37:40 -08:00
switch (sites_custom[key]['referer']) {
case 'facebook':
use_facebook_referer.push(domainVar);
break;
case 'google':
use_google_referer.push(domainVar);
break;
case 'twitter':
use_twitter_referer.push(domainVar);
}
}
disableJavascriptOnListedSites();
});
// Listen for changes to options
ext_api.storage.onChanged.addListener(function (changes, namespace) {
if (namespace === 'sync')
return;
2020-11-10 09:14:47 -08:00
for (let key in changes) {
var storageChange = changes[key];
if (key === 'sites') {
var sites = storageChange.newValue;
enabledSites = Object.keys(sites).filter(function (key) {
return (sites[key] !== '' && sites[key] !== '###');
}).map(function (key) {
return sites[key];
});
disabledSites = defaultSites_domains.concat(customSites_domains).filter(x => !enabledSites.includes(x) && x !== '###');
add_grouped_sites(false);
2020-11-10 09:14:47 -08:00
for (let domainVar of enabledSites) {
if (!allow_cookies.includes(domainVar) && !remove_cookies.includes(domainVar)) {
2020-11-10 09:14:47 -08:00
allow_cookies.push(domainVar);
remove_cookies.push(domainVar);
}
}
}
if (key === 'sites_custom') {
var sites_custom = storageChange.newValue ? storageChange.newValue : {};
var sites_custom_old = storageChange.oldValue ? storageChange.oldValue : {};
customSites = sites_custom;
customSites_domains = Object.values(sites_custom).map(x => x.domain);
// add/remove custom sites in options
var sites_custom_added = Object.keys(sites_custom).filter(x => !Object.keys(sites_custom_old).includes(x) && !defaultSites.hasOwnProperty(x));
var sites_custom_removed = Object.keys(sites_custom_old).filter(x => !Object.keys(sites_custom).includes(x) && !defaultSites.hasOwnProperty(x));
ext_api.storage.local.get({
sites: {}
}, function (items) {
var sites = items.sites;
2020-11-10 09:14:47 -08:00
for (let key of sites_custom_added)
sites[key] = sites_custom[key].domain;
2020-11-10 09:14:47 -08:00
for (let key of sites_custom_removed)
delete sites[key];
ext_api.storage.local.set({
sites: sites
}, function () {
true;
});
});
2020-11-10 09:14:47 -08:00
// restore cookie-settings for removed custom (& also default) domain
var sites_custom_default_domain_removed = Object.values(sites_custom_old).map(function (site_old) {
return site_old.domain;
}).filter(x => !Object.values(sites_custom).map(function (site_new) {
return site_new.domain;
}).includes(x) && defaultSites_domains.includes(x));
for (let domain of sites_custom_default_domain_removed) {
if (!allow_cookies_default.includes(domain) && !remove_cookies.includes(domain))
remove_cookies.push(domain);
}
use_google_bot = use_google_bot_default.slice();
use_bing_bot = use_bing_bot_default.slice();
2021-02-06 12:37:40 -08:00
use_facebook_referer = use_facebook_referer_default.slice();
use_google_referer = use_google_referer_default.slice();
use_twitter_referer = use_twitter_referer_default.slice();
block_js_custom = [];
block_js_custom_ext = [];
for (let key in sites_custom) {
var domainVar = sites_custom[key]['domain'].toLowerCase();
if (sites_custom[key]['googlebot'] > 0 && !use_google_bot.includes(domainVar)) {
use_google_bot.push(domainVar);
}
switch (sites_custom[key]['useragent']) {
case 'googlebot':
if (!use_google_bot.includes(domainVar))
use_google_bot.push(domainVar);
break;
case 'bingbot':
if (!use_bing_bot.includes(domainVar))
use_bing_bot.push(domainVar);
break;
}
2020-11-10 09:14:47 -08:00
if (sites_custom[key]['allow_cookies'] > 0) {
if (allow_cookies.includes(domainVar)) {
if (remove_cookies.includes(domainVar))
remove_cookies.splice(remove_cookies.indexOf(domainVar), 1);
} else
allow_cookies.push(domainVar);
} else if (!allow_cookies_default.includes(domainVar) && allow_cookies.includes(domainVar) && !remove_cookies.includes(domainVar))
remove_cookies.push(domainVar);
if (sites_custom[key]['block_javascript'] > 0) {
block_js_custom.push(domainVar);
}
if (sites_custom[key]['block_javascript_ext'] > 0) {
block_js_custom_ext.push(domainVar);
}
2021-02-06 12:37:40 -08:00
switch (sites_custom[key]['referer']) {
case 'facebook':
use_facebook_referer.push(domainVar);
break;
case 'google':
use_google_referer.push(domainVar);
break;
case 'twitter':
use_twitter_referer.push(domainVar);
}
}
2021-02-06 12:37:40 -08:00
change_headers = use_google_bot.concat(use_bing_bot, use_facebook_referer, use_google_referer, use_twitter_referer, use_random_ip);
2017-07-08 14:16:27 -07:00
}
2021-01-05 09:53:46 -08:00
if (key === 'sites_excluded') {
var sites_excluded = storageChange.newValue ? storageChange.newValue : [];
var sites_excluded_old = storageChange.oldValue ? storageChange.oldValue : [];
excludedSites = sites_excluded;
// add/remove excluded sites in en/disabledSites
var sites_excluded_added = sites_excluded.filter(x => !sites_excluded_old.includes(x));
var sites_excluded_removed = sites_excluded_old.filter(x => !sites_excluded.includes(x));
for (let site of sites_excluded_added) {
if (enabledSites.includes(site)) {
enabledSites.splice(enabledSites.indexOf(site), 1);
disabledSites.push(site);
}
}
for (let site of sites_excluded_removed) {
if (disabledSites.includes(site)) {
disabledSites.splice(disabledSites.indexOf(site), 1);
enabledSites.push(site);
}
}
}
if (key === 'version_new') {
version_new = storageChange.newValue;
}
2021-01-05 09:53:46 -08:00
// reset disableJavascriptOnListedSites eventListener
ext_api.webRequest.onBeforeRequest.removeListener(disableJavascriptOnListedSites);
ext_api.webRequest.handlerBehaviorChanged();
// Refresh the current tab
2021-06-12 09:19:36 -07:00
refreshCurrentTab();
}
2017-07-08 14:16:27 -07:00
});
// Set and show default options on install
ext_api.runtime.onInstalled.addListener(function (details) {
2017-07-08 14:16:27 -07:00
if (details.reason == "install") {
setDefaultOptions();
2017-07-08 14:16:27 -07:00
} else if (details.reason == "update") {
ext_api.management.getSelf(function (result) {
if (enabledSites.includes('#options_on_update') && result.installType !== 'development')
ext_api.runtime.openOptionsPage(); // User updated extension (non-developer mode)
});
2017-07-08 14:16:27 -07:00
}
});
// repubblica.it bypass
ext_api.webRequest.onBeforeRequest.addListener(function (details) {
if (!isSiteEnabled(details)) {
return;
}
var updatedUrl = details.url.replace('/pwa/', '/ws/detail/');
return { redirectUrl: updatedUrl };
},
{urls:["*://*.repubblica.it/pwa/*"], types:["main_frame"]},
["blocking"]
);
// inkl disable newsletter login
ext_api.webRequest.onBeforeRequest.addListener(function (details) {
if (!isSiteEnabled(details)) {
return;
}
var updatedUrl = details.url.replace(/etok=[\w]*&/, '');
return { redirectUrl: updatedUrl };
},
{urls:["*://*.inkl.com/*"], types:["main_frame"]},
["blocking"]
);
// m.faz.net set user-agent to mobile
const faz_uaMobile = "Mozilla/5.0 (Linux; Android 6.0; Nexus 5 Build/MRA58N) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Mobile Safari/537.36";
ext_api.webRequest.onBeforeSendHeaders.addListener(function (details) {
if (!isSiteEnabled(details)) {
return;
}
let headers = details.requestHeaders;
headers = headers.map(function (header) {
if (header.name.toLowerCase() === 'user-agent')
header.value = faz_uaMobile;
return header;
});
return {
requestHeaders: headers
};
}, {
urls: ["*://m.faz.net/*"],
types: ["xmlhttprequest"]
},
["blocking", "requestHeaders"]);
// wap.business-standard.com (mobile) redirect to www (desktop)
ext_api.webRequest.onBeforeRequest.addListener(function (details) {
if (!isSiteEnabled(details)) {
return;
}
var updatedUrl = details.url.replace('/wap.', '/www.');
return { redirectUrl: updatedUrl };
},
{urls:["*://wap.business-standard.com/*"], types:["main_frame"]},
["blocking"]
);
// www.business-standard.com set user-agent to desktop
const business_standard_uaDesktop = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/81.0.4044.122 Safari/537.36";
ext_api.webRequest.onBeforeSendHeaders.addListener(function (details) {
if (!isSiteEnabled(details)) {
return;
}
let headers = details.requestHeaders;
headers = headers.map(function (header) {
if (header.name.toLowerCase() === 'user-agent')
header.value = business_standard_uaDesktop;
return header;
});
return {
requestHeaders: headers
};
}, {
urls: ["*://www.business-standard.com/*"],
types: ["main_frame"]
},
["blocking", "requestHeaders"]);
// economictimes redirect
ext_api.webRequest.onBeforeRequest.addListener(function (details) {
if (!isSiteEnabled(details)) {
return;
}
var updatedUrl = details.url.split('?')[0].replace('economictimes.indiatimes.com', 'm.economictimes.com');
return { redirectUrl: updatedUrl };
},
{urls:["*://economictimes.indiatimes.com/*?from=mdr"], types:["main_frame"]},
["blocking"]
);
2021-05-21 09:21:06 -07:00
// saechsische.de amp-redirect
ext_api.webRequest.onBeforeRequest.addListener(function (details) {
if (!isSiteEnabled(details)) {
return;
}
var updatedUrl = details.url.replace('-plus-amp.html', '-plus.html');
return { redirectUrl: updatedUrl };
},
{urls:["*://*.saechsische.de/*-plus-amp.html*"], types:["main_frame"]},
["blocking"]
);
2021-05-22 10:52:16 -07:00
// dailytelegraph.com.au amp-redirect
ext_api.webRequest.onBeforeRequest.addListener(function (details) {
if (!isSiteEnabled(details)) {
return;
}
var updatedUrl = decodeURIComponent(details.url.split('&dest=')[1].split('&')[0]).replace('www.', 'amp.');
return { redirectUrl: updatedUrl };
},
{urls:["*://www.dailytelegraph.com.au/subscribe/*"], types:["main_frame"]},
["blocking"]
);
// fix nytimes x-frame-options (hidden iframe content)
ext_api.webRequest.onHeadersReceived.addListener(function (details) {
if (!isSiteEnabled(details)) {
return;
}
var headers = details.responseHeaders;
2021-01-06 10:50:39 -08:00
headers = headers.map(function (header) {
if (header.name === 'x-frame-options')
header.value = 'SAMEORIGIN';
return header;
});
return {
responseHeaders: headers
};
}, {
urls: ["*://*.nytimes.com/*"]
},
['blocking', 'responseHeaders']);
2021-05-18 08:11:49 -07:00
// block inline script
2021-05-23 11:42:09 -07:00
var block_js_inline = ["*://elviajero.elpais.com/*", "*://retina.elpais.com/*", "*://verne.elpais.com/*", "*://*.medianama.com/*"];
2021-01-18 09:42:53 -08:00
ext_api.webRequest.onHeadersReceived.addListener(function (details) {
if (!isSiteEnabled(details)) {
return;
}
var headers = details.responseHeaders;
headers.push({
'name': 'Content-Security-Policy',
'value': "script-src *;"
});
return {
responseHeaders: headers
};
}, {
'types': ['main_frame', 'sub_frame'],
2021-05-18 08:11:49 -07:00
'urls': block_js_inline
2021-01-18 09:42:53 -08:00
},
['blocking', 'responseHeaders']);
var block_js_default = ["*://cdn.tinypass.com/*", "*://*.piano.io/*", "*://*.poool.fr/*", "*://cdn.ampproject.org/v*/amp-access-*.js", "*://*.blueconic.net/*", "*://*.cxense.com/*", "*://*.evolok.net/*", "*://js.matheranalytics.com/*", "*://*.newsmemory.com/*", "*://*.onecount.net/*", "*://js.pelcro.com/*", "*://*.qiota.com/*", "*://*.tribdss.com/*"];
var block_js_custom = [];
var block_js_custom_ext = [];
var block_js = block_js_default.concat(block_js_custom);
// Disable javascript for these sites/general paywall-scripts
function disableJavascriptOnListedSites() {
ext_api.webRequest.onBeforeRequest.addListener(function (details) {
let header_referer = details.originUrl ? details.originUrl : details.initiator;
if (!isSiteEnabled(details) || matchUrlDomain(excludedSites, header_referer)) {
return;
}
return {
cancel: true
};
}, {
urls: block_js,
types: ["script", "xmlhttprequest"]
},
["blocking"]);
}
if (typeof browser !== 'object') {
var focus_changed = false;
ext_api.windows.onFocusChanged.addListener((windowId) => {
if (windowId > 0)
focus_changed = true;
});
}
var extraInfoSpec = ['blocking', 'requestHeaders'];
if (ext_api.webRequest.OnBeforeSendHeadersOptions.hasOwnProperty('EXTRA_HEADERS'))
extraInfoSpec.push('extraHeaders');
ext_api.webRequest.onBeforeSendHeaders.addListener(function(details) {
2020-09-11 07:52:16 -07:00
if (details.type === 'main_frame') {
let current_date_str = currentDateStr();
if (last_date_str < current_date_str) {
bpc_count_daily_users(current_date_str);
last_date_str = current_date_str;
}
}
var requestHeaders = details.requestHeaders;
var header_referer = '';
2020-11-10 09:14:47 -08:00
for (let n in requestHeaders) {
2020-09-11 07:52:16 -07:00
if (requestHeaders[n].name.toLowerCase() == 'referer') {
header_referer = requestHeaders[n].value;
continue;
}
}
2021-06-21 13:42:19 -07:00
// fix blocked referer
if (!header_referer) {
if (typeof browser !== 'object')
2021-06-27 00:56:22 -07:00
header_referer = details.initiator ? details.initiator : '';
2021-06-21 13:42:19 -07:00
else
2021-06-27 00:56:22 -07:00
header_referer = details.originUrl ? details.originUrl : '';
2021-06-21 13:42:19 -07:00
}
2020-01-09 02:30:05 -08:00
// remove cookies for sites medium platform (custom domains)
var medium_custom_domain = (matchUrlDomain('cdn-client.medium.com', details.url) && ['script'].includes(details.type) && !matchUrlDomain(['medium.com', 'towardsdatascience.com'], header_referer) && enabledSites.includes('###_medium_custom'));
2020-05-28 07:38:29 -07:00
if (medium_custom_domain) {
let mc_domain = urlHost(header_referer);
if (!use_twitter_referer.includes(mc_domain)) {
use_twitter_referer.push(mc_domain);
change_headers.push(mc_domain);
}
if (!enabledSites.includes(mc_domain))
enabledSites.push(mc_domain);
}
2020-12-04 07:56:36 -08:00
// set googlebot-useragent for Gannett sites
var usa_gannett_domain = (matchUrlDomain('gannett-cdn.com', details.url) && ['xmlhttprequest'].includes(details.type) && !matchUrlDomain(['usatoday.com'], header_referer) && enabledSites.includes('###_usa_gannett'));
if (usa_gannett_domain) {
let gn_domain = urlHost(header_referer);
if (!use_google_bot.includes(gn_domain)) {
use_google_bot.push(gn_domain);
change_headers.push(gn_domain);
}
if (!enabledSites.includes(gn_domain))
enabledSites.push(gn_domain);
}
// block script for additional McClatchy sites (opt-in to custom sites)
var usa_mcc_domain = (matchUrlDomain('mcclatchyinteractive.com', details.url) && ['script'].includes(details.type) && !matchUrlDomain(usa_mcc_domains, header_referer) && enabledSites.includes('###_usa_mcc'));
if (usa_mcc_domain) {
let mcc_domain = urlHost(header_referer).replace('account.', '');
if (!usa_mcc_domains.includes(mcc_domain)) {
blockedRegexes[mcc_domain] = /cdn\.ampproject\.org\/v\d\/amp-subscriptions-.+\.js/;
usa_mcc_domains.push(mcc_domain);
if (!enabledSites.includes(mcc_domain))
enabledSites.push(mcc_domain);
}
}
// block script for additional Madsack/RND sites (opt-in to custom sites)
var de_rnd_domain = (matchUrlDomain('rndtech.de', details.url) && ['script'].includes(details.type) && !matchUrlDomain(de_madsack_domains.concat(['madsack.de', 'madsack-medien-campus.de', 'rnd.de']), header_referer) && enabledSites.includes('###_de_madsack'));
if (de_rnd_domain) {
let rnd_domain = urlHost(header_referer).replace(/^(www|m)\./, '');
if (!de_madsack_domains.includes(rnd_domain)) {
allow_cookies.push(rnd_domain);
blockedRegexes[rnd_domain] = /(cdn\.cxense\.com\/|\.tinypass\.com\/)/;
de_madsack_domains.push(rnd_domain);
if (!enabledSites.includes(rnd_domain))
enabledSites.push(rnd_domain);
}
}
// block external javascript for custom sites (optional)
2020-08-22 04:52:26 -07:00
var domain_blockjs_ext = matchUrlDomain(block_js_custom_ext, header_referer);
2021-01-26 12:27:21 -08:00
if (domain_blockjs_ext && !matchUrlDomain(domain_blockjs_ext, details.url) && details.type === 'script' && isSiteEnabled({url: header_referer})) {
return { cancel: true };
}
2020-01-09 02:30:05 -08:00
// check for blocked regular expression: domain enabled, match regex, block on an internal or external regex
var blockedDomains = Object.keys(blockedRegexes);
var domain = matchUrlDomain(blockedDomains, header_referer);
var block_regex = true;
if (domain && details.url.match(blockedRegexes[domain]) && isSiteEnabled({url: header_referer})) {
if (block_regex)
return { cancel: true };
2017-07-08 14:16:27 -07:00
}
// load toggleIcon.js (icon for dark or incognito mode in Chrome))
if (typeof browser !== 'object' && ['main_frame', 'xmlhttprequest'].includes(details.type)) {
ext_api.tabs.query({
active: true,
currentWindow: true
}, function (tabs) {
2021-05-23 11:42:09 -07:00
if (tabs && tabs[0] && tabs[0].url.startsWith('http')) {
ext_api.tabs.executeScript({
2021-03-27 00:30:39 -07:00
file: 'options/toggleIcon.js',
runAt: 'document_start'
}, function (res) {
if (ext_api.runtime.lastError || res[0]) {
return;
}
});
}
});
}
let allow_ext_source = medium_custom_domain;
let bpc_amp_site = false;
let au_apn_site = (header_referer && (urlHost(header_referer).endsWith('com.au') || urlHost(header_referer).endsWith('net.au')) && details.url.includes('https://media.apnarm.net.au/'));
2020-10-15 08:10:49 -07:00
let au_swm_site = (header_referer && urlHost(header_referer).endsWith('com.au') && details.url.includes('https://s.thewest.com.au/'));
if (isSiteEnabled({url: header_referer})) {
let inkl_site = (matchUrlDomain('cdn.jsdelivr.net', details.url) && matchUrlDomain('inkl.com', header_referer));
let cl_elmerc_site = (matchUrlDomain('emol.cl', details.url) && matchUrlDomain('elmercurio.com', header_referer));
2021-03-13 07:49:47 -08:00
let es_elesp_site = (matchUrlDomain('eestatic.com', details.url) && matchUrlDomain('elespanol.com', header_referer));
let it_repubblica_site = (matchUrlDomain(['repstatic.it'], details.url) && matchUrlDomain(it_repubblica_domains, header_referer));
2021-03-08 09:43:16 -08:00
let uk_nlr_site = (matchUrlDomain('stripe.com', details.url) && matchUrlDomain('newleftreview.org', header_referer));
let usa_discmag_site = (matchUrlDomain('ctfassets.net', details.url) && matchUrlDomain('discovermagazine.com', header_referer));
let usa_mw_site = (matchUrlDomain('wsj.net', details.url) && matchUrlDomain('marketwatch.com', header_referer));
2021-05-22 02:55:38 -07:00
let usa_natgeo_site = (matchUrlDomain('natgeofe.com', details.url) && matchUrlDomain('nationalgeographic.com', header_referer));
2021-05-06 10:49:57 -07:00
let usa_today_site = (matchUrlDomain('gannett-cdn.com', details.url) && matchUrlDomain(['usatoday.com'], header_referer));
2021-05-22 02:55:38 -07:00
allow_ext_source = allow_ext_source || inkl_site || cl_elmerc_site || es_elesp_site || it_repubblica_site || uk_nlr_site || usa_discmag_site || usa_mw_site || usa_natgeo_site || usa_today_site;
bpc_amp_site = (matchUrlDomain('cdn.ampproject.org', details.url) && matchUrlDomain(['asiatimes.com', 'augsburger-allgemeine.de', 'barrons.com', 'belfasttelegraph.co.uk', 'cicero.de', 'cmjornal.pt', 'elmundo.es', 'elpais.com', 'elperiodico.com', 'expansion.com', 'freiepresse.de', 'independent.ie', 'irishtimes.com', 'la-croix.com', 'marketwatch.com', 'nationalreview.com', 'noz.de', 'nwzonline.de', 'scmp.com', 'seekingalpha.com', 'shz.de', 'staradvertiser.com', 'sueddeutsche.de', 'svz.de', 'telegraph.co.uk'].concat(au_news_corp_domains, au_nine_domains, de_madsack_domains, es_epiberica_domains, es_grupo_vocento_domains, fr_groupe_ebra_domains, fr_groupe_la_depeche_domains, it_repubblica_domains, usa_mcc_domains, usa_theathletic_domains), header_referer));
}
if (!isSiteEnabled(details) && !allow_ext_source && !bpc_amp_site && !au_apn_site && !au_swm_site) {
return;
}
// remove cookies Discover Magazine
if (details.type === 'image' && matchUrlDomain('ctfassets.net', details.url) && matchUrlDomain('discovermagazine.com', header_referer) && isSiteEnabled({url: 'https://www.discovermagazine.com'})) {
ext_api.cookies.getAll({domain: 'discovermagazine.com'}, function(cookies) {
for (let cookie of cookies) {
ext_api.cookies.remove({url: (cookie.secure ? "https://" : "http://") + cookie.domain + cookie.path, name: cookie.name});
}
});
}
// block javascript of (sub)domain for custom sites (optional)
2020-08-22 04:52:26 -07:00
var domain_blockjs = matchUrlDomain(block_js_custom, details.url);
2021-01-26 12:27:21 -08:00
if (domain_blockjs && matchUrlDomain(domain_blockjs, details.url) && details.type === 'script') {
return { cancel: true };
}
2017-07-08 14:16:27 -07:00
var tabId = details.tabId;
var useUserAgentMobile = false;
2017-07-08 14:16:27 -07:00
var setReferer = false;
2021-05-25 13:16:44 -07:00
if (matchUrlDomain(change_headers, details.url) && (['main_frame', 'sub_frame', 'xmlhttprequest'].includes(details.type) || matchUrlDomain('thetimes.co.uk', details.url)) &&
!(details.url.includes('.washingtonpost.com/talk/api/') && ['xmlhttprequest'].includes(details.type)) &&
!(matchUrlDomain('barrons.com', details.url) && enabledSites.includes('#options_disable_gb_barrons')) &&
!(matchUrlDomain('wsj.com', details.url) && enabledSites.includes('#options_disable_gb_wsj'))) {
2017-07-08 14:16:27 -07:00
// if referer exists, set it to google
requestHeaders = requestHeaders.map(function (requestHeader) {
2017-07-08 14:16:27 -07:00
if (requestHeader.name === 'Referer') {
2021-02-06 12:37:40 -08:00
if (matchUrlDomain(use_google_bot, details.url) || matchUrlDomain(use_google_referer, details.url)) {
requestHeader.value = 'https://www.google.com/';
} else if (matchUrlDomain(use_facebook_referer, details.url)) {
requestHeader.value = 'https://www.facebook.com/';
} else if (matchUrlDomain(use_twitter_referer, details.url)) {
requestHeader.value = 'https://t.co/';
}
setReferer = true;
}
if (requestHeader.name === 'User-Agent') {
useUserAgentMobile = requestHeader.value.toLowerCase().includes("mobile");
}
return requestHeader;
});
2017-07-08 14:16:27 -07:00
// otherwise add it
if (!setReferer) {
2021-02-06 12:37:40 -08:00
if (matchUrlDomain(use_google_bot, details.url) || matchUrlDomain(use_google_referer, details.url)) {
2017-07-08 14:16:27 -07:00
requestHeaders.push({
name: 'Referer',
2021-02-06 12:37:40 -08:00
value: 'https://www.google.com/'
2017-07-08 14:16:27 -07:00
});
2021-02-06 12:37:40 -08:00
} else if (matchUrlDomain(use_facebook_referer, details.url)) {
requestHeaders.push({
name: 'Referer',
2021-02-06 12:37:40 -08:00
value: 'https://www.facebook.com/'
});
2021-02-06 12:37:40 -08:00
} else if (matchUrlDomain(use_twitter_referer, details.url)) {
2017-07-08 14:16:27 -07:00
requestHeaders.push({
name: 'Referer',
2021-02-06 12:37:40 -08:00
value: 'https://t.co/'
2017-07-08 14:16:27 -07:00
});
}
}
2019-05-12 14:00:27 -07:00
// override User-Agent to use Googlebot
if (matchUrlDomain(use_google_bot, details.url)) {
requestHeaders.push({
"name": "User-Agent",
2020-11-02 09:52:20 -08:00
"value": useUserAgentMobile ? userAgentMobileG : userAgentDesktopG
})
2019-05-12 14:00:27 -07:00
requestHeaders.push({
"name": "X-Forwarded-For",
"value": "66.249.66.1"
})
}
2020-11-02 09:52:20 -08:00
// override User-Agent to use Bingbot
if (matchUrlDomain(use_bing_bot, details.url)) {
requestHeaders.push({
"name": "User-Agent",
"value": useUserAgentMobile ? userAgentMobileB : userAgentDesktopB
})
}
// random IP for sites in use_random_ip
if (matchUrlDomain(use_random_ip, details.url)) {
requestHeaders.push({
"name": "X-Forwarded-For",
"value": randomIP()
})
}
}
2017-07-08 14:16:27 -07:00
// remove cookies before page load
if (!matchUrlDomain(allow_cookies, details.url)) {
requestHeaders = requestHeaders.map(function(requestHeader) {
if (requestHeader.name === 'Cookie') {
requestHeader.value = '';
2017-07-08 14:16:27 -07:00
}
return requestHeader;
});
}
2017-07-08 14:16:27 -07:00
2020-09-14 12:28:54 -07:00
if (tabId !== -1) {
ext_api.tabs.get(tabId, function (currentTab) {
2021-06-27 00:56:22 -07:00
if ((currentTab && isSiteEnabled(currentTab) && !(matchUrlDomain('nationalgeographic.com', currentTabUrl) && !header_referer)) || medium_custom_domain || au_apn_site || au_swm_site) {
if (currentTab.url !== currentTabUrl) {
csDone = false;
currentTabUrl = currentTab.url;
}
if ((!['font', 'stylesheet'].includes(details.type) || matchUrlDomain(cs_limit_except, currentTabUrl)) && !csDone) {
ext_api.tabs.executeScript(tabId, {
file: 'contentScript.js',
runAt: 'document_start'
}, function (res) {
if (ext_api.runtime.lastError || res[0]) {
return;
}
});
}
}
2020-09-14 12:28:54 -07:00
});
} else {//mercuriovalpo.cl
ext_api.tabs.query({
active: true,
currentWindow: true
}, function (tabs) {
2021-05-23 11:42:09 -07:00
if (tabs && tabs[0] && tabs[0].url.startsWith('http')) {
if (isSiteEnabled({url: tabs[0].url})) {
2020-09-14 12:28:54 -07:00
ext_api.tabs.executeScript({
file: 'contentScript.js',
runAt: 'document_start'
}, function (res) {
if (ext_api.runtime.lastError || res[0]) {
return;
}
});
}
2017-07-08 14:16:27 -07:00
}
2020-09-14 12:28:54 -07:00
});
}
2017-07-08 14:16:27 -07:00
return { requestHeaders: requestHeaders };
}, {
urls: ['<all_urls>']
}, extraInfoSpec);
// extraInfoSpec is ['blocking', 'requestHeaders'] + possible 'extraHeaders'
2017-07-08 14:16:27 -07:00
ext_api.tabs.onUpdated.addListener(function (tabId, info, tab) { updateBadge(tab); });
ext_api.tabs.onActivated.addListener(function (activeInfo) { ext_api.tabs.get(activeInfo.tabId, updateBadge); });
2020-11-02 07:56:52 -08:00
function updateBadge(activeTab) {
if (ext_api.runtime.lastError || !activeTab)
2020-11-02 07:56:52 -08:00
return;
let badgeText = '';
let color = 'red';
let currentUrl = activeTab.url;
if (currentUrl) {
if (isSiteEnabled({url: currentUrl})) {
badgeText = 'ON';
color = 'red';
} else if (matchUrlDomain(enabledSites, currentUrl)) {
badgeText = 'ON-';
2020-11-02 07:56:52 -08:00
color = 'orange';
} else if (matchUrlDomain(disabledSites, currentUrl)) {
badgeText = 'OFF';
2020-11-02 07:56:52 -08:00
color = 'blue';
}
if (version_new)
badgeText = '^' + badgeText;
2020-11-02 07:56:52 -08:00
let isDefaultSite = matchUrlDomain(defaultSites_domains, currentUrl);
let isCustomSite = matchUrlDomain(customSites_domains, currentUrl);
if (!isDefaultSite && isCustomSite) {
ext_api.permissions.contains({
origins: ['*://*.' + isCustomSite + '/*']
2020-11-02 07:56:52 -08:00
}, function (result) {
if (!result)
badgeText = enabledSites.includes(isCustomSite) ? 'C' : '';
2020-11-02 07:56:52 -08:00
if (color && badgeText)
ext_api.browserAction.setBadgeBackgroundColor({color: color});
ext_api.browserAction.setBadgeText({text: badgeText});
});
} else {
2020-11-02 07:56:52 -08:00
if (color && badgeText)
ext_api.browserAction.setBadgeBackgroundColor({color: color});
ext_api.browserAction.setBadgeText({text: badgeText});
2020-11-02 07:56:52 -08:00
}
}
}
var version_new;
check_update();
function check_update() {
var manifestData = ext_api.runtime.getManifest();
var manifest_new = 'https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/raw/master/manifest.json';
fetch(manifest_new)
.then(response => {
if (response.ok) {
response.json().then(json => {
ext_api.management.getSelf(function (result) {
var installType = result.installType;
var version_len = (installType === 'development') ? 7 : 5;
version_new = json['version'];
if (version_new.substring(0, version_len) <= manifestData.version.substring(0, version_len))
version_new = '';
ext_api.storage.local.set({
version_new: version_new
});
});
})
}
});
}
function site_switch() {
ext_api.tabs.query({
active: true,
currentWindow: true
}, function (tabs) {
2021-05-23 11:42:09 -07:00
if (tabs && tabs[0] && tabs[0].url.startsWith('http')) {
let currentUrl = tabs[0].url;
2020-11-05 13:19:22 -08:00
let isDefaultSite = matchUrlDomain(defaultSites_grouped_domains, currentUrl);
2020-12-09 08:32:18 -08:00
if (!isDefaultSite) {
let isDefaultSiteGroup = matchUrlDomain(defaultSites_domains, currentUrl);
if (isDefaultSiteGroup)
isDefaultSite = Object.keys(grouped_sites).find(key => grouped_sites[key].includes(isDefaultSiteGroup));
}
let defaultSite_title = isDefaultSite ? Object.keys(defaultSites).find(key => defaultSites[key] === isDefaultSite) : '';
let isCustomSite = matchUrlDomain(Object.values(customSites_domains), currentUrl);
let customSite_title = isCustomSite ? Object.keys(customSites).find(key => customSites[key].domain === isCustomSite) : '';
let site_title = defaultSite_title || customSite_title;
let domain = isDefaultSite || isCustomSite;
if (domain && site_title) {
let added_site = [];
let removed_site = [];
if (enabledSites.includes(domain))
removed_site.push(site_title);
else
added_site.push(site_title);
ext_api.storage.local.get({
sites: {}
}, function (items) {
var sites = items.sites;
2020-11-10 09:14:47 -08:00
for (let key of added_site)
sites[key] = domain;
2020-11-10 09:14:47 -08:00
for (let key of removed_site)
delete sites[key];
ext_api.storage.local.set({
sites: sites
}, function () {
true;
});
});
}
}
});
}
function remove_cookies_fn(domainVar, exclusions = false) {
2021-02-17 10:11:07 -08:00
ext_api.cookies.getAllCookieStores(function (cookieStores) {
ext_api.tabs.query({
active: true,
currentWindow: true
}, function (tabs) {
2021-05-23 11:42:09 -07:00
if (tabs && tabs[0] && tabs[0].url.startsWith('http')) {
2021-06-15 22:38:02 -07:00
if (ext_api.runtime.lastError)
return;
2021-02-17 10:11:07 -08:00
let tabId = tabs[0].id;
let storeId = '0';
2021-02-17 10:11:07 -08:00
for (let store of cookieStores) {
if (store.tabIds.includes(tabId))
storeId = store.id;
}
storeId = storeId.toString();
var cookie_get_options = {
domain: domainVar
};
if (storeId !== 'null')
cookie_get_options.storeId = storeId;
var cookie_remove_options = {};
ext_api.cookies.getAll(cookie_get_options, function (cookies) {
2021-02-17 10:11:07 -08:00
for (let cookie of cookies) {
if (exclusions) {
var rc_domain = cookie.domain.replace(/^(\.?www\.|\.)/, '');
// hold specific cookie(s) from remove_cookies domains
if ((rc_domain in remove_cookies_select_hold) && remove_cookies_select_hold[rc_domain].includes(cookie.name)) {
continue; // don't remove specific cookie
}
// drop only specific cookie(s) from remove_cookies domains
if ((rc_domain in remove_cookies_select_drop) && !(remove_cookies_select_drop[rc_domain].includes(cookie.name))) {
continue; // only remove specific cookie
}
// hold on to consent-cookie
if (cookie.name.match(/(consent|^optanon)/i)) {
continue;
}
2021-02-17 10:11:07 -08:00
}
cookie.domain = cookie.domain.replace(/^\./, '');
cookie_remove_options = {
2021-02-17 10:11:07 -08:00
url: (cookie.secure ? "https://" : "http://") + cookie.domain + cookie.path,
name: cookie.name
};
if (storeId !== 'null')
cookie_remove_options.storeId = storeId;
ext_api.cookies.remove(cookie_remove_options);
2021-02-17 10:11:07 -08:00
}
});
2021-01-02 03:47:39 -08:00
}
2021-02-17 10:11:07 -08:00
});
})
}
// remove cookies after page load
ext_api.webRequest.onCompleted.addListener(function (details) {
let domainVar = matchUrlDomain(remove_cookies, details.url);
if (domainVar && ['main_frame', 'xmlhttprequest', 'other'].includes(details.type) && enabledSites.includes(domainVar))
remove_cookies_fn(domainVar, true);
2017-07-08 14:16:27 -07:00
}, {
urls: ["<all_urls>"]
2017-07-08 14:16:27 -07:00
});
function clear_cookies() {
ext_api.tabs.query({
active: true,
currentWindow: true
}, function (tabs) {
2021-05-23 11:42:09 -07:00
if (tabs && tabs[0] && tabs[0].url.startsWith('http')) {
ext_api.tabs.executeScript({
2021-03-27 00:30:39 -07:00
file: 'options/clearCookies.js',
runAt: 'document_start'
}, function (res) {
if (ext_api.runtime.lastError || res[0]) {
return;
}
});
ext_api.tabs.update(tabs[0].id, {
url: tabs[0].url
});
}
});
}
2020-10-29 10:39:26 -07:00
var chrome_scheme = 'light';
ext_api.runtime.onMessage.addListener(function (message, sender) {
// check storage for opt in
if (message.request === 'optin') {
ext_api.storage.local.get("optIn", function (result) {
// send message back to content script with value of opt in
ext_api.tabs.sendMessage(
sender.tab.id, {
"optIn": (true == result.optIn)
});
});
}
2021-02-17 10:11:07 -08:00
if (message.request === 'clear_cookies') {
clear_cookies();
}
// clear cookies for domain
if (message.domain) {
remove_cookies_fn(message.domain);
2021-02-17 10:11:07 -08:00
}
if (message.request === 'site_switch') {
site_switch();
}
if (message.request === 'popup_show_toggle') {
ext_api.tabs.query({
active: true,
currentWindow: true
}, function (tabs) {
2021-05-23 11:42:09 -07:00
if (tabs && tabs[0] && tabs[0].url.startsWith('http')) {
2021-02-17 10:11:07 -08:00
let currentUrl = tabs[0].url;
let domain;
let isExcludedSite = matchUrlDomain(excludedSites, currentUrl);
if (!isExcludedSite) {
let isDefaultSiteGrouped = matchUrlDomain(defaultSites_domains, currentUrl);
let isDefaultSite = matchUrlDomain(defaultSites_domains, currentUrl);
let isCustomSite = matchUrlDomain(Object.values(customSites_domains), currentUrl);
domain = isDefaultSiteGrouped || (!isDefaultSite && isCustomSite);
}
ext_api.runtime.sendMessage({
msg: "popup_show_toggle",
data: {
domain: domain,
enabled: enabledSites.includes(domain)
}
});
}
});
}
if (message.request === 'refreshCurrentTab') {
refreshCurrentTab();
}
if (message.scheme && (![chrome_scheme, 'undefined'].includes(message.scheme) || focus_changed)) {
2020-10-29 10:39:26 -07:00
let icon_path = {path: {'128': 'bypass.png'}};
if (message.scheme === 'dark')
icon_path = {path: {'128': 'bypass-dark.png'}};
ext_api.browserAction.setIcon(icon_path);
chrome_scheme = message.scheme;
focus_changed = false;
2020-10-29 10:39:26 -07:00
}
if (message.csDone) {
csDone = true;
//console.log('msg.csDone: ' + csDone);
}
});
2021-03-07 05:02:58 -08:00
// show the opt-in tab on installation
ext_api.storage.local.get(["optInShown", "customShown"], function (result) {
if (!result.optInShown || !result.customShown) {
ext_api.tabs.create({
2021-03-30 11:52:19 -07:00
url: "options/optin/opt-in.html"
});
ext_api.storage.local.set({
"optInShown": true,
"customShown": true
});
}
});
// restore custom sites opt-in on reload (chrome-only, load upacked)
if (typeof browser !== 'object') {
ext_api.storage.local.get({
sites: {},
customOptIn: false
}, function (result) {
let options_restore_custom = Object.values(result.sites).includes('#options_restore_custom');
if (result.customOptIn && options_restore_custom) {
ext_api.permissions.contains({
origins: ["<all_urls>"]
}, function (result_perm) {
if (!result_perm) {
ext_api.tabs.create({
url: "options/optin/opt-in.html"
});
}
});
}
});
}
function filterObject(obj, callback) {
return Object.fromEntries(Object.entries(obj).
filter(([key, val]) => callback(val, key)));
}
function isSiteEnabled(details) {
var enabledSite = matchUrlDomain(enabledSites, details.url);
2021-03-07 05:02:58 -08:00
if (!ext_name.startsWith('Bypass Paywalls Clean'))
enabledSite = '';
if (enabledSite in restrictions) {
return restrictions[enabledSite].test(details.url);
}
return !!enabledSite;
}
function matchDomain(domains, hostname) {
var matched_domain = false;
if (!hostname)
hostname = window.location.hostname;
if (typeof domains === 'string')
domains = [domains];
domains.some(domain => (hostname === domain || hostname.endsWith('.' + domain)) && (matched_domain = domain));
return matched_domain;
}
function urlHost(url) {
if (url && url.startsWith('http')) {
try {
return new URL(url).hostname;
} catch (e) {
console.log(`url not valid: ${url} error: ${e}`);
}
}
return url;
}
function matchUrlDomain(domains, url) {
return matchDomain(domains, urlHost(url));
}
function getParameterByName(name, url) {
if (!url) url = window.location.href;
name = name.replace(/[\[\]]/g, '\\$&');
var regex = new RegExp('[?&]' + name + '(=([^&#]*)|&|#|$)'),
results = regex.exec(url);
if (!results) return null;
if (!results[2]) return '';
return decodeURIComponent(results[2].replace(/\+/g, ' '));
2019-02-07 19:23:57 -08:00
}
function stripQueryStringAndHashFromPath(url) {
return url.split("?")[0].split("#")[0];
}
function randomInt(max) {
return Math.floor(Math.random() * Math.floor(max));
}
function randomIP() {
let rndmIP = [];
for (let n = 0; n < 4; n++)
rndmIP.push(randomInt(254) + 1);
return rndmIP.join('.');
}
// Refresh the current tab
function refreshCurrentTab() {
ext_api.tabs.query({
active: true,
currentWindow: true
}, function (tabs) {
if (tabs && tabs[0] && tabs[0].url.startsWith('http')) {
2021-06-12 09:19:36 -07:00
if (ext_api.runtime.lastError)
return;
ext_api.tabs.update(tabs[0].id, {
url: tabs[0].url
});
}
});
}