diff --git a/README.md b/README.md index f6aa16b..890c3f0 100644 --- a/README.md +++ b/README.md @@ -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) - diff --git a/background.js b/background.js index e9fe5a2..d2e29bb 100644 --- a/background.js +++ b/background.js @@ -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', diff --git a/changelog.txt b/changelog.txt index 49353ec..fa33c42 100644 --- a/changelog.txt +++ b/changelog.txt @@ -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) diff --git a/manifest.json b/manifest.json index 1b49a34..97cd924 100644 --- a/manifest.json +++ b/manifest.json @@ -61,6 +61,7 @@ "*://*.bd.nl/*", "*://*.belfasttelegraph.co.uk/*", "*://*.bendigoadvertiser.com.au/*", + "*://*.berlingske.dk/*", "*://*.bienpublic.com/*", "*://*.bizjournals.com/*", "*://*.bloomberg.com/*", diff --git a/sites.js b/sites.js index f67d0bd..499f76e 100644 --- a/sites.js +++ b/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",