From d1da728f1b0d35c0f39e8d1cd9939f65795ad466 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Sun, 24 Mar 2024 21:23:02 +0100 Subject: [PATCH] Release v3.6.1.0 --- changelog.txt | 2 ++ contentScript.js | 1 - custom/manifest.json | 2 +- manifest.json | 2 +- sites_updated.json | 63 -------------------------------------------- updates_custom.json | 4 +-- 6 files changed, 6 insertions(+), 68 deletions(-) diff --git a/changelog.txt b/changelog.txt index 19d8b8d..240f519 100644 --- a/changelog.txt +++ b/changelog.txt @@ -3,6 +3,8 @@ Changelog Bypass Paywalls Clean - Firefox Updates (install signed xpi-file): https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean/-/releases Post-release + +* v3.6.1.0 (2024-03-24) Add Blick.ch (Ringier Gruppe) Add CNN (regwall) Add CodeSports.com.au (AU News Corp) diff --git a/contentScript.js b/contentScript.js index 9c23f93..1ff6451 100644 --- a/contentScript.js +++ b/contentScript.js @@ -4862,7 +4862,6 @@ else if (matchDomain('newsweek.pl')) { if (placeholder) placeholder.removeAttribute('class'); let ads = document.querySelectorAll('[class^="pwAds"], .hide-for-paying, div.onet-ad, div.bottomBar'); - console.log(ads); hideDOMElement(...ads); } diff --git a/custom/manifest.json b/custom/manifest.json index b5e6b42..31268f7 100644 --- a/custom/manifest.json +++ b/custom/manifest.json @@ -51,5 +51,5 @@ "webRequestBlocking", "*://*/*" ], - "version": "3.6.0.8" + "version": "3.6.1.0" } diff --git a/manifest.json b/manifest.json index d51e002..be8cd2a 100644 --- a/manifest.json +++ b/manifest.json @@ -863,5 +863,5 @@ "*://archive.vn/*", "*://webcache.googleusercontent.com/*" ], - "version": "3.6.0.8" + "version": "3.6.1.0" } diff --git a/sites_updated.json b/sites_updated.json index eff4fe3..269ad80 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -24,25 +24,6 @@ "useragent": "googlebot", "upd_version": "3.5.9.1" }, - "Funke Mediengruppe": { - "domain": "###_de_funke_medien", - "group": [ - "abendblatt.de", - "braunschweiger-zeitung.de", - "morgenpost.de", - "nrz.de", - "otz.de", - "thueringer-allgemeine.de", - "tlz.de", - "waz.de", - "wp.de", - "wr.de" - ], - "allow_cookies": 1, - "block_regex": "\\.piano\\.io", - "ld_archive_is": "div#paywall-container|article", - "upd_version": "3.5.8.3" - }, "Grupo Clarín": { "domain": "###_ar_grupo_clarin", "group": [ @@ -77,21 +58,6 @@ "useragent_custom": "Mozilla/5.0 (Java) outbrain", "upd_version": "3.6.0.4" }, - "Hearst Communications (newspapers)": { - "domain": "###_usa_hearst_comm", - "group": [ - "ctpost.com", - "expressnews.com", - "houstonchronicle.com", - "nhregister.com", - "sfchronicle.com", - "timesunion.com" - ], - "allow_cookies": 1, - "block_regex": "(\\.{domain}\\/script\\.js|\\.ensighten\\.com\\/|js\\.matheranalytics\\.com\\/)", - "cs_code": "[{\"cond\":\"div#modals\", \"rm_elem\":1}, {\"cond\":\"body[style]\", \"rm_attrib\":\"style\"}]", - "upd_version": "3.5.8.5" - }, "Het Laatste Nieuws (removed)": { "domain": "hln.be", "allow_cookies": 1, @@ -120,19 +86,6 @@ "amp_redirect": "div.modal.fade", "upd_version": "3.5.9.4" }, - "Motor Presse Stuttgart": { - "domain": "###_de_motor_presse", - "group": [ - "aerokurier.de", - "auto-motor-und-sport.de", - "flugrevue.de", - "motorradonline.de", - "womenshealth.de" - ], - "allow_cookies": 1, - "block_regex": "\\.{domain}\\/thenewsbar\\/config", - "upd_version": "3.5.8.6" - }, "Newslaundry": { "domain": "newslaundry.com", "allow_cookies": 1, @@ -152,22 +105,6 @@ "cs_code": "[{\"cond\":\"div[data-pleco-poool^='paywall']\", \"rm_elem\":1, \"elems\":[ {\"cond\":\"div[data-pleco-transition='fade']\", \"rm_elem\":1}, {\"cond\":\"div[class*='article-'][style]\", \"rm_attrib\":\"style\"}]}]", "upd_version": "3.5.9.6" }, - "Puck.news (removed)": { - "domain": "puck.news", - "allow_cookies": 1, - "cs_block": 1, - "nofix": 1, - "upd_version": "3.5.8.1" - }, - "Südkurier": { - "domain": "suedkurier.de", - "allow_cookies": 1, - "block_regex": "\\.tinypass\\.com\\/", - "add_ext_link": "aside.article-paywall|section.article-content", - "add_ext_link_type": "archive.is", - "ld_archive_is": "aside.article-paywall|main>article", - "upd_version": "3.5.8.9" - }, "The News Minute": { "domain": "thenewsminute.com", "allow_cookies": 1, diff --git a/updates_custom.json b/updates_custom.json index ef161bd..44e3103 100644 --- a/updates_custom.json +++ b/updates_custom.json @@ -2,8 +2,8 @@ "addons": { "magnolia_limited_permissions@12.34": { "updates": [ - { "version": "3.6.0.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.6.0.0-custom.xpi" } + { "version": "3.6.1.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-3.6.1.0-custom.xpi" } ] } }