Removed dn.se, fixed thestar.com

master
Adam 2018-10-06 22:18:34 -07:00
parent 18e06a5138
commit 3030379577
7 changed files with 15 additions and 10 deletions

View File

@ -13,7 +13,6 @@ Crain's Chicago Business (chicagobusiness.com)\
Chicago Tribune (chicagotribune.com)\
Corriere Della Sera (corriere.it)\
Daily Press (dailypress.com)\
Dagens Nyheter (dn.se)\
Denver Post (denverpost.com)\
The Economist (economist.com)\
Examiner (examiner.com.au)\
@ -62,4 +61,4 @@ Wired (wired.com)
-If WSJ stops working try removing all wsj.com site cookies.\
-For The Denver Post turn off uBlock.\
-If a site doesn't work trying turning off uBlock and refreshing.
-If a site doesn't work try turning off uBlock and refreshing.

View File

@ -11,7 +11,6 @@ var defaultSites = {
'Chicago Tribune': 'chicagotribune.com',
'Corriere Della Sera': 'corriere.it',
'Daily Press': 'dailypress.com',
'Dagens Nyheter': 'dn.se',
'Denver Post': 'denverpost.com',
'The Economist': 'economist.com',
'Examiner': 'examiner.com.au',
@ -82,7 +81,8 @@ const allow_cookies = [
'towardsdatascience.com',
'medium.com',
'theadvocate.com.au',
'examiner.com.au'
'examiner.com.au',
'thestar.com'
]
// Removes cookies after page load
@ -103,7 +103,8 @@ const remove_cookies = [
'towardsdatascience.com',
'medium.com',
'theadvocate.com.au',
'examiner.com.au'
'examiner.com.au',
'thestar.com'
]
function setDefaultOptions() {

View File

@ -1,6 +1,7 @@
Updates--
2018-10-02 v1.3.10: Added The Adovcate (theadvocate.com.au), added Examiner (examiner.com.au)
2018-10-06 v1.3.11: Removed dn.se, fixed haaretz.co.il, fixed thestar.com
2018-10-02 v1.3.10: Added The Advocate (theadvocate.com.au), added Examiner (examiner.com.au)
2018-09-09 v1.3.9: Added japantimes.co.jp
2018-08-31 v1.3.8: Added thestar.com
2018-07-22 v1.3.7: Added towardsdatascience.com, fixed medium.com

View File

@ -43,5 +43,5 @@
"webRequest",
"webRequestBlocking"
],
"version": "1.3.9"
"version": "1.3.11"
}

View File

@ -1,6 +1,7 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Bypass Paywalls Options</title>
<style>
#bypass_sites label {
@ -31,6 +32,7 @@
<button id="select-all">Select all</button>
<button id="select-none">Select none</button>
</span>
<br/><br/>
<script src="options.js"></script>
</body>
</html>

View File

@ -9,7 +9,6 @@ var defaultSites = {
'Chicago Tribune': 'chicagotribune.com',
'Corriere Della Sera': 'corriere.it',
'Daily Press': 'dailypress.com',
'Dagens Nyheter': 'dn.se',
'Denver Post': 'denverpost.com',
'The Economist': 'economist.com',
'Examiner': 'examiner.com.au',
@ -74,7 +73,7 @@ function save_options() {
}, function() {
// Update status to let user know options were saved.
var status = document.getElementById('status');
// status.textContent = 'Options saved.';
status.textContent = 'Options saved.';
setTimeout(function() {
// status.textContent = '';
window.close();

View File

@ -1,7 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
</head>
<body>
<div style="width:220px;">Bypass Paywalls v1.3.10 by Adam
<div style="width:230px;">Bypass Paywalls v1.3.11 by Adam
<a href="options.html">Options</a></div>
</body>
</html>