Release 4chan X v1.10.2.4.

This commit is contained in:
ccd0 2015-02-23 20:30:44 -08:00
parent a4bdd4b362
commit f7bd4350f9
14 changed files with 90 additions and 48 deletions

View File

@ -4,6 +4,9 @@ The links to individual versions below are to copies of the script with the upda
### v1.10.2
**v1.10.2.4** *(2015-02-23)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.4/builds/4chan-X-noupdate.crx "Chromium version")]
- Header CSS fixes.
**v1.10.2.3** *(2015-02-23)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.2.3/builds/4chan-X-noupdate.crx "Chromium version")]
- Merge v1.10.1.15: (VoH) Restore Nyafuu archive.

View File

@ -1,5 +1,5 @@
/*
* 4chan X - Version 1.10.2.3
* 4chan X - Version 1.10.2.4
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.10.2.3
// @version 1.10.2.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X beta
// @version 1.10.2.3
// @version 1.10.2.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -26,7 +26,7 @@
// ==/UserScript==
/*
* 4chan X - Version 1.10.2.3
* 4chan X - Version 1.10.2.4
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
@ -393,7 +393,7 @@
doc = d.documentElement;
g = {
VERSION: '1.10.2.3',
VERSION: '1.10.2.4',
NAMESPACE: '4chan X.',
NAME: '4chan X',
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
@ -17127,6 +17127,7 @@
" right: 0;\n" +
" left: 0;\n" +
" padding: 3px 4px 4px;\n" +
" font-size: 12px;\n" +
"}\n" +
".fixed.top-header #header-bar {\n" +
" top: 0;\n" +
@ -17141,9 +17142,6 @@
":root.fixed #header-bar {\n" +
" box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.20);\n" +
"}\n" +
"#header-bar #custom-board-list .current {\n" +
" padding: 1px 1px 4px 1px;\n" +
"}\n" +
":root.centered-links #shortcuts {\n" +
" width: 300px;\n" +
" text-align: right;\n" +
@ -17247,16 +17245,16 @@
"}\n" +
"@media (min-width: 1300px) {\n" +
" :root.fixed:not(.centered-links) #header-bar {\n" +
" font-size: 12px;\n" +
" white-space: nowrap;\n" +
" display: flex;\n" +
" -webkit-align-items: center;\n" +
" align-items: center;\n" +
" }\n" +
" :root.fixed:not(.centered-links) #board-list {\n" +
" flex: auto;\n" +
" }\n" +
" :root.fixed:not(.centered-links) #full-board-list {\n" +
" display: flex;\n" +
" line-height: 15px;\n" +
" }\n" +
" :root.fixed:not(.centered-links) .hide-board-list-container {\n" +
" flex: none;\n" +
@ -17284,6 +17282,9 @@
" :root.fixed:not(.centered-links) #shortcuts {\n" +
" float: initial;\n" +
" flex: none;\n" +
" display: flex;\n" +
" -webkit-align-items: center;\n" +
" align-items: center;\n" +
" }\n" +
"}\n" +
"/* 4chan X link brackets */\n" +
@ -18820,8 +18821,10 @@
":root.yotsuba #header-bar.dialog {\n" +
" background-color: rgba(240,224,214,0.98);\n" +
"}\n" +
":root.yotsuba #header-bar, :root.yotsuba #notifications {\n" +
":root.yotsuba:not(.fixed) #header-bar, :root.yotsuba #notifications {\n" +
" font-size: 9pt;\n" +
"}\n" +
":root.yotsuba #header-bar, :root.yotsuba #notifications {\n" +
" color: #B86;\n" +
"}\n" +
":root.yotsuba #board-list a, :root.yotsuba #shortcuts a {\n" +
@ -18896,8 +18899,10 @@
":root.yotsuba-b #header-bar.dialog {\n" +
" background-color: rgba(214,218,240,0.98);\n" +
"}\n" +
":root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {\n" +
":root.yotsuba-b:not(.fixed) #header-bar, :root.yotsuba-b #notifications {\n" +
" font-size: 9pt;\n" +
"}\n" +
":root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {\n" +
" color: #89A;\n" +
"}\n" +
":root.yotsuba-b #board-list a, :root.yotsuba-b #shortcuts a {\n" +
@ -18972,8 +18977,10 @@
":root.futaba #header-bar.dialog {\n" +
" background-color: rgba(240,224,214,0.98);\n" +
"}\n" +
":root.futaba #header-bar, :root.futaba #notifications {\n" +
":root.futaba:not(.fixed) #header-bar, :root.futaba #notifications {\n" +
" font-size: 11pt;\n" +
"}\n" +
":root.futaba #header-bar, :root.futaba #notifications {\n" +
" color: #B86;\n" +
"}\n" +
":root.futaba #header-bar a, :root.futaba #notifications a {\n" +
@ -19043,8 +19050,10 @@
":root.burichan #header-bar.dialog {\n" +
" background-color: rgba(214,218,240,0.98);\n" +
"}\n" +
":root.burichan #header-bar, :root.burichan #header-bar #notifications {\n" +
":root.burichan:not(.fixed) #header-bar, :root.burichan #header-bar #notifications {\n" +
" font-size: 11pt;\n" +
"}\n" +
":root.burichan #header-bar, :root.burichan #header-bar #notifications {\n" +
" color: #89A;\n" +
"}\n" +
":root.burichan #header-bar a, :root.burichan #header-bar #notifications a {\n" +
@ -19114,8 +19123,10 @@
":root.tomorrow #header-bar.dialog {\n" +
" background-color: rgba(40,42,46,0.9);\n" +
"}\n" +
":root.tomorrow #header-bar, :root.tomorrow #notifications {\n" +
":root.tomorrow:not(.fixed) #header-bar, :root.tomorrow #notifications {\n" +
" font-size: 9pt;\n" +
"}\n" +
":root.tomorrow #header-bar, :root.tomorrow #notifications {\n" +
" color: #C5C8C6;\n" +
"}\n" +
":root.tomorrow #header-bar a, :root.tomorrow #notifications a {\n" +
@ -19242,8 +19253,10 @@
":root.photon #header-bar.dialog {\n" +
" background-color: rgba(221,221,221,0.98);\n" +
"}\n" +
":root.photon #header-bar, :root.photon #notifications {\n" +
":root.photon:not(.fixed) #header-bar, :root.photon #notifications {\n" +
" font-size: 9pt;\n" +
"}\n" +
":root.photon #header-bar, :root.photon #notifications {\n" +
" color: #333;\n" +
"}\n" +
":root.photon #header-bar a, :root.photon #notifications a {\n" +

Binary file not shown.

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
// @version 1.10.2.3
// @version 1.10.2.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -25,7 +25,7 @@
// ==/UserScript==
/*
* 4chan X - Version 1.10.2.3
* 4chan X - Version 1.10.2.4
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
@ -392,7 +392,7 @@
doc = d.documentElement;
g = {
VERSION: '1.10.2.3',
VERSION: '1.10.2.4',
NAMESPACE: '4chan X.',
NAME: '4chan X',
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
@ -17126,6 +17126,7 @@
" right: 0;\n" +
" left: 0;\n" +
" padding: 3px 4px 4px;\n" +
" font-size: 12px;\n" +
"}\n" +
".fixed.top-header #header-bar {\n" +
" top: 0;\n" +
@ -17140,9 +17141,6 @@
":root.fixed #header-bar {\n" +
" box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.20);\n" +
"}\n" +
"#header-bar #custom-board-list .current {\n" +
" padding: 1px 1px 4px 1px;\n" +
"}\n" +
":root.centered-links #shortcuts {\n" +
" width: 300px;\n" +
" text-align: right;\n" +
@ -17246,16 +17244,16 @@
"}\n" +
"@media (min-width: 1300px) {\n" +
" :root.fixed:not(.centered-links) #header-bar {\n" +
" font-size: 12px;\n" +
" white-space: nowrap;\n" +
" display: flex;\n" +
" -webkit-align-items: center;\n" +
" align-items: center;\n" +
" }\n" +
" :root.fixed:not(.centered-links) #board-list {\n" +
" flex: auto;\n" +
" }\n" +
" :root.fixed:not(.centered-links) #full-board-list {\n" +
" display: flex;\n" +
" line-height: 15px;\n" +
" }\n" +
" :root.fixed:not(.centered-links) .hide-board-list-container {\n" +
" flex: none;\n" +
@ -17283,6 +17281,9 @@
" :root.fixed:not(.centered-links) #shortcuts {\n" +
" float: initial;\n" +
" flex: none;\n" +
" display: flex;\n" +
" -webkit-align-items: center;\n" +
" align-items: center;\n" +
" }\n" +
"}\n" +
"/* 4chan X link brackets */\n" +
@ -18819,8 +18820,10 @@
":root.yotsuba #header-bar.dialog {\n" +
" background-color: rgba(240,224,214,0.98);\n" +
"}\n" +
":root.yotsuba #header-bar, :root.yotsuba #notifications {\n" +
":root.yotsuba:not(.fixed) #header-bar, :root.yotsuba #notifications {\n" +
" font-size: 9pt;\n" +
"}\n" +
":root.yotsuba #header-bar, :root.yotsuba #notifications {\n" +
" color: #B86;\n" +
"}\n" +
":root.yotsuba #board-list a, :root.yotsuba #shortcuts a {\n" +
@ -18895,8 +18898,10 @@
":root.yotsuba-b #header-bar.dialog {\n" +
" background-color: rgba(214,218,240,0.98);\n" +
"}\n" +
":root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {\n" +
":root.yotsuba-b:not(.fixed) #header-bar, :root.yotsuba-b #notifications {\n" +
" font-size: 9pt;\n" +
"}\n" +
":root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {\n" +
" color: #89A;\n" +
"}\n" +
":root.yotsuba-b #board-list a, :root.yotsuba-b #shortcuts a {\n" +
@ -18971,8 +18976,10 @@
":root.futaba #header-bar.dialog {\n" +
" background-color: rgba(240,224,214,0.98);\n" +
"}\n" +
":root.futaba #header-bar, :root.futaba #notifications {\n" +
":root.futaba:not(.fixed) #header-bar, :root.futaba #notifications {\n" +
" font-size: 11pt;\n" +
"}\n" +
":root.futaba #header-bar, :root.futaba #notifications {\n" +
" color: #B86;\n" +
"}\n" +
":root.futaba #header-bar a, :root.futaba #notifications a {\n" +
@ -19042,8 +19049,10 @@
":root.burichan #header-bar.dialog {\n" +
" background-color: rgba(214,218,240,0.98);\n" +
"}\n" +
":root.burichan #header-bar, :root.burichan #header-bar #notifications {\n" +
":root.burichan:not(.fixed) #header-bar, :root.burichan #header-bar #notifications {\n" +
" font-size: 11pt;\n" +
"}\n" +
":root.burichan #header-bar, :root.burichan #header-bar #notifications {\n" +
" color: #89A;\n" +
"}\n" +
":root.burichan #header-bar a, :root.burichan #header-bar #notifications a {\n" +
@ -19113,8 +19122,10 @@
":root.tomorrow #header-bar.dialog {\n" +
" background-color: rgba(40,42,46,0.9);\n" +
"}\n" +
":root.tomorrow #header-bar, :root.tomorrow #notifications {\n" +
":root.tomorrow:not(.fixed) #header-bar, :root.tomorrow #notifications {\n" +
" font-size: 9pt;\n" +
"}\n" +
":root.tomorrow #header-bar, :root.tomorrow #notifications {\n" +
" color: #C5C8C6;\n" +
"}\n" +
":root.tomorrow #header-bar a, :root.tomorrow #notifications a {\n" +
@ -19241,8 +19252,10 @@
":root.photon #header-bar.dialog {\n" +
" background-color: rgba(221,221,221,0.98);\n" +
"}\n" +
":root.photon #header-bar, :root.photon #notifications {\n" +
":root.photon:not(.fixed) #header-bar, :root.photon #notifications {\n" +
" font-size: 9pt;\n" +
"}\n" +
":root.photon #header-bar, :root.photon #notifications {\n" +
" color: #333;\n" +
"}\n" +
":root.photon #header-bar a, :root.photon #notifications a {\n" +

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.10.2.3
// @version 1.10.2.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X

View File

@ -1,7 +1,7 @@
// Generated by CoffeeScript
// ==UserScript==
// @name 4chan X
// @version 1.10.2.3
// @version 1.10.2.4
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -26,7 +26,7 @@
// ==/UserScript==
/*
* 4chan X - Version 1.10.2.3
* 4chan X - Version 1.10.2.4
*
* Licensed under the MIT license.
* https://github.com/ccd0/4chan-x/blob/master/LICENSE
@ -393,7 +393,7 @@
doc = d.documentElement;
g = {
VERSION: '1.10.2.3',
VERSION: '1.10.2.4',
NAMESPACE: '4chan X.',
NAME: '4chan X',
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
@ -17127,6 +17127,7 @@
" right: 0;\n" +
" left: 0;\n" +
" padding: 3px 4px 4px;\n" +
" font-size: 12px;\n" +
"}\n" +
".fixed.top-header #header-bar {\n" +
" top: 0;\n" +
@ -17141,9 +17142,6 @@
":root.fixed #header-bar {\n" +
" box-shadow: -5px 1px 10px rgba(0, 0, 0, 0.20);\n" +
"}\n" +
"#header-bar #custom-board-list .current {\n" +
" padding: 1px 1px 4px 1px;\n" +
"}\n" +
":root.centered-links #shortcuts {\n" +
" width: 300px;\n" +
" text-align: right;\n" +
@ -17247,16 +17245,16 @@
"}\n" +
"@media (min-width: 1300px) {\n" +
" :root.fixed:not(.centered-links) #header-bar {\n" +
" font-size: 12px;\n" +
" white-space: nowrap;\n" +
" display: flex;\n" +
" -webkit-align-items: center;\n" +
" align-items: center;\n" +
" }\n" +
" :root.fixed:not(.centered-links) #board-list {\n" +
" flex: auto;\n" +
" }\n" +
" :root.fixed:not(.centered-links) #full-board-list {\n" +
" display: flex;\n" +
" line-height: 15px;\n" +
" }\n" +
" :root.fixed:not(.centered-links) .hide-board-list-container {\n" +
" flex: none;\n" +
@ -17284,6 +17282,9 @@
" :root.fixed:not(.centered-links) #shortcuts {\n" +
" float: initial;\n" +
" flex: none;\n" +
" display: flex;\n" +
" -webkit-align-items: center;\n" +
" align-items: center;\n" +
" }\n" +
"}\n" +
"/* 4chan X link brackets */\n" +
@ -18820,8 +18821,10 @@
":root.yotsuba #header-bar.dialog {\n" +
" background-color: rgba(240,224,214,0.98);\n" +
"}\n" +
":root.yotsuba #header-bar, :root.yotsuba #notifications {\n" +
":root.yotsuba:not(.fixed) #header-bar, :root.yotsuba #notifications {\n" +
" font-size: 9pt;\n" +
"}\n" +
":root.yotsuba #header-bar, :root.yotsuba #notifications {\n" +
" color: #B86;\n" +
"}\n" +
":root.yotsuba #board-list a, :root.yotsuba #shortcuts a {\n" +
@ -18896,8 +18899,10 @@
":root.yotsuba-b #header-bar.dialog {\n" +
" background-color: rgba(214,218,240,0.98);\n" +
"}\n" +
":root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {\n" +
":root.yotsuba-b:not(.fixed) #header-bar, :root.yotsuba-b #notifications {\n" +
" font-size: 9pt;\n" +
"}\n" +
":root.yotsuba-b #header-bar, :root.yotsuba-b #notifications {\n" +
" color: #89A;\n" +
"}\n" +
":root.yotsuba-b #board-list a, :root.yotsuba-b #shortcuts a {\n" +
@ -18972,8 +18977,10 @@
":root.futaba #header-bar.dialog {\n" +
" background-color: rgba(240,224,214,0.98);\n" +
"}\n" +
":root.futaba #header-bar, :root.futaba #notifications {\n" +
":root.futaba:not(.fixed) #header-bar, :root.futaba #notifications {\n" +
" font-size: 11pt;\n" +
"}\n" +
":root.futaba #header-bar, :root.futaba #notifications {\n" +
" color: #B86;\n" +
"}\n" +
":root.futaba #header-bar a, :root.futaba #notifications a {\n" +
@ -19043,8 +19050,10 @@
":root.burichan #header-bar.dialog {\n" +
" background-color: rgba(214,218,240,0.98);\n" +
"}\n" +
":root.burichan #header-bar, :root.burichan #header-bar #notifications {\n" +
":root.burichan:not(.fixed) #header-bar, :root.burichan #header-bar #notifications {\n" +
" font-size: 11pt;\n" +
"}\n" +
":root.burichan #header-bar, :root.burichan #header-bar #notifications {\n" +
" color: #89A;\n" +
"}\n" +
":root.burichan #header-bar a, :root.burichan #header-bar #notifications a {\n" +
@ -19114,8 +19123,10 @@
":root.tomorrow #header-bar.dialog {\n" +
" background-color: rgba(40,42,46,0.9);\n" +
"}\n" +
":root.tomorrow #header-bar, :root.tomorrow #notifications {\n" +
":root.tomorrow:not(.fixed) #header-bar, :root.tomorrow #notifications {\n" +
" font-size: 9pt;\n" +
"}\n" +
":root.tomorrow #header-bar, :root.tomorrow #notifications {\n" +
" color: #C5C8C6;\n" +
"}\n" +
":root.tomorrow #header-bar a, :root.tomorrow #notifications a {\n" +
@ -19242,8 +19253,10 @@
":root.photon #header-bar.dialog {\n" +
" background-color: rgba(221,221,221,0.98);\n" +
"}\n" +
":root.photon #header-bar, :root.photon #notifications {\n" +
":root.photon:not(.fixed) #header-bar, :root.photon #notifications {\n" +
" font-size: 9pt;\n" +
"}\n" +
":root.photon #header-bar, :root.photon #notifications {\n" +
" color: #333;\n" +
"}\n" +
":root.photon #header-bar a, :root.photon #notifications a {\n" +

Binary file not shown.

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.10.2.3' />
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.10.2.4' />
</app>
</gupdate>

View File

@ -1,7 +1,7 @@
<?xml version='1.0' encoding='UTF-8'?>
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.10.2.3' />
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.10.2.4' />
</app>
</gupdate>

View File

@ -3,7 +3,7 @@
"description": "Cross-browser userscript for maximum lurking on 4chan.",
"meta": {
"name": "4chan X",
"version": "1.10.2.3",
"version": "1.10.2.4",
"repo": "https://github.com/ccd0/4chan-x/",
"page": "https://github.com/ccd0/4chan-x",
"downloads": "https://ccd0.github.io/4chan-x/builds/",