mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 07:07:47 +01:00
Fix Wall Street Journal blogs
Enable Googlebot on WSJ blogs (ease restrictions).
This commit is contained in:
parent
7568ef3ded
commit
83290f1f43
2 changed files with 2 additions and 2 deletions
|
@ -100,7 +100,7 @@
|
|||
[The Canberra Times](https://www.canberratimes.com.au) -
|
||||
[The Courier-Mail](https://www.couriermail.com.au) –
|
||||
[The Daily Telegraph](https://www.dailytelegraph.com.au) –
|
||||
[The Examiner](https://www.examiner.com.au)* -
|
||||
[The Examiner](https://www.examiner.com.au) -
|
||||
[The Mercury Tasmania](https://www.themercury.com.au) -
|
||||
[The Saturday Paper](https://www.thesaturdaypaper.com.au) -
|
||||
[The Sydney Morning Herald](https://www.smh.com.au) –
|
||||
|
|
|
@ -9,7 +9,7 @@ var defaultSites = {};
|
|||
const restrictions = {
|
||||
'barrons.com': /.+barrons\.com\/articles\/.+/,
|
||||
'prime.economictimes.indiatimes.com': /.+prime\.economictimes\.indiatimes\.com\/news\/[0-9]{8}\/.+/,
|
||||
'wsj.com': /.+wsj\.com\/articles\/.+/
|
||||
'wsj.com': /(.+wsj\.com\/articles\/.+|.+blogs\.wsj\.com\/.+)/
|
||||
}
|
||||
|
||||
// Don't remove cookies before page load
|
||||
|
|
Loading…
Reference in a new issue