Release v2.0.6.0

master
magnolia1234 2021-01-31 21:41:44 +01:00
parent dea712655d
commit 586a0d4474
4 changed files with 6 additions and 4 deletions

View File

@ -722,7 +722,7 @@ ext_api.webRequest.onHeadersReceived.addListener(function (details) {
}, },
['blocking', 'responseHeaders']); ['blocking', 'responseHeaders']);
// verne.elpais.com block inline script // elviajero|retina|verne.elpais.com block inline script
ext_api.webRequest.onHeadersReceived.addListener(function (details) { ext_api.webRequest.onHeadersReceived.addListener(function (details) {
if (!isSiteEnabled(details)) { if (!isSiteEnabled(details)) {
return; return;
@ -737,7 +737,7 @@ ext_api.webRequest.onHeadersReceived.addListener(function (details) {
}; };
}, { }, {
'types': ['main_frame', 'sub_frame'], 'types': ['main_frame', 'sub_frame'],
'urls': ["*://verne.elpais.com/*"] 'urls': ["*://elviajero.elpais.com/*", "*://retina.elpais.com/*", "*://verne.elpais.com/*"]
}, },
['blocking', 'responseHeaders']); ['blocking', 'responseHeaders']);

View File

@ -2,6 +2,8 @@
Changelog Bypass Paywalls Clean - Chrome Changelog Bypass Paywalls Clean - Chrome
Post-release Post-release
* v2.0.6.0 (2021-01-31)
Add Griffith Review (Australia) Add Griffith Review (Australia)
Add Stratfor Add Stratfor
Add The Hill Times (Canada) Add The Hill Times (Canada)

View File

@ -433,5 +433,5 @@
"*://*.userzoom.com/*", "*://*.userzoom.com/*",
"*://*.wsj.net/*" "*://*.wsj.net/*"
], ],
"version": "2.0.5.5" "version": "2.0.6.0"
} }

View File

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