diff --git a/README.md b/README.md index 566786ae..0196976d 100644 --- a/README.md +++ b/README.md @@ -448,6 +448,7 @@ For example: #### Latin America ##### Argentina +[Ámbito](https://www.ambito.com) - [Clarín](https://www.clarin.com) - [La Nación](https://www.lanacion.com.ar) ##### Brazil diff --git a/background.js b/background.js index 057f39ed..0db601e5 100644 --- a/background.js +++ b/background.js @@ -142,6 +142,7 @@ const remove_cookies_select_hold = { // select only specific cookie(s) to drop from remove_cookies domains var remove_cookies_select_drop = { + 'ambito.com': ['TDNotesRead'], 'caixinglobal.com': ['CAIXINGLB_LOGIN_UUID'], 'dn.se': ['randomSplusId'], 'fd.nl': ['socialread'], diff --git a/changelog.txt b/changelog.txt index bdcf1537..3410c5ad 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release +Add Ambito (Argentina) Add Correio da Manha (Portugal) Add Observador (Portugal) Add Prospect Magazine (United Kingdom) diff --git a/manifest.json b/manifest.json index c71f913e..15d6a948 100644 --- a/manifest.json +++ b/manifest.json @@ -51,6 +51,7 @@ "*://*.afr.com/*", "*://*.aisnenouvelle.fr/*", "*://*.alternatives-economiques.fr/*", + "*://*.ambito.com/*", "*://*.americanaffairsjournal.org/*", "*://*.americanbanker.com/*", "*://*.arvopaperi.fi/*", @@ -437,5 +438,5 @@ "*://*.stripe.com/*", "*://*.userzoom.com/*" ], - "version": "2.0.4.5" + "version": "2.0.4.6" } \ No newline at end of file diff --git a/sites.js b/sites.js index 3bdf7177..eafb1d08 100644 --- a/sites.js +++ b/sites.js @@ -5,6 +5,7 @@ var defaultSites = "Algemeen Dagblad (+ regional)": "###_nl_ad_region", "Alma Talent (Finland)": "###_fi_alma_talent", "Alternatives Economiques": "alternatives-economiques.fr", + "Ámbito": "ambito.com", "American Affairs": "americanaffairsjournal.org", "American Banker": "americanbanker.com", "Atavist Magazine": "atavist.com",