Add afr.com

merge-requests/1/head
ghost 6 years ago
parent ad38f201ca
commit 54eb1d0fff

@ -1,6 +1,6 @@
# Bypass Paywalls for Firefox # Bypass Paywalls for Firefox
## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.5/bypass_paywalls-1.4.5-an+fx.xpi) ## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.6/bypass_paywalls-1.4.6-an+fx.xpi)
### Bypass the following sites' paywalls with this extension: ### Bypass the following sites' paywalls with this extension:
@ -42,6 +42,7 @@ Palo Alto Online (paloaltoonline.com)\
Quora (quora.com)\ Quora (quora.com)\
SunSentinel (sun-sentinel.com)\ SunSentinel (sun-sentinel.com)\
The Advocate (theadvocate.com.au)\ The Advocate (theadvocate.com.au)\
The Australian Financial Review (afr.com)\
The Boston Globe (bostonglobe.com)\ The Boston Globe (bostonglobe.com)\
The Globe and Mail (theglobeandmail.com)\ The Globe and Mail (theglobeandmail.com)\
The Herald (theherald.com.au)\ The Herald (theherald.com.au)\

@ -41,6 +41,7 @@ var defaultSites = {
'Quora': 'quora.com', 'Quora': 'quora.com',
'SunSentinel': 'sun-sentinel.com', 'SunSentinel': 'sun-sentinel.com',
'The Advocate': 'theadvocate.com.au', 'The Advocate': 'theadvocate.com.au',
'The Australian Financial Review': 'afr.com',
'The Boston Globe': 'bostonglobe.com', 'The Boston Globe': 'bostonglobe.com',
'The Business Journals': 'bizjournals.com', 'The Business Journals': 'bizjournals.com',
'The Globe and Mail': 'theglobeandmail.com', 'The Globe and Mail': 'theglobeandmail.com',

@ -44,5 +44,5 @@
"webRequest", "webRequest",
"webRequestBlocking" "webRequestBlocking"
], ],
"version": "1.4.5" "version": "1.4.6"
} }

@ -39,6 +39,7 @@ var defaultSites = {
'Quora': 'quora.com', 'Quora': 'quora.com',
'SunSentinel': 'sun-sentinel.com', 'SunSentinel': 'sun-sentinel.com',
'The Advocate': 'theadvocate.com.au', 'The Advocate': 'theadvocate.com.au',
'The Australian Financial Review': 'afr.com',
'The Boston Globe': 'bostonglobe.com', 'The Boston Globe': 'bostonglobe.com',
'The Business Journals': 'bizjournals.com', 'The Business Journals': 'bizjournals.com',
'The Globe and Mail': 'theglobeandmail.com', 'The Globe and Mail': 'theglobeandmail.com',

@ -4,7 +4,7 @@
<meta charset="utf-8"> <meta charset="utf-8">
</head> </head>
<body> <body>
<div style="width:230px;">Bypass Paywalls v1.4.5 by Adam <div style="width:230px;">Bypass Paywalls v1.4.6 by Adam
<a href="options.html">Options</a></div> <a href="options.html">Options</a></div>
</body> </body>
</html> </html>

@ -4,7 +4,9 @@
"bypasspaywalls@bypasspaywalls.weebly.com": { "bypasspaywalls@bypasspaywalls.weebly.com": {
"updates": [ "updates": [
{ "version": "1.4.5", { "version": "1.4.5",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.5/bypass_paywalls-1.4.5-an+fx.xpi" } "update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.5/bypass_paywalls-1.4.5-an+fx.xpi" },
{ "version": "1.4.6",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.6/bypass_paywalls-1.4.6-an+fx.xpi" }
] ]
} }
} }

Loading…
Cancel
Save