diff --git a/README.md b/README.md index 208f3d1..fd88740 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,8 @@ [Vanity Fair](https://www.vanityfair.com)\ [Vrij Nederland](https://www.vn.nl)\ [Winston-Salem Journal](https://journalnow.com)\ -[Wired](https://www.wired.com) +[Wired](https://www.wired.com)\ +[World Politics Review](https://www.worldpoliticsreview.com) ### Sites with limited number of free articles The free article limit can normally be bypassed by removing cookies for the site.* diff --git a/manifest-ff.json b/manifest-ff.json index a26c9a6..2964280 100644 --- a/manifest-ff.json +++ b/manifest-ff.json @@ -218,6 +218,7 @@ "*://*.volkskrant.nl/*", "*://*.washingtonpost.com/*", "*://*.wired.com/*", + "*://*.worldpoliticsreview.com/*", "*://*.wsj.com/*", "*://*.nzz.ch/*" ], diff --git a/src/js/sites.js b/src/js/sites.js index 26eafb8..cdb2136 100644 --- a/src/js/sites.js +++ b/src/js/sites.js @@ -132,5 +132,6 @@ const defaultSites = { 'Vrij Nederland': 'vn.nl', 'Winston-Salem Journal': 'journalnow.com', 'Wired': 'wired.com', + 'World Politics Review': 'worldpoliticsreview.com', '*General Paywall Bypass*': 'generalpaywallbypass' };