mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 00:01:57 +01:00
Preparing for release of v1.2.0
This commit is contained in:
parent
1f102f286f
commit
2600f5eb53
6 changed files with 18 additions and 5 deletions
|
@ -6,7 +6,9 @@ var defaultSites = {
|
|||
'Barron\'s': 'barrons.com',
|
||||
'Crain\'s Chicago Business': 'chicagobusiness.com',
|
||||
'Chicago Tribune': 'chicagotribune.com',
|
||||
'Corriere Della Sera': 'corriere.it',
|
||||
'Daily Press': 'dailypress.com',
|
||||
'Dagens Nyheter': 'dn.se',
|
||||
'The Economist': 'economist.com',
|
||||
'Financial Times': 'ft.com',
|
||||
'Glassdoor': 'glassdoor.com',
|
||||
|
@ -50,7 +52,8 @@ const allow_cookies = [
|
|||
'letemps.ch',
|
||||
'fd.nl',
|
||||
'bostonglobe.com',
|
||||
'mercurynews.com'
|
||||
'mercurynews.com',
|
||||
'theage.com.au'
|
||||
]
|
||||
|
||||
// Removes cookies after page load
|
||||
|
@ -60,7 +63,8 @@ const remove_cookies = [
|
|||
'letemps.ch',
|
||||
'fd.nl',
|
||||
'bostonglobe.com',
|
||||
'mercurynews.com'
|
||||
'mercurynews.com',
|
||||
'theage.com.au'
|
||||
]
|
||||
|
||||
function setDefaultOptions() {
|
||||
|
|
BIN
bypass-dark.png
Normal file
BIN
bypass-dark.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 654 B |
|
@ -1,4 +1,5 @@
|
|||
Updates--
|
||||
2018-04-05 v1.2.0: Added dark theme icon (thanks to Geoffrey De Belie), added Corriere Della Sera (corriere.it), added Dagens Nyheter (dn.se), fixed The Age (theage.com.au)
|
||||
2018-01-30 v1.1.0: Added Medium (medium.com), added The Boston Globe (bostonglobe.com), added The Mercury News (mercurynews.com), removed The Australian (theaustralian.com.au), removed The Courier Mail (couriermail.com.au), removed The Telegraph (telegraph.co.uk)
|
||||
2017-09-14 v1.09: Added back Barron's, added Het Financieele Dagblad (fd.nl), added Le Temps (letemps.ch), added Haaretz (haaretz.co.il)
|
||||
2017-06-15 v1.08: Added browser_action icon, removed Barron's, fixed Financial Times (ft.com), added options link to popup
|
||||
|
@ -16,7 +17,9 @@ Baltimore Sun (baltimoresun.com)
|
|||
Barron's (barrons.com)
|
||||
Crain's Chicago Business (chicagobusiness.com)
|
||||
Chicago Tribune (chicagotribune.com)
|
||||
Corriere Della Sera (corriere.it)
|
||||
Daily Press (dailypress.com)
|
||||
Dagens Nyheter (dn.se)
|
||||
The Economist (economist.com)
|
||||
Financial Times (ft.com)
|
||||
Glassdoor (glassdoor.com)
|
||||
|
|
|
@ -11,7 +11,11 @@
|
|||
"default_popup": "popup.html",
|
||||
"default_icon": {
|
||||
"128": "bypass.png"
|
||||
}
|
||||
},
|
||||
"theme_icons": [{
|
||||
"light": "bypass-dark.png",
|
||||
"dark": "bypass.png",
|
||||
"size": 128 }]
|
||||
},
|
||||
"description": "Bypass News Sites' Paywalls",
|
||||
"icons": {
|
||||
|
@ -24,5 +28,5 @@
|
|||
"page": "options.html"
|
||||
},
|
||||
"permissions": [ "cookies", "<all_urls>", "storage", "webRequest", "webRequestBlocking"],
|
||||
"version": "1.1.0"
|
||||
"version": "1.2.0"
|
||||
}
|
||||
|
|
|
@ -4,7 +4,9 @@ var defaultSites = {
|
|||
'Barron\'s': 'barrons.com',
|
||||
'Crain\'s Chicago Business': 'chicagobusiness.com',
|
||||
'Chicago Tribune': 'chicagotribune.com',
|
||||
'Corriere Della Sera': 'corriere.it',
|
||||
'Daily Press': 'dailypress.com',
|
||||
'Dagens Nyheter': 'dn.se',
|
||||
'The Economist': 'economist.com',
|
||||
'Financial Times': 'ft.com',
|
||||
'Glassdoor': 'glassdoor.com',
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<body>
|
||||
<div style="width:220px;">Bypass Paywalls v1.1.0 by Adam
|
||||
<div style="width:220px;">Bypass Paywalls v1.2.0 by Adam
|
||||
<a href="options.html">Options</a></div>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Reference in a new issue