diff --git a/CHANGELOG.md b/CHANGELOG.md index b7f8861a8..16ba9e6fd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -63,6 +63,9 @@ ### v1.12.3 +**v1.12.3.8** *(2016-10-13)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.8/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.8/builds/4chan-X-noupdate.crx)] +- Don't run 4chan X on the donation or advertisement purchase pages (it already didn't run on the pass purchase page). + **v1.12.3.7** *(2016-10-09)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.7/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.12.3.7/builds/4chan-X-noupdate.crx)] - Workaround for problem on 4chan's end with images not loading. - The error messages displayed when the Chrome extension updates but the tab has not been reloaded have been replaced with a single warning message asking you to reload the tab. diff --git a/package.json b/package.json index 254c07133..77c3d7172 100644 --- a/package.json +++ b/package.json @@ -31,7 +31,11 @@ ], "exclude_matches": [ "*://www.4chan.org/pass", - "*://www.4chan.org/pass?*" + "*://www.4chan.org/pass?*", + "*://www.4chan.org/advertise", + "*://www.4chan.org/advertise?*", + "*://www.4chan.org/donate", + "*://www.4chan.org/donate?*" ], "grants": [ "GM_getValue",