mirror of
https://gitlab.com/magnolia1234/bypass-paywalls-firefox-clean.git
synced 2024-11-10 05:47:46 +01:00
Add Berlingske (Denmark)
This commit is contained in:
parent
03e4434449
commit
85daa6045d
5 changed files with 9 additions and 0 deletions
|
@ -153,6 +153,10 @@ Visit the [Chrome repository](https://gitlab.com/magnolia1234/bypass-paywalls-ch
|
|||
[The Times](https://www.thetimes.co.uk) -
|
||||
[The Times Literary Supplement](https://www.the-tls.co.uk)
|
||||
|
||||
##### Denmark
|
||||
|
||||
[Berlingske](https://www.berlingske.dk)
|
||||
|
||||
##### Finland
|
||||
Alma Talent sites (grouped in options) like
|
||||
[Arvopaperi](https://www.arvopaperi.fi) -
|
||||
|
|
|
@ -31,6 +31,7 @@ const restrictions = {
|
|||
var allow_cookies_default = [
|
||||
'abc.es',
|
||||
'belfasttelegraph.co.uk',
|
||||
'berlingske.dk',
|
||||
'bostonglobe.com',
|
||||
'business-standard.com',
|
||||
'charliehebdo.fr',
|
||||
|
@ -136,6 +137,7 @@ var remove_cookies_select_drop = {
|
|||
var use_google_bot_default = [
|
||||
'abc.es',
|
||||
'barrons.com',
|
||||
'berlingske.dk',
|
||||
'deutsche-wirtschafts-nachrichten.de',
|
||||
'df.cl',
|
||||
'dn.se',
|
||||
|
|
|
@ -2,6 +2,7 @@
|
|||
Changelog Bypass Paywalls Clean - Firefox
|
||||
|
||||
Post-release
|
||||
Add Berlingske (Denmark)
|
||||
Add Funke Mediengruppe (Germany)
|
||||
Add Groupe EBRA (France)
|
||||
Add Groupe La Dépêche (France)
|
||||
|
|
|
@ -61,6 +61,7 @@
|
|||
"*://*.bd.nl/*",
|
||||
"*://*.belfasttelegraph.co.uk/*",
|
||||
"*://*.bendigoadvertiser.com.au/*",
|
||||
"*://*.berlingske.dk/*",
|
||||
"*://*.bienpublic.com/*",
|
||||
"*://*.bizjournals.com/*",
|
||||
"*://*.bloomberg.com/*",
|
||||
|
|
1
sites.js
1
sites.js
|
@ -15,6 +15,7 @@ var defaultSites =
|
|||
"Barron's": "barrons.com",
|
||||
"BBC History Extra": "historyextra.com",
|
||||
"Belfast Telegraph (opt-in)": "belfasttelegraph.co.uk",
|
||||
"Berlingske": "berlingske.dk",
|
||||
"Bloomberg": "bloomberg.com",
|
||||
"Bloomberg Quint (free articles only)": "bloombergquint.com",
|
||||
"Brisbane Times": "brisbanetimes.com.au",
|
||||
|
|
Loading…
Reference in a new issue