mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:37:47 +01:00
Add Houston Chronicle (local USA)
This commit is contained in:
parent
ddad33bd40
commit
4f9d61f0ad
6 changed files with 7 additions and 2 deletions
|
@ -125,6 +125,7 @@ _* free articles only._
|
|||
[Chicago Tribune](https://www.chicagotribune.com) -
|
||||
[Daily Press](https://www.dailypress.com) -
|
||||
[Hartford Courant](https://www.courant.com) -
|
||||
[Houston Chronicle](https://www.houstonchronicle.com) -
|
||||
[Los Angeles Business Journal](https://labusinessjournal.com) -
|
||||
[Los Angeles Times](https://www.latimes.com) -
|
||||
[Miami Herald](https://www.miamiherald.com) -
|
||||
|
|
|
@ -270,6 +270,7 @@ var blockedRegexes = {
|
|||
'haaretz.com': /haaretz\.com\/hdc\/web\/js\/minified\/header-scripts-int.js.+/,
|
||||
'hbr.org': /\.tinypass\.com\/.+/,
|
||||
'historyextra.com': /.+\.evolok\.net\/.+\/authorize\/.+/,
|
||||
'houstonchronicle.com': /\.blueconic\.net\//,
|
||||
'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)/,
|
||||
'inquirer.com': /\.tinypass\.com\/.+/,
|
||||
|
@ -314,7 +315,7 @@ var blockedRegexes = {
|
|||
'sciencesetavenir.fr': /.+\.poool\.fr\/.+/,
|
||||
'scmp.com': /\.tinypass\.com\/.+/,
|
||||
'seekingalpha.com': /(\.tinypass\.com\/|cdn\.ampproject\.org(\/.+)?\/v\d\/amp-(access|ad|loader)-.+\.js)/,
|
||||
'sfchronicle.com': /.+\.blueconic\.net\/.+/,
|
||||
'sfchronicle.com': /\.blueconic\.net\//,
|
||||
'shz.de': /cdn\.ampproject\.org\/v\d\/amp-(access|(sticky-)?ad|fx-flying-carpet)-.+\.js/,
|
||||
'si.com': /\.blueconic\.net\//,
|
||||
'slate.com': /(cdn\.cxense\.com\/.+|\.tinypass\.com\/.+)/,
|
||||
|
|
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
|
||||
Post-release
|
||||
Add Daily Nation (Kenya)
|
||||
Add Houston Chronicle (USA)
|
||||
Add Schleswig-Holsteinischer Zeitungsverlag (Germany)
|
||||
Add Sports Illustrated
|
||||
Fix-update La Croix (timing)
|
||||
|
|
|
@ -15,7 +15,7 @@ var it_repubblica_domains = ['gelocal.it', 'ilsecoloxix.it', 'lanuovasardegna.it
|
|||
var usa_mcc_domains = ['bnd.com', 'charlotteobserver.com', 'fresnobee.com', 'kansas.com', 'kansascity.com', 'kentucky.com', 'newsobserver.com', 'sacbee.com', 'star-telegram.com', 'thestate.com', 'tri-cityherald.com'];
|
||||
|
||||
// clean local storage of sites (with an exemption for hold-list)
|
||||
var arr_localstorage_hold = ['augsburger-allgemeine.de', 'charliehebdo.fr', 'cmjornal.pt', 'elmundo.es', 'expansion.com', 'kurier.at', 'nknews.org', 'seekingalpha.com', 'sfchronicle.com', 'thehindu.com', 'thetimes.co.uk'];
|
||||
var arr_localstorage_hold = ['augsburger-allgemeine.de', 'charliehebdo.fr', 'cmjornal.pt', 'elmundo.es', 'expansion.com', 'houstonchronicle.com', 'kurier.at', 'nknews.org', 'seekingalpha.com', 'sfchronicle.com', 'thehindu.com', 'thetimes.co.uk'];
|
||||
arr_localstorage_hold = arr_localstorage_hold.concat(de_funke_media_domains, es_grupo_vocento_domains);
|
||||
if (!matchDomain(arr_localstorage_hold)){
|
||||
window.localStorage.clear();
|
||||
|
|
|
@ -187,6 +187,7 @@
|
|||
"*://*.heraldsun.com.au/*",
|
||||
"*://*.hilltimes.com/*",
|
||||
"*://*.historyextra.com/*",
|
||||
"*://*.houstonchronicle.com/*",
|
||||
"*://*.hoy.es/*",
|
||||
"*://*.hs.fi/*",
|
||||
"*://*.humo.be/*",
|
||||
|
|
1
sites.js
1
sites.js
|
@ -99,6 +99,7 @@ var defaultSites =
|
|||
"Harvard Business Review": "hbr.org",
|
||||
"Harvard Business Review Taiwan": "hbrtaiwan.com",
|
||||
"Helsingin Sanomat": "hs.fi",
|
||||
"Houston Chronicle": "houstonchronicle.com",
|
||||
"Humo.be": "humo.be",
|
||||
"Il Fatto Quotidiano": "ilfattoquotidiano.it",
|
||||
"Il Manifesto": "ilmanifesto.it",
|
||||
|
|
Loading…
Reference in a new issue