From 46b2f3bee6c57a5824a09d9c1f3f64fdaa29db73 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Fri, 9 Feb 2024 10:15:52 +0100 Subject: [PATCH] Add DailyMail.co.uk --- README.md | 1 + changelog.txt | 1 + manifest.json | 1 + sites.js | 5 +++++ sites_updated.json | 6 ++++++ 5 files changed, 14 insertions(+) diff --git a/README.md b/README.md index fdd04890..615d7060 100644 --- a/README.md +++ b/README.md @@ -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) - diff --git a/changelog.txt b/changelog.txt index 544080d9..3cad8efa 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/manifest.json b/manifest.json index 64cc4a6e..d26cc52d 100644 --- a/manifest.json +++ b/manifest.json @@ -190,6 +190,7 @@ "*://*.dagsavisen.no/*", "*://*.dailyadvertiser.com.au/*", "*://*.dailyliberal.com.au/*", + "*://*.dailymail.co.uk/*", "*://*.dailypress.com/*", "*://*.dailytelegraph.com.au/*", "*://*.dailywire.com/*", diff --git a/sites.js b/sites.js index b5ed5112..569ae575 100644 --- a/sites.js +++ b/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, diff --git a/sites_updated.json b/sites_updated.json index 2a0a4aa9..0ca6a16a 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -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,