diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e2b3b434..dc5799b61 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -127,6 +127,15 @@ Based on v1.9.14.2. - Bug fixes. +### v1.9.14.13 +*2014-12-11* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.14.13/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.14.13/builds/4chan-X-noupdate.crx "Chromium version")] + +**talichan** +- Update archive list: Remove /jp/ and /sp/ from imcute.yt. + +**ccd0** +- Increase height of report popup to accomodate new captcha. + ### v1.9.14.12 *2014-12-11* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.14.12/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.14.12/builds/4chan-X-noupdate.crx "Chromium version")] diff --git a/src/Archive/archives.json b/src/Archive/archives.json index ee985dbae..ce1eed43d 100644 --- a/src/Archive/archives.json +++ b/src/Archive/archives.json @@ -59,7 +59,7 @@ "http": true, "https": false, "software": "foolfuuka", - "boards": ["an", "fit", "gif", "int", "jp", "mlp", "out", "r9k", "sp", "toy"], - "files": ["an", "gif", "fit", "int", "jp", "mlp", "out", "r9k", "sp", "toy"], + "boards": ["an", "fit", "gif", "int", "mlp", "out", "r9k", "toy"], + "files": ["an", "fit", "gif", "int", "mlp", "out", "r9k", "toy"], "imagehosts": ["http://imcute.yt/"] }] diff --git a/src/Menu/ReportLink.coffee b/src/Menu/ReportLink.coffee index f1b359ada..7cb21cb7e 100755 --- a/src/Menu/ReportLink.coffee +++ b/src/Menu/ReportLink.coffee @@ -17,5 +17,5 @@ ReportLink = {post} = ReportLink url = "//sys.4chan.org/#{post.board}/imgboard.php?mode=report&no=#{post}" id = Date.now() - set = "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,resizable=1,width=685,height=200" + set = "toolbar=0,scrollbars=0,location=0,status=1,menubar=0,resizable=1,width=685,height=285" window.open url, id, set