Merge branch 'bstable'
This commit is contained in:
commit
db54fed59a
@ -24,6 +24,10 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
|||||||
|
|
||||||
### v1.11.12
|
### v1.11.12
|
||||||
|
|
||||||
|
**v1.11.12.9** *(2015-10-21)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.12.9/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.12.9/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
|
- Workarounds for Google's latest captcha bugs.
|
||||||
|
- Ignore `Force Noscript Captcha` if Recaptcha v1 is selected.
|
||||||
|
|
||||||
**v1.11.12.8** *(2015-10-18)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.12.8/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.12.8/builds/4chan-X-noupdate.crx "Chromium version")]
|
**v1.11.12.8** *(2015-10-18)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.12.8/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.12.8/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
- Update to support MathJax on /sci/.
|
- Update to support MathJax on /sci/.
|
||||||
|
|
||||||
|
|||||||
@ -111,6 +111,10 @@ hr + div.center:not(.ad-cnt):not(.topad):not(.middlead):not(.bottomad) {
|
|||||||
#captchaContainerAlt td:nth-child(2) {
|
#captchaContainerAlt td:nth-child(2) {
|
||||||
display: table-cell !important;
|
display: table-cell !important;
|
||||||
}
|
}
|
||||||
|
/* Disable obnoxious captcha fade-in. */
|
||||||
|
body > div:last-of-type {
|
||||||
|
transition: none !important;
|
||||||
|
}
|
||||||
|
|
||||||
/* Anti-autoplay */
|
/* Anti-autoplay */
|
||||||
audio.controls-added {
|
audio.controls-added {
|
||||||
|
|||||||
@ -52,6 +52,7 @@ Captcha.fixes =
|
|||||||
@fixImages()
|
@fixImages()
|
||||||
new MutationObserver(=> @fixImages()).observe d.body, {childList: true, subtree: true}
|
new MutationObserver(=> @fixImages()).observe d.body, {childList: true, subtree: true}
|
||||||
$.on d, 'keydown', @keybinds.bind(@)
|
$.on d, 'keydown', @keybinds.bind(@)
|
||||||
|
window.focus()
|
||||||
|
|
||||||
initNoscript: ->
|
initNoscript: ->
|
||||||
@noscript = true
|
@noscript = true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user