mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-02 15:40:13 +00:00
Add Philadelphia Inquirer
Already in Chrome extension.
This commit is contained in:
parent
469bbbc9f7
commit
a020991d3c
@ -82,6 +82,7 @@
|
||||
[The New York Times](https://www.nytimes.com)\
|
||||
[The New Yorker](https://www.newyorker.com)\
|
||||
[The News-Gazette](https://www.news-gazette.com)\
|
||||
[The Philadelphia Inquirer](https://inquirer.com)\
|
||||
[The Saturday Paper](https://www.thesaturdaypaper.com.au)\
|
||||
[The Spectator](https://www.spectator.co.uk)\
|
||||
[The Seattle Times](https://www.seattletimes.com)\
|
||||
|
@ -79,6 +79,7 @@ var defaultSites = {
|
||||
'The New York Times': 'nytimes.com',
|
||||
'The New Yorker': 'newyorker.com',
|
||||
'The News-Gazette': 'news-gazette.com',
|
||||
'The Philadelphia Inquirer': 'inquirer.com',
|
||||
'The Saturday Paper': 'thesaturdaypaper.com.au',
|
||||
'The Spectator': 'spectator.co.uk',
|
||||
'The Seattle Times': 'seattletimes.com',
|
||||
@ -231,7 +232,8 @@ const blockedRegexes = {
|
||||
'economist.com': /.+\.tinypass\.com\/.+/,
|
||||
'lrb.co.uk': /.+\.tinypass\.com\/.+/,
|
||||
'bostonglobe.com': /meter\.bostonglobe\.com\/js\/.+/,
|
||||
'foreignpolicy.com': /.+\.tinypass\.com\/.+/
|
||||
'foreignpolicy.com': /.+\.tinypass\.com\/.+/,
|
||||
'inquirer.com': /.+\.tinypass\.com\/.+/
|
||||
};
|
||||
|
||||
const userAgentDesktop = "Mozilla/5.0 (compatible; Googlebot/2.1; +http://www.google.com/bot.html)"
|
||||
|
@ -152,7 +152,8 @@
|
||||
"*://*.lrb.co.uk/*",
|
||||
"*://*.the-tls.co.uk/*",
|
||||
"*://*.harpers.org/*",
|
||||
"*://*.nknews.org/*"
|
||||
"*://*.nknews.org/*",
|
||||
"*://*.inquirer.com/*"
|
||||
],
|
||||
"version": "1.6.2"
|
||||
}
|
||||
|
@ -77,6 +77,7 @@ var defaultSites = {
|
||||
'The New York Times': 'nytimes.com',
|
||||
'The New Yorker': 'newyorker.com',
|
||||
'The News-Gazette': 'news-gazette.com',
|
||||
'The Philadelphia Inquirer': 'inquirer.com',
|
||||
'The Saturday Paper': 'thesaturdaypaper.com.au',
|
||||
'The Spectator': 'spectator.co.uk',
|
||||
'The Seattle Times': 'seattletimes.com',
|
||||
|
Loading…
Reference in New Issue
Block a user