mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-02 15:40:13 +00:00
Add afr.com
This commit is contained in:
parent
ad38f201ca
commit
54eb1d0fff
@ -1,6 +1,6 @@
|
||||
# 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:
|
||||
|
||||
@ -42,6 +42,7 @@ Palo Alto Online (paloaltoonline.com)\
|
||||
Quora (quora.com)\
|
||||
SunSentinel (sun-sentinel.com)\
|
||||
The Advocate (theadvocate.com.au)\
|
||||
The Australian Financial Review (afr.com)\
|
||||
The Boston Globe (bostonglobe.com)\
|
||||
The Globe and Mail (theglobeandmail.com)\
|
||||
The Herald (theherald.com.au)\
|
||||
|
@ -41,6 +41,7 @@ var defaultSites = {
|
||||
'Quora': 'quora.com',
|
||||
'SunSentinel': 'sun-sentinel.com',
|
||||
'The Advocate': 'theadvocate.com.au',
|
||||
'The Australian Financial Review': 'afr.com',
|
||||
'The Boston Globe': 'bostonglobe.com',
|
||||
'The Business Journals': 'bizjournals.com',
|
||||
'The Globe and Mail': 'theglobeandmail.com',
|
||||
|
@ -44,5 +44,5 @@
|
||||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.4.5"
|
||||
"version": "1.4.6"
|
||||
}
|
@ -39,6 +39,7 @@ var defaultSites = {
|
||||
'Quora': 'quora.com',
|
||||
'SunSentinel': 'sun-sentinel.com',
|
||||
'The Advocate': 'theadvocate.com.au',
|
||||
'The Australian Financial Review': 'afr.com',
|
||||
'The Boston Globe': 'bostonglobe.com',
|
||||
'The Business Journals': 'bizjournals.com',
|
||||
'The Globe and Mail': 'theglobeandmail.com',
|
||||
|
@ -4,7 +4,7 @@
|
||||
<meta charset="utf-8">
|
||||
</head>
|
||||
<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>
|
||||
</body>
|
||||
</html>
|
||||
|
@ -4,7 +4,9 @@
|
||||
"bypasspaywalls@bypasspaywalls.weebly.com": {
|
||||
"updates": [
|
||||
{ "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…
Reference in New Issue
Block a user