Release v2.1.0.0
This commit is contained in:
parent
3e573152ac
commit
3b8d6810de
@ -27,7 +27,7 @@ In extension developer mode you can always install BPC by `Load unpacked` (no au
|
||||
6. Click `Load unpacked` and select the extension folder.
|
||||
|
||||
* by default BPC has limited permissions, but you can opt-in to enable custom sites (and also clear cookies/block general paywall-scripts for non-listed sites).
|
||||
* in Chrome/Opera/Brave disable the developer mode extensions popup by enabling the extensions toolbar menu under (experimental) chrome flags: chrome://flags/#extensions-toolbar-menu
|
||||
* 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)
|
||||
|
||||
If you're familiar with Git(Hub)-clients you can also clone this repo and update the extension that way (load unpacked folder used by Git(Hub)-client).
|
||||
|
||||
|
@ -2,6 +2,8 @@
|
||||
Changelog Bypass Paywalls Clean - Chrome
|
||||
|
||||
Post-release
|
||||
|
||||
* v2.1.0.0 (2021-02-28)
|
||||
Add Die Rheinpfalz (Germany)
|
||||
Add Gannett Group (local USA Today; opt-in to custom sites)
|
||||
Add New York Daily News (local USA)
|
||||
|
@ -304,7 +304,9 @@ else if (matchDomain("americanbanker.com")) {
|
||||
|
||||
else if (matchDomain('telegraaf.nl')) {
|
||||
if (window.location.href.startsWith('https://www.telegraaf.nl/error?ref=/')) {
|
||||
window.location.href = window.location.href.split('&')[0].replace('error?ref=/', '');
|
||||
window.setTimeout(function () {
|
||||
window.location.href = window.location.href.split('&')[0].replace('error?ref=/', '');
|
||||
}, 500);
|
||||
}
|
||||
let refresh = document.querySelector('div[id="content"] > meta[http-equiv="refresh"]');
|
||||
if (refresh) {
|
||||
|
@ -469,5 +469,5 @@
|
||||
"*://*.wallkit.net/*",
|
||||
"*://*.wsj.net/*"
|
||||
],
|
||||
"version": "2.0.9.8"
|
||||
"version": "2.1.0.0"
|
||||
}
|
@ -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.0.9.1.crx' version='2.0.9.1' />
|
||||
<updatecheck codebase='https://gitlab.com/magnolia1234/bpc-uploads/-/raw/master/bypass-paywalls-chrome-clean-2.1.0.0.crx' version='2.1.0.0' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
Loading…
x
Reference in New Issue
Block a user