diff --git a/CHANGELOG.md b/CHANGELOG.md index cd2d68b64..1066f67d3 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,12 @@ The links to individual versions below are to copies of the script with the upda - Fix bug causing hidden threads list to be reverted to a prior state due to syncing with native catalog. +### v1.9.5.5 +*2014-10-09* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.5.5/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.5.5/builds/4chan-X-noupdate.crx "Chromium version")] + +**ccd0** +- Fix workaround for loading posts from imcute archive on HTTPS pages. + ### v1.9.5.4 *2014-10-09* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.5.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.5.4/builds/4chan-X-noupdate.crx "Chromium version")] diff --git a/src/Archive/archives.json b/src/Archive/archives.json index 27b670d53..9c672e834 100644 --- a/src/Archive/archives.json +++ b/src/Archive/archives.json @@ -78,5 +78,6 @@ "https": false, "software": "foolfuuka", "boards": ["gif", "jp", "vg"], - "files": ["gif", "jp", "vg"] + "files": ["gif", "jp", "vg"], + "imagehosts": ["http://imcute.yt/"] }]