From 01cae0d80fb58dcf6cb30eba2b3cca0f684de327 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Sat, 10 Apr 2021 09:09:33 +0200 Subject: [PATCH] Add Dagens Industri (Sweden) --- README.md | 1 + background.js | 2 ++ changelog.txt | 1 + manifest.json | 3 ++- sites.js | 1 + 5 files changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d08b812..bece17e 100755 --- a/README.md +++ b/README.md @@ -455,6 +455,7 @@ Grupo Vocento (ABC) regional sites like [Sur](https://www.diariosur.es) ##### Sweden +[Dagens Industri](https://www.di.se) - [Dagens Nyheter](https://www.dn.se) ##### Switzerland diff --git a/background.js b/background.js index 6088f1e..bdfb784 100755 --- a/background.js +++ b/background.js @@ -51,6 +51,7 @@ var allow_cookies_default = [ 'chronicle.com', 'dallasnews.com', 'df.cl', + 'di.se', 'dn.se', 'dvhn.nl', 'editorialedomani.it', @@ -191,6 +192,7 @@ var use_google_bot_default = [ 'berlingske.dk', 'deutsche-wirtschafts-nachrichten.de', 'df.cl', + 'di.se', 'dn.se', 'editorialedomani.it', 'euobserver.com', diff --git a/changelog.txt b/changelog.txt index 3691576..1e7270b 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Chrome Post-release +Add Dagens Industri (Sweden) Fix-update El Pais Fix-update National Geographic USA Fix-update Stratfor diff --git a/manifest.json b/manifest.json index 7efc2c8..2fcad36 100755 --- a/manifest.json +++ b/manifest.json @@ -108,6 +108,7 @@ "*://*.destentor.nl/*", "*://*.deutsche-wirtschafts-nachrichten.de/*", "*://*.df.cl/*", + "*://*.di.se/*", "*://*.diariodeibiza.es/*", "*://*.diariodemallorca.es/*", "*://*.diariosur.es/*", @@ -486,5 +487,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.1.5.3" + "version": "2.1.5.4" } \ No newline at end of file diff --git a/sites.js b/sites.js index d56055b..0e31d45 100755 --- a/sites.js +++ b/sites.js @@ -39,6 +39,7 @@ var defaultSites = "Corriere Della Sera": "corriere.it", "Crain's Chicago Business": "chicagobusiness.com", "Dagblad van het Noorden": "dvhn.nl", + "Dagens Industri": "di.se", "Dagens Nyheter": "dn.se", "Daily Nation": "nation.africa", "Dark Reading": "darkreading.com",