mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:27:48 +01:00
Update link changelog (raw/text)
This commit is contained in:
parent
af7807a47e
commit
0b9226e78e
4 changed files with 11 additions and 11 deletions
|
@ -50,7 +50,7 @@ Add general paywall-script Cxense
|
|||
* v1.8.3.0 (2020-08-30)
|
||||
Add Chronicle of Higher Education
|
||||
Add Diario Financiero (Chile)
|
||||
Add El Mercurio de Valparaíso (Chile)
|
||||
Add El Mercurio de Valparaiso (Chile)
|
||||
Fix-update MIT Technology Review
|
||||
Remove copy-notice in copied text of Financial Times (ft.com)
|
||||
Update show options on update (now optional)
|
||||
|
@ -80,7 +80,7 @@ Update installation instructions
|
|||
Add CharlieHebdo.fr
|
||||
Add La Segunda (Chile)
|
||||
Add LeSoir.be
|
||||
Add Süddeutsche Zeitung (amp for plus)
|
||||
Add Sueddeutsche Zeitung (amp for plus)
|
||||
Fix-update elMercurio Legal (Chile)
|
||||
Fix-update Fd.nl (modal/newsletter query string)
|
||||
Fix-update Inkl (cookies)
|
||||
|
@ -90,7 +90,7 @@ Fix-update LesEchos.fr (lp-version)
|
|||
* v1.7.9.0 (2020-07-15)
|
||||
Fix-update Clarin (block MatherAnalytics)
|
||||
Fix-update El Mercurio (Chile)
|
||||
Fix-update Neue Zürcher Zeitung
|
||||
Fix-update Neue Zuercher Zeitung
|
||||
Fix-update NY Times (incognito mode)
|
||||
Fix-update The Hindu (cookies)
|
||||
Fix-update ValeursActuelles.fr (Qiota)
|
||||
|
@ -194,7 +194,7 @@ Maintenance Ad.nl (regional)
|
|||
Sort-button custom sites
|
||||
|
||||
* v1.7.0.2 (2020-04-05)
|
||||
Add Gestión (Peru) & fix El Comercio
|
||||
Add Gestion (Peru) & fix El Comercio
|
||||
Add LeScienze.it
|
||||
Add Science & Vie
|
||||
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 L'Opinion.fr
|
||||
Add LiveMint (India)
|
||||
Add Neue Zürcher Zeitung
|
||||
Add Neue Zuercher Zeitung
|
||||
Add The New Republic
|
||||
Remove ET Prime (obsolete)
|
||||
Fix Telegraaf.nl
|
||||
|
@ -266,7 +266,7 @@ Update Options - new release check
|
|||
|
||||
* v1.6.4.4 (2020-02-20)
|
||||
Add Australian Community Media daily newspapers
|
||||
Add Clarín (Argentina)
|
||||
Add Clarin (Argentina)
|
||||
Add WAtoday (Australia)
|
||||
Fix-update TheNation paywall-script block
|
||||
Refresh tab after saved options
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
"use strict";
|
||||
//"use strict";
|
||||
var ext_api = (typeof browser === 'object') ? browser : chrome;
|
||||
var domain;
|
||||
|
||||
|
@ -940,7 +940,7 @@ else if (matchDomain("noordhollandsdagblad.nl")) {
|
|||
if (auth_body_par_count.length < 2) {
|
||||
let url = window.location.href;
|
||||
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 split3 = split2.split('"body":')[1];
|
||||
let state = split3.split('},"')[0] + '}';
|
||||
|
@ -948,7 +948,7 @@ else if (matchDomain("noordhollandsdagblad.nl")) {
|
|||
let data = JSON.parse(state);
|
||||
let article = data.json;
|
||||
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();
|
||||
for (let par of article) {
|
||||
for (let key in par) {
|
||||
|
|
|
@ -15,7 +15,7 @@
|
|||
</head>
|
||||
<body>
|
||||
<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%;">
|
||||
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>
|
||||
|
|
|
@ -9,7 +9,7 @@
|
|||
<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> |
|
||||
<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>
|
||||
<script src="version.js"></script>
|
||||
<script src="popup.js"></script>
|
||||
|
|
Loading…
Reference in a new issue