Merge branch '1.9.6.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
e5b2c3f5fd
@ -32,6 +32,12 @@ The links to individual versions below are to copies of the script with the upda
|
||||
- Fix videos being listed as "Forbidden or Private" due to running into Youtube API limits.
|
||||
|
||||
<!-- v1.9.6.x -->
|
||||
### v1.9.6.10
|
||||
*2014-10-16* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.6.10/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.6.10/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
|
||||
**ccd0**
|
||||
- Fix replaced WebM thumbnails showing at full height in gallery.
|
||||
|
||||
### v1.9.6.9
|
||||
*2014-10-11* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.6.9/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.6.9/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
|
||||
@ -92,6 +98,8 @@ The links to individual versions below are to copies of the script with the upda
|
||||
### v1.9.6.0
|
||||
*2014-10-05* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.6.0/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.9.6.0/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
|
||||
Based on v1.9.5.3.
|
||||
|
||||
**ccd0**
|
||||
- Update cooldown timers to include 4chan's new 5-minute global thread cooldown.
|
||||
- Fix various cooldown bugs.
|
||||
|
||||
@ -1449,7 +1449,8 @@ div.boardTitle {
|
||||
.gal-hide-thumbnails .gal-thumbnails {
|
||||
display: none;
|
||||
}
|
||||
.gal-thumb img {
|
||||
.gal-thumb img,
|
||||
.gal-thumb video {
|
||||
max-width: 125px;
|
||||
max-height: 125px;
|
||||
height: auto;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user