diff --git a/README.md b/README.md index da95d19..4916bf0 100644 --- a/README.md +++ b/README.md @@ -582,6 +582,7 @@ You can also exclude a specific domain which is grouped in options. ### Troubleshooting * This add-on works best alongside the adblocker [uBlock Origin](https://addons.mozilla.org/en-US/firefox/addon/ublock-origin/). +* 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. * You will be logged out for most of the sites you have checked. diff --git a/background.js b/background.js index 9358b78..0d8dcaa 100644 --- 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 9e89f5e..051c5ac 100644 --- a/changelog.txt +++ b/changelog.txt @@ -2,6 +2,7 @@ Changelog Bypass Paywalls Clean - Firefox 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 fe16299..24cc755 100644 --- a/manifest.json +++ b/manifest.json @@ -492,5 +492,5 @@ "*://*.wallkit.net/*", "*://*.wsj.net/*" ], - "version": "2.1.3.0" + "version": "2.1.3.1" } \ No newline at end of file