Release 4chan X v1.11.3.4.
This commit is contained in:
parent
edb99425f2
commit
95e716f7f2
@ -4,6 +4,10 @@ Sometimes the changelog has notes (not comprehensive) acknowledging people's wor
|
||||
|
||||
### v1.11.3
|
||||
|
||||
**v1.11.3.4** *(2015-07-12)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.3.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.3.4/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Fix captcha in original post form obscuring file field for some users.
|
||||
- Turn `Ignore Offline Status` on by default.
|
||||
|
||||
**v1.11.3.3** *(2015-07-07)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.3.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.3.3/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Merge v1.11.2.5: Add fireden.net archive.
|
||||
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.3.3
|
||||
// @version 1.11.3.4
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.3.3
|
||||
// @version 1.11.3.4
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -394,7 +394,7 @@
|
||||
'Bottom Scroll': [false, 'Always scroll to the bottom, not the first new post. Useful for event threads.'],
|
||||
'Scroll BG': [false, 'Auto-scroll background tabs.'],
|
||||
'Auto Update': [true, 'Automatically fetch new posts.'],
|
||||
'Ignore Offline Status': [false, 'Update even if your browser reports you are offline.'],
|
||||
'Ignore Offline Status': [true, 'Update even if your browser reports you are offline.'],
|
||||
'Optional Increase': [false, 'Increase the intervals between updates on threads without new posts.']
|
||||
},
|
||||
'Interval': 30
|
||||
@ -412,7 +412,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.3.3',
|
||||
VERSION: '1.11.3.4',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -18043,6 +18043,10 @@
|
||||
" /* party hats */\n" +
|
||||
" pointer-events: none;\n" +
|
||||
"}\n" +
|
||||
"#g-recaptcha {\n" +
|
||||
" min-height: 78px;\n" +
|
||||
" height: auto;\n" +
|
||||
"}\n" +
|
||||
":root:not(.js-enabled) #postForm {\n" +
|
||||
" display: table;\n" +
|
||||
"}\n" +
|
||||
|
||||
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.3.3
|
||||
// @version 1.11.3.4
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -393,7 +393,7 @@
|
||||
'Bottom Scroll': [false, 'Always scroll to the bottom, not the first new post. Useful for event threads.'],
|
||||
'Scroll BG': [false, 'Auto-scroll background tabs.'],
|
||||
'Auto Update': [true, 'Automatically fetch new posts.'],
|
||||
'Ignore Offline Status': [false, 'Update even if your browser reports you are offline.'],
|
||||
'Ignore Offline Status': [true, 'Update even if your browser reports you are offline.'],
|
||||
'Optional Increase': [false, 'Increase the intervals between updates on threads without new posts.']
|
||||
},
|
||||
'Interval': 30
|
||||
@ -411,7 +411,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.3.3',
|
||||
VERSION: '1.11.3.4',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -18042,6 +18042,10 @@
|
||||
" /* party hats */\n" +
|
||||
" pointer-events: none;\n" +
|
||||
"}\n" +
|
||||
"#g-recaptcha {\n" +
|
||||
" min-height: 78px;\n" +
|
||||
" height: auto;\n" +
|
||||
"}\n" +
|
||||
":root:not(.js-enabled) #postForm {\n" +
|
||||
" display: table;\n" +
|
||||
"}\n" +
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.3.3
|
||||
// @version 1.11.3.4
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.3.3
|
||||
// @version 1.11.3.4
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -394,7 +394,7 @@
|
||||
'Bottom Scroll': [false, 'Always scroll to the bottom, not the first new post. Useful for event threads.'],
|
||||
'Scroll BG': [false, 'Auto-scroll background tabs.'],
|
||||
'Auto Update': [true, 'Automatically fetch new posts.'],
|
||||
'Ignore Offline Status': [false, 'Update even if your browser reports you are offline.'],
|
||||
'Ignore Offline Status': [true, 'Update even if your browser reports you are offline.'],
|
||||
'Optional Increase': [false, 'Increase the intervals between updates on threads without new posts.']
|
||||
},
|
||||
'Interval': 30
|
||||
@ -412,7 +412,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.3.3',
|
||||
VERSION: '1.11.3.4',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -18043,6 +18043,10 @@
|
||||
" /* party hats */\n" +
|
||||
" pointer-events: none;\n" +
|
||||
"}\n" +
|
||||
"#g-recaptcha {\n" +
|
||||
" min-height: 78px;\n" +
|
||||
" height: auto;\n" +
|
||||
"}\n" +
|
||||
":root:not(.js-enabled) #postForm {\n" +
|
||||
" display: table;\n" +
|
||||
"}\n" +
|
||||
|
||||
Binary file not shown.
@ -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.11.3.3' />
|
||||
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.11.3.4' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -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.11.3.3' />
|
||||
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.11.3.4' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
||||
"meta": {
|
||||
"name": "4chan X",
|
||||
"version": "1.11.3.3",
|
||||
"date": "2015-07-07T08:49:17.234Z",
|
||||
"version": "1.11.3.4",
|
||||
"date": "2015-07-12T20:27:50.237Z",
|
||||
"repo": "https://github.com/ccd0/4chan-x/",
|
||||
"page": "https://github.com/ccd0/4chan-x",
|
||||
"downloads": "https://ccd0.github.io/4chan-x/builds/",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user