From 6714f6add6eea28a8c4596fbf72f0c41c560212e Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Tue, 21 Dec 2021 18:04:18 +0100 Subject: [PATCH] Add ESPN USA (news only) --- README.md | 1 + changelog.txt | 1 + manifest.json | 1 + sites.js | 5 +++++ 4 files changed, 8 insertions(+) diff --git a/README.md b/README.md index 67e911a..939f517 100644 --- a/README.md +++ b/README.md @@ -147,6 +147,7 @@ Grouped in options:\ [Atavist Magazine](https://magazine.atavist.com) - [Billboard](https://www.billboard.com) - [Commentary Magazine](https://www.commentary.org) - +[ESPN USA](https://www.espn.com) - [First Things](https://www.firstthings.com) - [Medium](https://www.medium.com/topics) (for custom domains enable custom sites) - [National Review](https://www.nationalreview.com) - diff --git a/changelog.txt b/changelog.txt index eec7f41..52d708a 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Firefox Post-release +Add ESPN USA (news only) Fix The Diplomat (cookies) Fix Times of India (amp) Update custom sites (random ip) diff --git a/manifest.json b/manifest.json index e4dbc72..b43226a 100644 --- a/manifest.json +++ b/manifest.json @@ -180,6 +180,7 @@ "*://*.elperiodico.com/*", "*://*.elperiodicomediterraneo.com/*", "*://*.entrepreneur.com/*", + "*://*.espn.com/*", "*://*.esprit.presse.fr/*", "*://*.estadao.com.br/*", "*://*.estrellavalpo.cl/*", diff --git a/sites.js b/sites.js index 666ce02..61da45f 100644 --- a/sites.js +++ b/sites.js @@ -402,6 +402,11 @@ var defaultSites = { domain: "entrepreneur.com", allow_cookies: 1 }, + "ESPN USA (news only)": { + domain: "espn.com", + allow_cookies: 1, + random_ip: "eu" + }, "Esprit": { domain: "esprit.presse.fr", allow_cookies: 1,