mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:27:48 +01:00
Add The Hill Times (Canada)
This commit is contained in:
parent
742fd68b2d
commit
63cb72ece8
5 changed files with 8 additions and 1 deletions
|
@ -146,6 +146,7 @@ _* free articles only._
|
|||
[Le Devoir](https://www.ledevoir.com) -
|
||||
[National Post](https://www.nationalpost.com) -
|
||||
[The Globe and Mail](https://www.theglobeandmail.com) -
|
||||
[The Hill Times](https://www.hilltimes.com) -
|
||||
[The Logic](https://thelogic.co)\
|
||||
[The Toronto Star](https://www.thestar.com) and regional TorStar sites (grouped in options) like
|
||||
[Niagara Falls Review](https://www.niagarafallsreview.ca) -
|
||||
|
|
|
@ -66,6 +66,7 @@ var allow_cookies_default = [
|
|||
'haaretz.co.il',
|
||||
'haaretz.com',
|
||||
'handelsblatt.com',
|
||||
'hilltimes.com',
|
||||
'hs.fi',
|
||||
'ilfattoquotidiano.it',
|
||||
'ilrestodelcarlino.it',
|
||||
|
@ -166,6 +167,7 @@ var use_google_bot_default = [
|
|||
'eurekareport.com.au',
|
||||
'ft.com',
|
||||
'handelsblatt.com',
|
||||
'hilltimes.com',
|
||||
'hs.fi',
|
||||
'intelligentinvestor.com.au',
|
||||
'mexiconewsdaily.com',
|
||||
|
@ -304,6 +306,7 @@ var blockedRegexes = {
|
|||
'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)/,
|
||||
'thedailybeast.com': /\.tinypass\.com\/.+/,
|
||||
'hilltimes.com': /\.hilltimes\.com\/.+\/js\/loadingoverlay\/loadingoverlay\.min\.js/,
|
||||
'thehindu.com': /(cdn\.cxense\.com\/.+|\.tinypass\.com\/.+)/,
|
||||
'thehindubusinessline.com': /(cdn\.cxense\.com\/.+|\.tinypass\.com\/.+)/,
|
||||
'thenation.com': /\.tinypass\.com\/.+/,
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Add The Hill Times (Canada)
|
||||
Fix-update El Pais (premium/images)
|
||||
|
||||
* v2.0.5.0 (2021-01-24)
|
||||
|
|
|
@ -174,6 +174,7 @@
|
|||
"*://*.hbr.org/*",
|
||||
"*://*.hbrtaiwan.com/*",
|
||||
"*://*.heraldsun.com.au/*",
|
||||
"*://*.hilltimes.com/*",
|
||||
"*://*.historyextra.com/*",
|
||||
"*://*.hoy.es/*",
|
||||
"*://*.hs.fi/*",
|
||||
|
@ -442,5 +443,5 @@
|
|||
"*://*.userzoom.com/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.0.5.0"
|
||||
"version": "2.0.5.1"
|
||||
}
|
1
sites.js
1
sites.js
|
@ -206,6 +206,7 @@ var defaultSites =
|
|||
"The Economist": "economist.com",
|
||||
"The Fresno Bee": "fresnobee.com",
|
||||
"The Globe and Mail": "theglobeandmail.com",
|
||||
"The Hill Times": "hilltimes.com",
|
||||
"The Hindu": "thehindu.com",
|
||||
"The Hindu BusinessLine": "thehindubusinessline.com",
|
||||
"The Irish Times": "irishtimes.com",
|
||||
|
|
Loading…
Reference in a new issue