Update version, fix latimes.com

master
Adam 2019-09-29 17:44:03 -07:00
parent 2f7fbc1902
commit 58279ac056
4 changed files with 6 additions and 4 deletions

View File

@ -1,6 +1,6 @@
# Bypass Paywalls for Firefox
## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.8/bypass_paywalls-1.5.8-an+fx.xpi)
## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.9/bypass_paywalls-1.5.9-an+fx.xpi)
### Bypass the following sites' paywalls with this extension

View File

@ -141,6 +141,7 @@ const remove_cookies = [
'volkskrant.nl',
'handelsblatt.com',
'thediplomat.com',
'latimes.com',
]
// Override User-Agent with Googlebot

View File

@ -91,7 +91,6 @@
"*://*.paloaltoonline.com/*",
"*://*.quora.com/*",
"*://*.sun-sentinel.com/*",
"*://*.techinasia.com/*",
"*://*.theadvocate.com.au/*",
"*://*.theage.com.au/*",
"*://*.theaustralian.com.au/*",
@ -122,5 +121,5 @@
"*://*.wired.com/*",
"*://*.thediplomat.com/*"
],
"version": "1.5.8"
"version": "1.5.9"
}

View File

@ -28,7 +28,9 @@
{ "version": "1.5.7",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.7/bypass_paywalls-1.5.7-an+fx.xpi" },
{ "version": "1.5.8",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.8/bypass_paywalls-1.5.8-an+fx.xpi" }
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.8/bypass_paywalls-1.5.8-an+fx.xpi" },
{ "version": "1.5.9",
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.5.9/bypass_paywalls-1.5.9-an+fx.xpi" }
]
}
}