Merge branch 'bstable'
This commit is contained in:
commit
51dab70439
@ -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.
|
||||
|
||||
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user