Release v2.6.8.0

This commit is contained in:
magnolia1234 2022-05-08 20:03:12 +02:00
parent 8b8577e80e
commit 86af984ba5
6 changed files with 7 additions and 5 deletions

View File

@ -67,7 +67,7 @@ Use adblocker with custom (content)filter: https://gitlab.com/magnolia1234/bypas
* Do not delete extension's folder from your computer/smartphone or Bypass Paywalls Clean (in developer mode) will disappear at restart.
* In Chrome/Opera/Brave to disable the developer mode extensions popup use the extensions toolbar menu (by default enabled in Chrome 87+ or (if available) enable (experimental) chrome flag: chrome://flags/#extensions-toolbar-menu)
* 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 extension).
* Some sites need to redirect to an amp-page (add an exception in your `Redirect AMP to HTML` extension or disable Brave > Shields > Auto-redirect AMP pages).
### Update
For crx-installation: check for updates (in chrome://extensions).\

View File

@ -2,6 +2,8 @@
Changelog Bypass Paywalls Clean - Chrome
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)

View File

@ -42,5 +42,5 @@
"webRequestBlocking",
"<all_urls>"
],
"version": "2.6.7.5"
"version": "2.6.8.0"
}

View File

@ -659,5 +659,5 @@
"*://*.wsj.net/*",
"*://webcache.googleusercontent.com/*"
],
"version": "2.6.7.5"
"version": "2.6.8.0"
}

View File

@ -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
}
]

View File

@ -1,6 +1,6 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lkbebcjgcmobigpeffafkodonchffocl'>
<updatecheck codebase='https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass-paywalls-chrome-clean-2.6.7.0.crx' version='2.6.7.0' />
<updatecheck codebase='https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass-paywalls-chrome-clean-2.6.8.0.crx' version='2.6.8.0' />
</app>
</gupdate>