Merge branch 'bstable'

Conflicts:
	builds/4chan-X-beta.crx
	builds/4chan-X-beta.meta.js
	builds/4chan-X-beta.user.js
	builds/4chan-X-noupdate.crx
	builds/4chan-X-noupdate.user.js
	builds/4chan-X.crx
	builds/4chan-X.meta.js
	builds/4chan-X.user.js
	builds/4chan-X.zip
	builds/updates-beta.xml
	builds/updates.xml
	package.json
This commit is contained in:
ccd0 2015-04-24 07:34:19 -07:00
commit 8b0f7f7fbc
2 changed files with 6 additions and 0 deletions

View File

@ -10,6 +10,9 @@ The links to individual versions below are to copies of the script with the upda
### v1.10.10
**v1.10.10.3** *(2015-04-24)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.10.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.10.3/builds/4chan-X-noupdate.crx "Chromium version")]
- Fix original post form not showing when JS is disabled.
**v1.10.10.2** *(2015-04-21)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.10.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.10.2/builds/4chan-X-noupdate.crx "Chromium version")]
- Add focus indication to verify button in captcha popup.

View File

@ -110,6 +110,9 @@ marquee,
.postMessage marquee + br + br {
display: none;
}
:root:not([data-js-enabled]) #postForm {
display: table;
}
/* Anti-autoplay */
audio.controls-added {