diff --git a/CHANGELOG.md b/CHANGELOG.md index 3096e12e2..00ae5b38c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -25,6 +25,10 @@ ### v1.13.15 +**v1.13.15.7** *(2018-01-27)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.15.7/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.15.7/builds/4chan-X-noupdate.crx)] +- Show video contract button unconditionally for now due to changes in Firefox. +- Fix webm_audio undefined error shown on first install of script. #1778 + **v1.13.15.6** *(2018-01-25)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.15.6/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.15.6/builds/4chan-X-noupdate.crx)] - Bugfix to captcha opening logic. Don't ask user for new captchas when we have a bypass cookie or at least one captcha, even when many posts are queued. - Don't save captchas to disk or share them between tabs. They are too short-lived to be worth it now. This should reduce associated I/O errors. diff --git a/src/Images/ImageExpand.coffee b/src/Images/ImageExpand.coffee index c0cede9c4..7aa7f97a0 100644 --- a/src/Images/ImageExpand.coffee +++ b/src/Images/ImageExpand.coffee @@ -182,7 +182,7 @@ ImageExpand = if isVideo # add contract link to file info - if Conf['Show Controls'] and Conf['Click Passthrough'] and !file.videoControls + if !file.videoControls file.videoControls = ImageExpand.videoControls.cloneNode true $.add file.text, file.videoControls