mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-04 12:00:10 +00:00
Add DailyMail.co.uk
This commit is contained in:
parent
d756f093d2
commit
46b2f3bee6
@ -456,6 +456,7 @@ Grouped in options:\
|
||||
[Belfast Telegraph](https://www.belfasttelegraph.co.uk) -
|
||||
[Business Post](https://www.businesspost.ie) -
|
||||
[Citywire](https://www.citywire.com) -
|
||||
[Daily Mail](https://www.dailymail.co.uk) -
|
||||
[Evening Standard](https://www.standard.co.uk) -
|
||||
[Financial News](https://www.fnlondon.com) -
|
||||
[Financial Times](https://www.ft.com) -
|
||||
|
@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Firefox
|
||||
Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases
|
||||
|
||||
Post-release
|
||||
Add DailyMail.co.uk
|
||||
Add Dwell (json)
|
||||
Add Superdeporte.es (Grupo Prensa Iberica)
|
||||
Fix El Espanol (Cronica Global)
|
||||
|
@ -190,6 +190,7 @@
|
||||
"*://*.dagsavisen.no/*",
|
||||
"*://*.dailyadvertiser.com.au/*",
|
||||
"*://*.dailyliberal.com.au/*",
|
||||
"*://*.dailymail.co.uk/*",
|
||||
"*://*.dailypress.com/*",
|
||||
"*://*.dailytelegraph.com.au/*",
|
||||
"*://*.dailywire.com/*",
|
||||
|
5
sites.js
5
sites.js
@ -489,6 +489,11 @@ var defaultSites = {
|
||||
domain: "dagsavisen.no",
|
||||
allow_cookies: 1
|
||||
},
|
||||
"Daily Mail UK": {
|
||||
domain: "dailymail.co.uk",
|
||||
allow_cookies: 1,
|
||||
block_regex: /\/zephr\/feature/
|
||||
},
|
||||
"De Limburger (fetch from archive.is)": {
|
||||
domain: "limburger.nl",
|
||||
allow_cookies: 1,
|
||||
|
@ -18,6 +18,12 @@
|
||||
"block_regex": "(\\.cm\\.bloomberg\\.com\\/|assets\\.bwbx\\.io\\/s\\d\\/javelin\\/.+\\/transporter\\/)",
|
||||
"upd_version": "3.2.7.1"
|
||||
},
|
||||
"Daily Mail UK": {
|
||||
"domain": "dailymail.co.uk",
|
||||
"allow_cookies": 1,
|
||||
"block_regex": "\\/zephr\\/feature",
|
||||
"upd_version": "3.5.4.6"
|
||||
},
|
||||
"Dn.se": {
|
||||
"domain": "dn.se",
|
||||
"allow_cookies": 1,
|
||||
|
Loading…
Reference in New Issue
Block a user