mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 03:51:58 +01:00
Add iNews.co.uk
This commit is contained in:
parent
917098d3dd
commit
0bd9d176e8
6 changed files with 13 additions and 5 deletions
|
@ -382,6 +382,7 @@ Grouped in options:\
|
|||
[Evening Standard](https://www.standard.co.uk) -
|
||||
[Financial News](https://www.fnlondon.com) -
|
||||
[Financial Times](https://www.ft.com) -
|
||||
[iNews](https://inews.co.uk) -
|
||||
[Investors' Chronicle](https://www.investorschronicle.co.uk) -
|
||||
[Irish Independent](https://www.independent.ie) -
|
||||
[London Review of Books](https://www.lrb.co.uk) -
|
||||
|
|
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
|
||||
Post-release
|
||||
Add California Business Journals
|
||||
Add iNews.co.uk
|
||||
Add NTNews.com.au
|
||||
Remove Mediahuis Belgie (fix obsolete)
|
||||
Fix ArcInfo.ch (refresh & no tabId)
|
||||
|
|
|
@ -105,11 +105,6 @@
|
|||
"block_regex": "\\.tinypass\\.com\\/",
|
||||
"domain": "heraldscotland.com"
|
||||
},
|
||||
"Inews.co.uk": {
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.tinypass\\.com\\/",
|
||||
"domain": "inews.co.uk"
|
||||
},
|
||||
"Interestingengineering.com": {
|
||||
"allow_cookies": 1,
|
||||
"domain": "interestingengineering.com",
|
||||
|
|
|
@ -297,6 +297,7 @@
|
|||
"*://*.indianexpress.com/*",
|
||||
"*://*.indiatoday.in/*",
|
||||
"*://*.indystar.com/*",
|
||||
"*://*.inews.co.uk/*",
|
||||
"*://*.informacion.es/*",
|
||||
"*://*.infzm.com/*",
|
||||
"*://*.inkl.com/*",
|
||||
|
|
5
sites.js
5
sites.js
|
@ -882,6 +882,11 @@ var defaultSites = {
|
|||
allow_cookies: 1,
|
||||
block_regex: /cdn\.ampproject\.org\/v\d\/amp-access-.+\.js/
|
||||
},
|
||||
"iNews (UK)": {
|
||||
domain: "inews.co.uk",
|
||||
allow_cookies: 1,
|
||||
block_regex: /\.tinypass\.com\//
|
||||
},
|
||||
"Initium Media": {
|
||||
domain: "theinitium.com",
|
||||
allow_cookies: 1,
|
||||
|
|
|
@ -13,6 +13,11 @@
|
|||
"allow_cookies": 1,
|
||||
"block_regex": "(\\.tinypass\\.com\\/|cdn\\.ampproject\\.org\\/v\\d\\/amp-access-.+\\.js)"
|
||||
},
|
||||
"Inews.co.uk": {
|
||||
"domain": "inews.co.uk",
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.tinypass\\.com\\/"
|
||||
},
|
||||
"Medscape (regwall)": {
|
||||
"domain": "medscape.com",
|
||||
"allow_cookies": 1,
|
||||
|
|
Loading…
Reference in a new issue