Release 4chan X v1.10.3.8.
This commit is contained in:
parent
82ff44c421
commit
5181e2256a
@ -4,6 +4,9 @@ The links to individual versions below are to copies of the script with the upda
|
|||||||
|
|
||||||
### v1.10.3
|
### v1.10.3
|
||||||
|
|
||||||
|
**v1.10.3.8** *(2015-03-05)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.8/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.8/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
|
- Make the Quick Reply look more consistent across browsers/platforms.
|
||||||
|
|
||||||
**v1.10.3.7** *(2015-03-04)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.7/builds/4chan-X-noupdate.crx "Chromium version")]
|
**v1.10.3.7** *(2015-03-04)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.3.7/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||||
- Fix alignment of /f/ tag selector.
|
- Fix alignment of /f/ tag selector.
|
||||||
- Change "Thread No." in thread selector to just "Thread".
|
- Change "Thread No." in thread selector to just "Thread".
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.10.3.7
|
// @version 1.10.3.8
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.10.3.7
|
// @version 1.10.3.8
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -394,7 +394,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.10.3.7',
|
VERSION: '1.10.3.8',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
NAME: '4chan X',
|
NAME: '4chan X',
|
||||||
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
|
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
|
||||||
@ -18249,11 +18249,20 @@
|
|||||||
" display: flex;\n" +
|
" display: flex;\n" +
|
||||||
" -webkit-align-items: stretch;\n" +
|
" -webkit-align-items: stretch;\n" +
|
||||||
" align-items: stretch;\n" +
|
" align-items: stretch;\n" +
|
||||||
|
" height: 1.7em;\n" +
|
||||||
" margin-top: 1px;\n" +
|
" margin-top: 1px;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
":root.gecko #file-n-submit > input,\n" +
|
"#file-n-submit > input {\n" +
|
||||||
":root.gecko #qr > form > select {\n" +
|
" background: linear-gradient(to bottom, #F8F8F8, #DCDCDC) no-repeat;\n" +
|
||||||
" margin: 0px -1px -1px;\n" +
|
" border: 1px solid #BBB;\n" +
|
||||||
|
" border-radius: 2px;\n" +
|
||||||
|
"}\n" +
|
||||||
|
"#file-n-submit > input::-moz-focus-inner {\n" +
|
||||||
|
" border: 0;\n" +
|
||||||
|
" padding: 0;\n" +
|
||||||
|
"}\n" +
|
||||||
|
"#qr-file-button {\n" +
|
||||||
|
" width: 15%;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
"#file-n-submit input[type=\"submit\"] {\n" +
|
"#file-n-submit input[type=\"submit\"] {\n" +
|
||||||
" width: 25%;\n" +
|
" width: 25%;\n" +
|
||||||
@ -18317,10 +18326,17 @@
|
|||||||
"#custom-cooldown-button.disabled {\n" +
|
"#custom-cooldown-button.disabled {\n" +
|
||||||
" opacity: 0.27;\n" +
|
" opacity: 0.27;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
"/* Thread Select */\n" +
|
"/* Thread and Flash Tag Select */\n" +
|
||||||
|
"#qr select {\n" +
|
||||||
|
" background: white;\n" +
|
||||||
|
" border: 1px solid #CCC;\n" +
|
||||||
|
"}\n" +
|
||||||
"#qr select[data-name=\"thread\"] {\n" +
|
"#qr select[data-name=\"thread\"] {\n" +
|
||||||
" float: right;\n" +
|
" float: right;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
|
"#qr > form > select {\n" +
|
||||||
|
" margin-top: 1px;\n" +
|
||||||
|
"}\n" +
|
||||||
"/* Dumping UI */\n" +
|
"/* Dumping UI */\n" +
|
||||||
".dump #dump-list-container {\n" +
|
".dump #dump-list-container {\n" +
|
||||||
" display: block;\n" +
|
" display: block;\n" +
|
||||||
@ -19243,6 +19259,10 @@
|
|||||||
" border-color: rgb(129, 162, 190) !important;\n" +
|
" border-color: rgb(129, 162, 190) !important;\n" +
|
||||||
" background-color: rgb(30,32,36);\n" +
|
" background-color: rgb(30,32,36);\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
|
":root.tomorrow #qr select,\n" +
|
||||||
|
":root.tomorrow #file-n-submit > input {\n" +
|
||||||
|
" border-color: rgb(40, 41, 42);\n" +
|
||||||
|
"}\n" +
|
||||||
":root.tomorrow #qr-filename {\n" +
|
":root.tomorrow #qr-filename {\n" +
|
||||||
" color: rgb(197,200,198);\n" +
|
" color: rgb(197,200,198);\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.10.3.7
|
// @version 1.10.3.8
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -393,7 +393,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.10.3.7',
|
VERSION: '1.10.3.8',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
NAME: '4chan X',
|
NAME: '4chan X',
|
||||||
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
|
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
|
||||||
@ -18248,11 +18248,20 @@
|
|||||||
" display: flex;\n" +
|
" display: flex;\n" +
|
||||||
" -webkit-align-items: stretch;\n" +
|
" -webkit-align-items: stretch;\n" +
|
||||||
" align-items: stretch;\n" +
|
" align-items: stretch;\n" +
|
||||||
|
" height: 1.7em;\n" +
|
||||||
" margin-top: 1px;\n" +
|
" margin-top: 1px;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
":root.gecko #file-n-submit > input,\n" +
|
"#file-n-submit > input {\n" +
|
||||||
":root.gecko #qr > form > select {\n" +
|
" background: linear-gradient(to bottom, #F8F8F8, #DCDCDC) no-repeat;\n" +
|
||||||
" margin: 0px -1px -1px;\n" +
|
" border: 1px solid #BBB;\n" +
|
||||||
|
" border-radius: 2px;\n" +
|
||||||
|
"}\n" +
|
||||||
|
"#file-n-submit > input::-moz-focus-inner {\n" +
|
||||||
|
" border: 0;\n" +
|
||||||
|
" padding: 0;\n" +
|
||||||
|
"}\n" +
|
||||||
|
"#qr-file-button {\n" +
|
||||||
|
" width: 15%;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
"#file-n-submit input[type=\"submit\"] {\n" +
|
"#file-n-submit input[type=\"submit\"] {\n" +
|
||||||
" width: 25%;\n" +
|
" width: 25%;\n" +
|
||||||
@ -18316,10 +18325,17 @@
|
|||||||
"#custom-cooldown-button.disabled {\n" +
|
"#custom-cooldown-button.disabled {\n" +
|
||||||
" opacity: 0.27;\n" +
|
" opacity: 0.27;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
"/* Thread Select */\n" +
|
"/* Thread and Flash Tag Select */\n" +
|
||||||
|
"#qr select {\n" +
|
||||||
|
" background: white;\n" +
|
||||||
|
" border: 1px solid #CCC;\n" +
|
||||||
|
"}\n" +
|
||||||
"#qr select[data-name=\"thread\"] {\n" +
|
"#qr select[data-name=\"thread\"] {\n" +
|
||||||
" float: right;\n" +
|
" float: right;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
|
"#qr > form > select {\n" +
|
||||||
|
" margin-top: 1px;\n" +
|
||||||
|
"}\n" +
|
||||||
"/* Dumping UI */\n" +
|
"/* Dumping UI */\n" +
|
||||||
".dump #dump-list-container {\n" +
|
".dump #dump-list-container {\n" +
|
||||||
" display: block;\n" +
|
" display: block;\n" +
|
||||||
@ -19242,6 +19258,10 @@
|
|||||||
" border-color: rgb(129, 162, 190) !important;\n" +
|
" border-color: rgb(129, 162, 190) !important;\n" +
|
||||||
" background-color: rgb(30,32,36);\n" +
|
" background-color: rgb(30,32,36);\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
|
":root.tomorrow #qr select,\n" +
|
||||||
|
":root.tomorrow #file-n-submit > input {\n" +
|
||||||
|
" border-color: rgb(40, 41, 42);\n" +
|
||||||
|
"}\n" +
|
||||||
":root.tomorrow #qr-filename {\n" +
|
":root.tomorrow #qr-filename {\n" +
|
||||||
" color: rgb(197,200,198);\n" +
|
" color: rgb(197,200,198);\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.10.3.7
|
// @version 1.10.3.8
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
// Generated by CoffeeScript
|
// Generated by CoffeeScript
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.10.3.7
|
// @version 1.10.3.8
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -394,7 +394,7 @@
|
|||||||
doc = d.documentElement;
|
doc = d.documentElement;
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.10.3.7',
|
VERSION: '1.10.3.8',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
NAME: '4chan X',
|
NAME: '4chan X',
|
||||||
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
|
FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions',
|
||||||
@ -18249,11 +18249,20 @@
|
|||||||
" display: flex;\n" +
|
" display: flex;\n" +
|
||||||
" -webkit-align-items: stretch;\n" +
|
" -webkit-align-items: stretch;\n" +
|
||||||
" align-items: stretch;\n" +
|
" align-items: stretch;\n" +
|
||||||
|
" height: 1.7em;\n" +
|
||||||
" margin-top: 1px;\n" +
|
" margin-top: 1px;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
":root.gecko #file-n-submit > input,\n" +
|
"#file-n-submit > input {\n" +
|
||||||
":root.gecko #qr > form > select {\n" +
|
" background: linear-gradient(to bottom, #F8F8F8, #DCDCDC) no-repeat;\n" +
|
||||||
" margin: 0px -1px -1px;\n" +
|
" border: 1px solid #BBB;\n" +
|
||||||
|
" border-radius: 2px;\n" +
|
||||||
|
"}\n" +
|
||||||
|
"#file-n-submit > input::-moz-focus-inner {\n" +
|
||||||
|
" border: 0;\n" +
|
||||||
|
" padding: 0;\n" +
|
||||||
|
"}\n" +
|
||||||
|
"#qr-file-button {\n" +
|
||||||
|
" width: 15%;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
"#file-n-submit input[type=\"submit\"] {\n" +
|
"#file-n-submit input[type=\"submit\"] {\n" +
|
||||||
" width: 25%;\n" +
|
" width: 25%;\n" +
|
||||||
@ -18317,10 +18326,17 @@
|
|||||||
"#custom-cooldown-button.disabled {\n" +
|
"#custom-cooldown-button.disabled {\n" +
|
||||||
" opacity: 0.27;\n" +
|
" opacity: 0.27;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
"/* Thread Select */\n" +
|
"/* Thread and Flash Tag Select */\n" +
|
||||||
|
"#qr select {\n" +
|
||||||
|
" background: white;\n" +
|
||||||
|
" border: 1px solid #CCC;\n" +
|
||||||
|
"}\n" +
|
||||||
"#qr select[data-name=\"thread\"] {\n" +
|
"#qr select[data-name=\"thread\"] {\n" +
|
||||||
" float: right;\n" +
|
" float: right;\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
|
"#qr > form > select {\n" +
|
||||||
|
" margin-top: 1px;\n" +
|
||||||
|
"}\n" +
|
||||||
"/* Dumping UI */\n" +
|
"/* Dumping UI */\n" +
|
||||||
".dump #dump-list-container {\n" +
|
".dump #dump-list-container {\n" +
|
||||||
" display: block;\n" +
|
" display: block;\n" +
|
||||||
@ -19243,6 +19259,10 @@
|
|||||||
" border-color: rgb(129, 162, 190) !important;\n" +
|
" border-color: rgb(129, 162, 190) !important;\n" +
|
||||||
" background-color: rgb(30,32,36);\n" +
|
" background-color: rgb(30,32,36);\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
|
":root.tomorrow #qr select,\n" +
|
||||||
|
":root.tomorrow #file-n-submit > input {\n" +
|
||||||
|
" border-color: rgb(40, 41, 42);\n" +
|
||||||
|
"}\n" +
|
||||||
":root.tomorrow #qr-filename {\n" +
|
":root.tomorrow #qr-filename {\n" +
|
||||||
" color: rgb(197,200,198);\n" +
|
" color: rgb(197,200,198);\n" +
|
||||||
"}\n" +
|
"}\n" +
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||||
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.10.3.7' />
|
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.10.3.8' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
||||||
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.10.3.7' />
|
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.10.3.8' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -3,8 +3,8 @@
|
|||||||
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "4chan X",
|
"name": "4chan X",
|
||||||
"version": "1.10.3.7",
|
"version": "1.10.3.8",
|
||||||
"date": "2015-03-05T02:45:28.585Z",
|
"date": "2015-03-05T20:16:53.148Z",
|
||||||
"repo": "https://github.com/ccd0/4chan-x/",
|
"repo": "https://github.com/ccd0/4chan-x/",
|
||||||
"page": "https://github.com/ccd0/4chan-x",
|
"page": "https://github.com/ccd0/4chan-x",
|
||||||
"downloads": "https://ccd0.github.io/4chan-x/builds/",
|
"downloads": "https://ccd0.github.io/4chan-x/builds/",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user