From deb12665a3a0ac690e42bdcacdd2d2a47cb75c2b Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Fri, 18 Mar 2022 15:12:53 +0100 Subject: [PATCH] Add Popular Mechanics --- README.md | 1 + changelog.txt | 1 + custom/manifest.json | 2 +- manifest.json | 4 +++- sites.js | 5 +++++ sites_updated.json | 5 +++++ 6 files changed, 16 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 34e3829..d953e33 100755 --- a/README.md +++ b/README.md @@ -149,6 +149,7 @@ Grouped in options:\ [MIT Technology Review](https://www.technologyreview.com) - [National Geographic USA](https://www.nationalgeographic.com) - [Nautilus](https://nautil.us) - +[Popular Mechanics](https://www.popularmechanics.com) - [Precision Oncology News](https://www.precisiononcologynews.com) - [Science](https://www.science.org)* - [Scientific American](https://www.scientificamerican.com)* - diff --git a/changelog.txt b/changelog.txt index 80c0e1b..b679888 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,7 @@ Changelog Bypass Paywalls Clean - Chrome Post-release Add Mid-Day (India) +Add Popular Mechanics Fix Algemeen Dagblad (regional; refresh) Fix Folha de S. Paulo Fix Funke Mediengruppe (opt-in to custom sites for unlisted) diff --git a/custom/manifest.json b/custom/manifest.json index f85a6cd..6b56fe0 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -41,5 +41,5 @@ "webRequestBlocking", "" ], - "version": "2.6.0.4" + "version": "2.6.0.5" } diff --git a/manifest.json b/manifest.json index e46b307..0e54bd8 100755 --- a/manifest.json +++ b/manifest.json @@ -428,6 +428,7 @@ "*://*.pilotonline.com/*", "*://*.piqd.de/*", "*://*.politicaexterior.com/*", + "*://*.popularmechanics.com/*", "*://*.portnews.com.au/*", "*://*.post-gazette.com/*", "*://*.precisiononcologynews.com/*", @@ -606,6 +607,7 @@ "*://*.corriereobjects.it/*", "*://*.eestatic.com/*", "*://*.emol.cl/*", + "*://*.ensighten.com/*", "*://*.epimg.net/*", "*://*.flip-pay.com/*", "*://*.funkedigital.de/*", @@ -627,5 +629,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.6.0.4" + "version": "2.6.0.5" } diff --git a/sites.js b/sites.js index 07616e5..014a7d8 100755 --- a/sites.js +++ b/sites.js @@ -1275,6 +1275,11 @@ var defaultSites = { domain: "politicaexterior.com", allow_cookies: 1 }, + "Popular Mechanics": { + domain: "popularmechanics.com", + allow_cookies: 1, + block_regex: /nexus\.ensighten\.com\/hearst\/mag\/Bootstrap\.js/ + }, "Postmedia Network": { domain: "###_ca_postmedia", group: [ diff --git a/sites_updated.json b/sites_updated.json index b4f362e..c3069a5 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -91,6 +91,11 @@ }, "amp_unhide": 1 }, + "Popular Mechanics": { + "domain": "popularmechanics.com", + "allow_cookies": 1, + "block_regex": "nexus\\.ensighten\\.com\\/hearst\\/mag\\/Bootstrap\\.js" + }, "RugbyPass": { "domain": "rugbypass.com", "allow_cookies": 1,