Merge branch 'bstable'

This commit is contained in:
ccd0 2016-11-08 01:39:06 -08:00
commit 6147bd8b2f
3 changed files with 6 additions and 0 deletions

View File

@ -20,6 +20,10 @@
## v1.13.0
**v1.13.0.23** *(2016-11-08)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.23/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.23/builds/4chan-X-noupdate.crx)]
- Fix bug from v1.13.0.0 affecting the catalog sorting order of recently hidden/shown threads.
- Cosmetic fixes for bottom ad changes.
**v1.13.0.22** *(2016-11-07)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.22/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.22/builds/4chan-X-noupdate.crx)]
- Turn `Catalog Hover Expand` off by default for now.
- Adjust catalog CSS; opt for more entries displayed as it was previously.

View File

@ -247,6 +247,7 @@ Index =
'Hide'
else
'Show'
Index.sort()
Index.buildIndex()
mode: ->

View File

@ -137,6 +137,7 @@ body > div[style*=" top: -10000px;"] {
}
:root:not(.ads-loaded) .adg-rects {
margin: 0;
font-size: 0;
}
div.center[style] {
display: none !important;