Merge branch '1.9.10.x'
Conflicts: LICENSE 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:
commit
c4518fbb06
@ -53,6 +53,12 @@ Based on v1.9.10.0.
|
|||||||
- Add unique IP count to thread stats.
|
- Add unique IP count to thread stats.
|
||||||
|
|
||||||
<!-- v1.9.10.x -->
|
<!-- v1.9.10.x -->
|
||||||
|
### v1.9.10.3
|
||||||
|
*2014-11-11* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.10.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.10.3/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
|
|
||||||
|
**ccd0**
|
||||||
|
- Fix `Hide Original Post Form` (broken by 4chan update).
|
||||||
|
|
||||||
### v1.9.10.2
|
### v1.9.10.2
|
||||||
*2014-11-10* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.10.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.10.2/builds/4chan-X-noupdate.crx "Chromium version")]
|
*2014-11-10* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.10.2/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.10.2/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
|
|
||||||
|
|||||||
@ -945,7 +945,6 @@ span.hide-announcement {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/* QR */
|
/* QR */
|
||||||
:root.hide-original-post-form #postForm,
|
|
||||||
:root.hide-original-post-form #togglePostFormLink,
|
:root.hide-original-post-form #togglePostFormLink,
|
||||||
:root:not(.catalog) #togglePostFormLink,
|
:root:not(.catalog) #togglePostFormLink,
|
||||||
#qr.autohide:not(.focus):not(:hover):not(:active) > form,
|
#qr.autohide:not(.focus):not(:hover):not(:active) > form,
|
||||||
@ -953,6 +952,9 @@ span.hide-announcement {
|
|||||||
#file-n-submit:not(.has-file) #qr-filerm {
|
#file-n-submit:not(.has-file) #qr-filerm {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
:root.hide-original-post-form #postForm {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
:root:not(.hide-original-post-form):not(.catalog) #postForm {
|
:root:not(.hide-original-post-form):not(.catalog) #postForm {
|
||||||
display: table;
|
display: table;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user