mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:37:47 +01:00
Added tijd.be, irishtimes.com, thesaturdaypaper.com.au
This commit is contained in:
parent
a870661d23
commit
41a4e4564e
5 changed files with 21 additions and 5 deletions
|
@ -1,6 +1,8 @@
|
|||
# Bypass Paywalls for Firefox
|
||||
|
||||
## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.7/bypass_paywalls-1.4.7-an+fx.xpi)
|
||||
## [Download and install the latest version](https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.8/bypass_paywalls-1.4.8-an+fx.xpi)
|
||||
|
||||
### 2019-02-02: The Wall Street Journal (wsj.com) bypass is currently not working. WSJ seems to have changed their algorithm.
|
||||
|
||||
### Bypass the following sites' paywalls with this extension:
|
||||
|
||||
|
@ -16,6 +18,7 @@ Crain's Chicago Business (chicagobusiness.com)\
|
|||
Corriere Della Sera (corriere.it)\
|
||||
Daily Press (dailypress.com)\
|
||||
Denver Post (denverpost.com)\
|
||||
De Tijd (tijd.be)\
|
||||
The Economist (economist.com)\
|
||||
Examiner (examiner.com.au)\
|
||||
Financial Times (ft.com)\
|
||||
|
@ -27,6 +30,7 @@ Hartford Courant (courant.com)\
|
|||
Harvard Business Review (hbr.org)\
|
||||
Het Financieele Dagblad (fd.nl)\
|
||||
Inc.com (inc.com)\
|
||||
Irish Times (irishtimes.com)\
|
||||
La Repubblica (repubblica.it)\
|
||||
Le Temps (letemps.ch)\
|
||||
Los Angeles Times (latimes.com)\
|
||||
|
@ -55,6 +59,7 @@ The Nation (thenation.com)\
|
|||
The New York Times (nytimes.com)\
|
||||
The New Yorker (newyorker.com)\
|
||||
The News-Gazette (news-gazette.com)\
|
||||
The Saturday Paper (thesaturdaypaper.com.au)\
|
||||
The Spectator (spectator.co.uk)\
|
||||
The Business Journals (bizjournals.com)\
|
||||
The Seattle Times (seattletimes.com)\
|
||||
|
|
|
@ -14,6 +14,7 @@ var defaultSites = {
|
|||
'Corriere Della Sera': 'corriere.it',
|
||||
'Daily Press': 'dailypress.com',
|
||||
'Denver Post': 'denverpost.com',
|
||||
'De Tijd': 'tijd.be',
|
||||
'The Economist': 'economist.com',
|
||||
'Examiner': 'examiner.com.au',
|
||||
'Financial Times': 'ft.com',
|
||||
|
@ -26,6 +27,7 @@ var defaultSites = {
|
|||
'Harvard Business Review': 'hbr.org',
|
||||
'Het Financieele Dagblad': 'fd.nl',
|
||||
'Inc.com': 'inc.com',
|
||||
'Irish Times': 'irishtimes.com',
|
||||
'La Repubblica': 'repubblica.it',
|
||||
'Le Temps': 'letemps.ch',
|
||||
'Los Angeles Times': 'latimes.com',
|
||||
|
@ -55,6 +57,7 @@ var defaultSites = {
|
|||
'The New York Times': 'nytimes.com',
|
||||
'The New Yorker': 'newyorker.com',
|
||||
'The News-Gazette': 'news-gazette.com',
|
||||
'The Saturday Paper': 'thesaturdaypaper.com.au',
|
||||
'The Spectator': 'spectator.co.uk',
|
||||
'The Seattle Times': 'seattletimes.com',
|
||||
'The Sydney Morning Herald': 'smh.com.au',
|
||||
|
@ -92,7 +95,9 @@ const allow_cookies = [
|
|||
'theadvocate.com.au',
|
||||
'examiner.com.au',
|
||||
'thestar.com',
|
||||
'washingtonpost.com'
|
||||
'washingtonpost.com',
|
||||
'irishtimes.com'
|
||||
|
||||
]
|
||||
|
||||
// Removes cookies after page load
|
||||
|
@ -121,7 +126,8 @@ const remove_cookies = [
|
|||
'foreignpolicy.com',
|
||||
'wsj.com',
|
||||
'glassdoor.com',
|
||||
'cen.acs.org'
|
||||
'cen.acs.org',
|
||||
'irishtimes.com'
|
||||
]
|
||||
|
||||
function setDefaultOptions() {
|
||||
|
|
|
@ -44,5 +44,5 @@
|
|||
"webRequest",
|
||||
"webRequestBlocking"
|
||||
],
|
||||
"version": "1.4.7"
|
||||
"version": "1.4.8"
|
||||
}
|
|
@ -12,6 +12,7 @@ var defaultSites = {
|
|||
'Corriere Della Sera': 'corriere.it',
|
||||
'Daily Press': 'dailypress.com',
|
||||
'Denver Post': 'denverpost.com',
|
||||
'De Tijd': 'tijd.be',
|
||||
'The Economist': 'economist.com',
|
||||
'Examiner': 'examiner.com.au',
|
||||
'Financial Times': 'ft.com',
|
||||
|
@ -24,6 +25,7 @@ var defaultSites = {
|
|||
'Harvard Business Review': 'hbr.org',
|
||||
'Het Financieele Dagblad': 'fd.nl',
|
||||
'Inc.com': 'inc.com',
|
||||
'Irish Times': 'irishtimes.com',
|
||||
'La Repubblica': 'repubblica.it',
|
||||
'Le Temps': 'letemps.ch',
|
||||
'Los Angeles Times': 'latimes.com',
|
||||
|
@ -53,6 +55,7 @@ var defaultSites = {
|
|||
'The New York Times': 'nytimes.com',
|
||||
'The New Yorker': 'newyorker.com',
|
||||
'The News-Gazette': 'news-gazette.com',
|
||||
'The Saturday Paper': 'thesaturdaypaper.com.au',
|
||||
'The Spectator': 'spectator.co.uk',
|
||||
'The Seattle Times': 'seattletimes.com',
|
||||
'The Sydney Morning Herald': 'smh.com.au',
|
||||
|
|
|
@ -8,7 +8,9 @@
|
|||
{ "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" },
|
||||
{ "version": "1.4.7",
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.7/bypass_paywalls-1.4.7-an+fx.xpi" }
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.7/bypass_paywalls-1.4.7-an+fx.xpi" },
|
||||
{ "version": "1.4.8",
|
||||
"update_link": "https://github.com/iamadamdev/bypass-paywalls-firefox/releases/download/v1.4.8/bypass_paywalls-1.4.8-an+fx.xpi" }
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue