mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 06:07:47 +01:00
Add Finance.si
This commit is contained in:
parent
543883e9da
commit
4edc1ca912
5 changed files with 16 additions and 1 deletions
|
@ -574,6 +574,9 @@ Grouped in options:\
|
|||
[Correio da Manhã](https://www.cmjornal.pt) -
|
||||
[Observador](https://observador.pt)
|
||||
|
||||
##### Slovenia
|
||||
[Finance.si](https://www.finance.si)
|
||||
|
||||
##### Spain
|
||||
[ABC](https://www.abc.es) -
|
||||
[El Confidencial](https://www.elconfidencial.com) -
|
||||
|
|
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
|||
|
||||
Post-release
|
||||
Add De Tijd & L'Echo
|
||||
Add Finance.si
|
||||
Add group Mediahuis Noord (opt-in to custom sites for unlisted)
|
||||
Add The Daily Wire
|
||||
Fix Australian Community Media
|
||||
|
|
|
@ -216,6 +216,7 @@
|
|||
"*://*.farodevigo.es/*",
|
||||
"*://*.faz.net/*",
|
||||
"*://*.fd.nl/*",
|
||||
"*://*.finance.si/*",
|
||||
"*://*.financialpost.com/*",
|
||||
"*://*.firstthings.com/*",
|
||||
"*://*.fnlondon.com/*",
|
||||
|
@ -671,5 +672,5 @@
|
|||
"*://*.wsj.net/*",
|
||||
"*://webcache.googleusercontent.com/*"
|
||||
],
|
||||
"version": "2.6.7.4"
|
||||
"version": "2.6.7.5"
|
||||
}
|
||||
|
|
5
sites.js
5
sites.js
|
@ -439,6 +439,11 @@ var defaultSites = {
|
|||
domain: "expansion.com",
|
||||
group_rule: "###_gr_es_unidad_domains"
|
||||
},
|
||||
"Finance.si": {
|
||||
domain: "finance.si",
|
||||
allow_cookies: 1,
|
||||
block_regex: /\.poool\.fr\//
|
||||
},
|
||||
"Financial News (London)": {
|
||||
domain: "fnlondon.com",
|
||||
block_regex: /cdn\.ampproject\.org\/v\d\/amp-access-.+\.js/,
|
||||
|
|
|
@ -26,6 +26,11 @@
|
|||
}
|
||||
]
|
||||
},
|
||||
"Finance.si": {
|
||||
"domain": "finance.si",
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\.poool\\.fr\\/"
|
||||
},
|
||||
"L'Écho": {
|
||||
"domain": "lecho.be",
|
||||
"referer": "google"
|
||||
|
|
Loading…
Reference in a new issue