diff --git a/README.md b/README.md index da25b12..a42fac1 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ Use adblocker with custom (content)filter: https://gitlab.com/magnolia1234/bypas #### Notes * This add-on works best alongside the adblocker [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin). * You will be logged out for most of the sites you have checked. -* Some sites need to redirect to an amp-page (add an exception in your amp2html add-on). +* Some sites need to redirect to an amp-page (add an exception in your `Redirect AMP to HTML` add-on). ### List of supported websites diff --git a/changelog.txt b/changelog.txt index 539b60d..e339d34 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,8 @@ Changelog Bypass Paywalls Clean - Firefox Post-release + +* v2.6.8.0 (2022-05-08) Add De Tijd & L'Echo Add Finance.si Add group Mediahuis Noord (opt-in to custom sites for unlisted) diff --git a/manifest.json b/manifest.json index 8518484..a950e63 100644 --- a/manifest.json +++ b/manifest.json @@ -671,5 +671,5 @@ "*://*.wsj.net/*", "*://webcache.googleusercontent.com/*" ], - "version": "2.6.7.5" + "version": "2.6.8.0" } diff --git a/sites_updated.json b/sites_updated.json index 4af62fd..df049c7 100644 --- a/sites_updated.json +++ b/sites_updated.json @@ -19,7 +19,7 @@ "cond": "div[class^=\"_\"]", "rm_attrib": "class" }, { - "cond": "div.o-rte-text > p:not([class]), div.o-rte-text > h3a", + "cond": "div.o-rte-text > p:not([class]), div.o-rte-text > h3", "rm_elem": 1 } ] diff --git a/updates.json b/updates.json index 0a27e5b..90beaad 100644 --- a/updates.json +++ b/updates.json @@ -2,8 +2,8 @@ "addons": { "magnolia@12.34": { "updates": [ - { "version": "2.6.7.0", - "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.6.7.0.xpi" } + { "version": "2.6.8.0", + "update_link": "https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass_paywalls_clean-2.6.8.0.xpi" } ] } }