Merge branch 'bstable'
This commit is contained in:
commit
6147bd8b2f
@ -20,6 +20,10 @@
|
|||||||
|
|
||||||
## v1.13.0
|
## 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)]
|
**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.
|
- Turn `Catalog Hover Expand` off by default for now.
|
||||||
- Adjust catalog CSS; opt for more entries displayed as it was previously.
|
- Adjust catalog CSS; opt for more entries displayed as it was previously.
|
||||||
|
|||||||
@ -247,6 +247,7 @@ Index =
|
|||||||
'Hide'
|
'Hide'
|
||||||
else
|
else
|
||||||
'Show'
|
'Show'
|
||||||
|
Index.sort()
|
||||||
Index.buildIndex()
|
Index.buildIndex()
|
||||||
|
|
||||||
mode: ->
|
mode: ->
|
||||||
|
|||||||
@ -137,6 +137,7 @@ body > div[style*=" top: -10000px;"] {
|
|||||||
}
|
}
|
||||||
:root:not(.ads-loaded) .adg-rects {
|
:root:not(.ads-loaded) .adg-rects {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
|
font-size: 0;
|
||||||
}
|
}
|
||||||
div.center[style] {
|
div.center[style] {
|
||||||
display: none !important;
|
display: none !important;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user