mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 04:01:58 +01:00
Add The Hill
This commit is contained in:
parent
49065fec0c
commit
e377678bf0
6 changed files with 15 additions and 6 deletions
|
@ -254,6 +254,7 @@ Grouped in options:\
|
|||
[The Atlanta Journal-Constitution](https://www.ajc.com) -
|
||||
[The Boston Globe](https://www.bostonglobe.com) -
|
||||
[The Dallas Morning News](https://www.dallasnews.com) -
|
||||
[The Hill](https://thehill.com) -
|
||||
[The New Orleans Advocate/The Times-Picayune](https://www.nola.com) -
|
||||
[The Seattle Times](https://www.seattletimes.com) -
|
||||
[The Philadelphia Inquirer](https://www.inquirer.com)
|
||||
|
|
|
@ -4,6 +4,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
Post-release
|
||||
Add New Scientist
|
||||
Add The Chronicle of Philanthropy
|
||||
Add The Hill
|
||||
Fix Los Angeles Times & San Diego Union-Tribune
|
||||
Fix Madsack Mediengruppe
|
||||
Fix Mexico News Daily
|
||||
|
|
|
@ -161,11 +161,6 @@
|
|||
"block_regex": "\\.thefashionlaw\\.com\\/evolok\\/.+\\/ev-widgets\\.min\\.js",
|
||||
"domain": "thefashionlaw.com"
|
||||
},
|
||||
"Thehill.com": {
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.tinypass\\.com\\/",
|
||||
"domain": "thehill.com"
|
||||
},
|
||||
"Thenational.scot": {
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.tinypass\\.com\\/",
|
||||
|
|
|
@ -567,6 +567,7 @@
|
|||
"*://*.thedailybeast.com/*",
|
||||
"*://*.thediplomat.com/*",
|
||||
"*://*.theglobeandmail.com/*",
|
||||
"*://*.thehill.com/*",
|
||||
"*://*.thehindu.com/*",
|
||||
"*://*.thehindubusinessline.com/*",
|
||||
"*://*.theinitium.com/*",
|
||||
|
@ -699,5 +700,5 @@
|
|||
"*://gcm.omerlocdn.com/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "2.8.1.6"
|
||||
"version": "2.8.1.7"
|
||||
}
|
||||
|
|
5
sites.js
5
sites.js
|
@ -1695,6 +1695,11 @@ var defaultSites = {
|
|||
domain: "theglobeandmail.com",
|
||||
block_regex: /(\.theglobeandmail\.com\/pf\/dist\/engine\/react\.js|smartwall\.theglobeandmail\.com\/)/
|
||||
},
|
||||
"The Hill": {
|
||||
domain: "thehill.com",
|
||||
allow_cookies: 1,
|
||||
block_regex: /\.tinypass\.com\//
|
||||
},
|
||||
"The Hill Times": {
|
||||
domain: "hilltimes.com",
|
||||
allow_cookies: 1,
|
||||
|
|
|
@ -93,6 +93,12 @@
|
|||
"domain": "sandiegouniontribune.com",
|
||||
"block_regex": "(metering\\.platform\\.sandiegouniontribune\\.com\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-(access|subscriptions)-.+\\.js)"
|
||||
},
|
||||
"The Hill": {
|
||||
"domain": "thehill.com",
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.tinypass\\.com\\/",
|
||||
"new_site": 1
|
||||
},
|
||||
"The New York Review of Books": {
|
||||
"domain": "nybooks.com",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue