Update link changelog (raw/text)

This commit is contained in:
magnolia1234 2020-10-01 16:11:57 +02:00
parent af7807a47e
commit 0b9226e78e
4 changed files with 11 additions and 11 deletions

View file

@ -50,7 +50,7 @@ Add general paywall-script Cxense
* v1.8.3.0 (2020-08-30) * v1.8.3.0 (2020-08-30)
Add Chronicle of Higher Education Add Chronicle of Higher Education
Add Diario Financiero (Chile) Add Diario Financiero (Chile)
Add El Mercurio de Valparaíso (Chile) Add El Mercurio de Valparaiso (Chile)
Fix-update MIT Technology Review Fix-update MIT Technology Review
Remove copy-notice in copied text of Financial Times (ft.com) Remove copy-notice in copied text of Financial Times (ft.com)
Update show options on update (now optional) Update show options on update (now optional)
@ -80,7 +80,7 @@ Update installation instructions
Add CharlieHebdo.fr Add CharlieHebdo.fr
Add La Segunda (Chile) Add La Segunda (Chile)
Add LeSoir.be Add LeSoir.be
Add Süddeutsche Zeitung (amp for plus) Add Sueddeutsche Zeitung (amp for plus)
Fix-update elMercurio Legal (Chile) Fix-update elMercurio Legal (Chile)
Fix-update Fd.nl (modal/newsletter query string) Fix-update Fd.nl (modal/newsletter query string)
Fix-update Inkl (cookies) Fix-update Inkl (cookies)
@ -90,7 +90,7 @@ Fix-update LesEchos.fr (lp-version)
* v1.7.9.0 (2020-07-15) * v1.7.9.0 (2020-07-15)
Fix-update Clarin (block MatherAnalytics) Fix-update Clarin (block MatherAnalytics)
Fix-update El Mercurio (Chile) Fix-update El Mercurio (Chile)
Fix-update Neue Zürcher Zeitung Fix-update Neue Zuercher Zeitung
Fix-update NY Times (incognito mode) Fix-update NY Times (incognito mode)
Fix-update The Hindu (cookies) Fix-update The Hindu (cookies)
Fix-update ValeursActuelles.fr (Qiota) Fix-update ValeursActuelles.fr (Qiota)
@ -194,7 +194,7 @@ Maintenance Ad.nl (regional)
Sort-button custom sites Sort-button custom sites
* v1.7.0.2 (2020-04-05) * v1.7.0.2 (2020-04-05)
Add Gestión (Peru) & fix El Comercio Add Gestion (Peru) & fix El Comercio
Add LeScienze.it Add LeScienze.it
Add Science & Vie Add Science & Vie
Fix Barron's links to sign in/read more articles Fix Barron's links to sign in/read more articles
@ -208,7 +208,7 @@ Fix-update Telegraaf.nl (FF meta-refresh)
Add El Comercio (Peru) Add El Comercio (Peru)
Add L'Opinion.fr Add L'Opinion.fr
Add LiveMint (India) Add LiveMint (India)
Add Neue Zürcher Zeitung Add Neue Zuercher Zeitung
Add The New Republic Add The New Republic
Remove ET Prime (obsolete) Remove ET Prime (obsolete)
Fix Telegraaf.nl Fix Telegraaf.nl
@ -266,7 +266,7 @@ Update Options - new release check
* v1.6.4.4 (2020-02-20) * v1.6.4.4 (2020-02-20)
Add Australian Community Media daily newspapers Add Australian Community Media daily newspapers
Add Clarín (Argentina) Add Clarin (Argentina)
Add WAtoday (Australia) Add WAtoday (Australia)
Fix-update TheNation paywall-script block Fix-update TheNation paywall-script block
Refresh tab after saved options Refresh tab after saved options

View file

@ -1,4 +1,4 @@
"use strict"; //"use strict";
var ext_api = (typeof browser === 'object') ? browser : chrome; var ext_api = (typeof browser === 'object') ? browser : chrome;
var domain; var domain;
@ -940,7 +940,7 @@ else if (matchDomain("noordhollandsdagblad.nl")) {
if (auth_body_par_count.length < 2) { if (auth_body_par_count.length < 2) {
let url = window.location.href; let url = window.location.href;
let html = document.documentElement.outerHTML; let html = document.documentElement.outerHTML;
let split1 = html.split('window["__PRELOADED_STATE_GRAPH__')[1]; let split1 = html.split('window["__PRELOADED_STATE_GRAPH__')[1].split(/=(.+)/)[1];
let split2 = split1.split('</script>')[0].trim(); let split2 = split1.split('</script>')[0].trim();
let split3 = split2.split('"body":')[1]; let split3 = split2.split('"body":')[1];
let state = split3.split('},"')[0] + '}'; let state = split3.split('},"')[0] + '}';
@ -948,7 +948,7 @@ else if (matchDomain("noordhollandsdagblad.nl")) {
let data = JSON.parse(state); let data = JSON.parse(state);
let article = data.json; let article = data.json;
auth_body.innerHTML = ''; auth_body.innerHTML = '';
let par_html, par_dom, par_elem, par_div; let par_html, par_dom, par_elem, par_div, par_key;
let parser = new DOMParser(); let parser = new DOMParser();
for (let par of article) { for (let par of article) {
for (let key in par) { for (let key in par) {

View file

@ -15,7 +15,7 @@
</head> </head>
<body> <body>
<h1>Options | <small><span id="version"></span><span id="version_new"></span></small></h1> <h1>Options | <small><span id="version"></span><span id="version_new"></span></small></h1>
<br><a href="https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/src/master/changelog.txt" style="color:black" target="_blank">Changelog</a> <br><a href="https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/raw/master/changelog.txt" style="color:black" target="_blank">Changelog</a>
<div style="width:90%;"> <div style="width:90%;">
Selected sites will have their cookies cleared and referer set to Google. Selected sites will have their cookies cleared and referer set to Google.
You should uncheck sites you have an account with or else you will be logged out at every visit.</br> You should uncheck sites you have an account with or else you will be logged out at every visit.</br>

View file

@ -9,7 +9,7 @@
<a href="options_custom.html" style="color:black">Custom</a> | <a href="options_custom.html" style="color:black">Custom</a> |
<a href="https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/src/master/README.md" style="color:black" target="_blank">BitBucket</a> | <a href="https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/src/master/README.md" style="color:black" target="_blank">BitBucket</a> |
<button id="site_switch">on/off</button> <button id="site_switch">on/off</button>
<br><a href="https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/src/master/changelog.txt" style="color:black" target="_blank">Changelog</a> <br><a href="https://bitbucket.org/magnolia1234/bypass-paywalls-firefox-clean/raw/master/changelog.txt" style="color:black" target="_blank">Changelog</a>
<span id="version_new"></span></div> <span id="version_new"></span></div>
<script src="version.js"></script> <script src="version.js"></script>
<script src="popup.js"></script> <script src="popup.js"></script>