From 62e80ff30bc3727bc01edc19afad43e457be4cd7 Mon Sep 17 00:00:00 2001 From: magnolia1234 <7676006-magnolia1234@users.noreply.gitlab.com> Date: Wed, 24 Mar 2021 17:55:04 +0100 Subject: [PATCH] Fix-update Wired (Googlebot) --- README.md | 1 + background.js | 1 + changelog.txt | 1 + manifest.json | 2 +- 4 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7637177..9437701 100755 --- a/README.md +++ b/README.md @@ -611,6 +611,7 @@ You can also exclude a specific domain which is grouped in options. ### Troubleshooting * This extension works best alongside [uBlock Origin](https://chrome.google.com/webstore/detail/ublock-origin/cjpalhdlnbpafiamejdnhcphjbkeiagm). +* Add usefull custom filter [Fanboy's Enhanced Tracking List](https://www.fanboy.co.nz/enhancedstats.txt) * If a site doesn't work, try turning off uBlock and refreshing. * Make sure the (new) site is checked under Options. * Make sure you're running the last version of Bypass Paywalls Clean. diff --git a/background.js b/background.js index 9358b78..0d8dcaa 100755 --- a/background.js +++ b/background.js @@ -212,6 +212,7 @@ var use_google_bot_default = [ 'thetimes.co.uk', 'usinenouvelle.com', 'washingtonpost.com', + 'wired.com', 'wiwo.de', 'worldpoliticsreview.com', 'wsj.com', diff --git a/changelog.txt b/changelog.txt index ada7ba8..81665c3 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Chrome Post-release +Fix-update Wired (Googlebot) * v2.1.3.0 (2021-03-21) Add Berliner Zeitung (Germany) diff --git a/manifest.json b/manifest.json index 8eab804..4fa5858 100755 --- a/manifest.json +++ b/manifest.json @@ -480,5 +480,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.1.3.0" + "version": "2.1.3.1" } \ No newline at end of file