Release 4chan X v1.11.2.4.
This commit is contained in:
parent
9f38c80feb
commit
e9b4cf03cf
@ -4,6 +4,9 @@ The links to individual versions below are to copies of the script with the upda
|
||||
|
||||
### v1.11.2
|
||||
|
||||
**v1.11.2.4** *(2015-07-03)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.2.4/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.2.4/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Minor bugfixes.
|
||||
|
||||
**v1.11.2.3** *(2015-06-30)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.2.3/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.11.2.3/builds/4chan-X-noupdate.crx "Chromium version")]
|
||||
- Add 'webkit' CSS class to document when WebKit engine is detected.
|
||||
- Various CSS-related bugfixes.
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.2.3
|
||||
// @version 1.11.2.4
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.11.2.3
|
||||
// @version 1.11.2.4
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -299,7 +299,7 @@
|
||||
tripcode: "# Filter any tripfag\n#/^!/",
|
||||
capcode: "# Set a custom class for mods:\n#/Mod$/;highlight:mod;op:yes\n# Set a custom class for moot:\n#/Admin$/;highlight:moot;op:yes",
|
||||
subject: "# Filter Generals on /v/:\n#/general/i;boards:v;op:only",
|
||||
comment: "# Filter Stallman copypasta on /g/:\n#/what you\'re refer+ing to as linux/i;boards:g\n# Filter posts with 10 or more quote links:\n#/(?:>>\\d(?:(?!>>\\d)[^])*){10}/",
|
||||
comment: "# Filter Stallman copypasta on /g/:\n#/what you\'re refer+ing to as linux/i;boards:g\n# Filter posts with 20 or more quote links:\n#/(?:>>\\d(?:(?!>>\\d)[^])*){20}/",
|
||||
flag: '',
|
||||
filename: '',
|
||||
dimensions: "# Highlight potential wallpapers:\n#/1920x1080/;op:yes;highlight;top:no;boards:w,wg",
|
||||
@ -411,7 +411,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.2.3',
|
||||
VERSION: '1.11.2.4',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -18671,7 +18671,6 @@
|
||||
"#watched-threads {\n" +
|
||||
" overflow-x: hidden;\n" +
|
||||
" overflow-y: auto;\n" +
|
||||
" max-height: calc(100vh - 75px);\n" +
|
||||
"}\n" +
|
||||
"#thread-watcher .refresh {\n" +
|
||||
" padding: 0px 3px;\n" +
|
||||
@ -18679,6 +18678,11 @@
|
||||
":root.fixed-watcher #thread-watcher {\n" +
|
||||
" position: fixed;\n" +
|
||||
"}\n" +
|
||||
":root.fixed-watcher #watched-threads {\n" +
|
||||
" /* XXX https://code.google.com/p/chromium/issues/detail?id=168840, https://bugs.webkit.org/show_bug.cgi?id=94158 */\n" +
|
||||
" max-height: 85vh;\n" +
|
||||
" max-height: calc(100vh - 75px);\n" +
|
||||
"}\n" +
|
||||
":root:not(.fixed-watcher) #watched-threads:not(:hover) {\n" +
|
||||
" max-height: 210px;\n" +
|
||||
" overflow-y: hidden;\n" +
|
||||
@ -18847,7 +18851,9 @@
|
||||
" max-height: 100vh;\n" +
|
||||
"}\n" +
|
||||
":root.fit-height.fixed .full-image {\n" +
|
||||
" max-height: calc(100vh - 25px);\n" +
|
||||
" /* XXX https://code.google.com/p/chromium/issues/detail?id=168840, https://bugs.webkit.org/show_bug.cgi?id=94158 */\n" +
|
||||
" max-height: 93vh;\n" +
|
||||
" max-height: calc(100vh - 35px);\n" +
|
||||
"}\n" +
|
||||
":root.fit-width .full-image {\n" +
|
||||
" max-width: 100%;\n" +
|
||||
@ -19019,6 +19025,8 @@
|
||||
" border-radius: 3px 3px 0 0;\n" +
|
||||
"}\n" +
|
||||
"#qr > form {\n" +
|
||||
" /* XXX https://code.google.com/p/chromium/issues/detail?id=168840, https://bugs.webkit.org/show_bug.cgi?id=94158 */\n" +
|
||||
" max-height: 85vh;\n" +
|
||||
" max-height: calc(100vh - 75px);\n" +
|
||||
" overflow-y: auto;\n" +
|
||||
" overflow-x: hidden;\n" +
|
||||
@ -19663,6 +19671,8 @@
|
||||
"}\n" +
|
||||
".gal-fit-height .gal-image img,\n" +
|
||||
".gal-fit-height .gal-image video {\n" +
|
||||
" /* XXX https://code.google.com/p/chromium/issues/detail?id=168840, https://bugs.webkit.org/show_bug.cgi?id=94158 */\n" +
|
||||
" max-height: 95vh;\n" +
|
||||
" max-height: calc(100vh - 25px);\n" +
|
||||
"}\n" +
|
||||
".gal-image iframe {\n" +
|
||||
|
||||
Binary file not shown.
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.2.3
|
||||
// @version 1.11.2.4
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -298,7 +298,7 @@
|
||||
tripcode: "# Filter any tripfag\n#/^!/",
|
||||
capcode: "# Set a custom class for mods:\n#/Mod$/;highlight:mod;op:yes\n# Set a custom class for moot:\n#/Admin$/;highlight:moot;op:yes",
|
||||
subject: "# Filter Generals on /v/:\n#/general/i;boards:v;op:only",
|
||||
comment: "# Filter Stallman copypasta on /g/:\n#/what you\'re refer+ing to as linux/i;boards:g\n# Filter posts with 10 or more quote links:\n#/(?:>>\\d(?:(?!>>\\d)[^])*){10}/",
|
||||
comment: "# Filter Stallman copypasta on /g/:\n#/what you\'re refer+ing to as linux/i;boards:g\n# Filter posts with 20 or more quote links:\n#/(?:>>\\d(?:(?!>>\\d)[^])*){20}/",
|
||||
flag: '',
|
||||
filename: '',
|
||||
dimensions: "# Highlight potential wallpapers:\n#/1920x1080/;op:yes;highlight;top:no;boards:w,wg",
|
||||
@ -410,7 +410,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.2.3',
|
||||
VERSION: '1.11.2.4',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -18670,7 +18670,6 @@
|
||||
"#watched-threads {\n" +
|
||||
" overflow-x: hidden;\n" +
|
||||
" overflow-y: auto;\n" +
|
||||
" max-height: calc(100vh - 75px);\n" +
|
||||
"}\n" +
|
||||
"#thread-watcher .refresh {\n" +
|
||||
" padding: 0px 3px;\n" +
|
||||
@ -18678,6 +18677,11 @@
|
||||
":root.fixed-watcher #thread-watcher {\n" +
|
||||
" position: fixed;\n" +
|
||||
"}\n" +
|
||||
":root.fixed-watcher #watched-threads {\n" +
|
||||
" /* XXX https://code.google.com/p/chromium/issues/detail?id=168840, https://bugs.webkit.org/show_bug.cgi?id=94158 */\n" +
|
||||
" max-height: 85vh;\n" +
|
||||
" max-height: calc(100vh - 75px);\n" +
|
||||
"}\n" +
|
||||
":root:not(.fixed-watcher) #watched-threads:not(:hover) {\n" +
|
||||
" max-height: 210px;\n" +
|
||||
" overflow-y: hidden;\n" +
|
||||
@ -18846,7 +18850,9 @@
|
||||
" max-height: 100vh;\n" +
|
||||
"}\n" +
|
||||
":root.fit-height.fixed .full-image {\n" +
|
||||
" max-height: calc(100vh - 25px);\n" +
|
||||
" /* XXX https://code.google.com/p/chromium/issues/detail?id=168840, https://bugs.webkit.org/show_bug.cgi?id=94158 */\n" +
|
||||
" max-height: 93vh;\n" +
|
||||
" max-height: calc(100vh - 35px);\n" +
|
||||
"}\n" +
|
||||
":root.fit-width .full-image {\n" +
|
||||
" max-width: 100%;\n" +
|
||||
@ -19018,6 +19024,8 @@
|
||||
" border-radius: 3px 3px 0 0;\n" +
|
||||
"}\n" +
|
||||
"#qr > form {\n" +
|
||||
" /* XXX https://code.google.com/p/chromium/issues/detail?id=168840, https://bugs.webkit.org/show_bug.cgi?id=94158 */\n" +
|
||||
" max-height: 85vh;\n" +
|
||||
" max-height: calc(100vh - 75px);\n" +
|
||||
" overflow-y: auto;\n" +
|
||||
" overflow-x: hidden;\n" +
|
||||
@ -19662,6 +19670,8 @@
|
||||
"}\n" +
|
||||
".gal-fit-height .gal-image img,\n" +
|
||||
".gal-fit-height .gal-image video {\n" +
|
||||
" /* XXX https://code.google.com/p/chromium/issues/detail?id=168840, https://bugs.webkit.org/show_bug.cgi?id=94158 */\n" +
|
||||
" max-height: 95vh;\n" +
|
||||
" max-height: calc(100vh - 25px);\n" +
|
||||
"}\n" +
|
||||
".gal-image iframe {\n" +
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.2.3
|
||||
// @version 1.11.2.4
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,7 +1,7 @@
|
||||
// Generated by CoffeeScript
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.11.2.3
|
||||
// @version 1.11.2.4
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -299,7 +299,7 @@
|
||||
tripcode: "# Filter any tripfag\n#/^!/",
|
||||
capcode: "# Set a custom class for mods:\n#/Mod$/;highlight:mod;op:yes\n# Set a custom class for moot:\n#/Admin$/;highlight:moot;op:yes",
|
||||
subject: "# Filter Generals on /v/:\n#/general/i;boards:v;op:only",
|
||||
comment: "# Filter Stallman copypasta on /g/:\n#/what you\'re refer+ing to as linux/i;boards:g\n# Filter posts with 10 or more quote links:\n#/(?:>>\\d(?:(?!>>\\d)[^])*){10}/",
|
||||
comment: "# Filter Stallman copypasta on /g/:\n#/what you\'re refer+ing to as linux/i;boards:g\n# Filter posts with 20 or more quote links:\n#/(?:>>\\d(?:(?!>>\\d)[^])*){20}/",
|
||||
flag: '',
|
||||
filename: '',
|
||||
dimensions: "# Highlight potential wallpapers:\n#/1920x1080/;op:yes;highlight;top:no;boards:w,wg",
|
||||
@ -411,7 +411,7 @@
|
||||
doc = d.documentElement;
|
||||
|
||||
g = {
|
||||
VERSION: '1.11.2.3',
|
||||
VERSION: '1.11.2.4',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -18671,7 +18671,6 @@
|
||||
"#watched-threads {\n" +
|
||||
" overflow-x: hidden;\n" +
|
||||
" overflow-y: auto;\n" +
|
||||
" max-height: calc(100vh - 75px);\n" +
|
||||
"}\n" +
|
||||
"#thread-watcher .refresh {\n" +
|
||||
" padding: 0px 3px;\n" +
|
||||
@ -18679,6 +18678,11 @@
|
||||
":root.fixed-watcher #thread-watcher {\n" +
|
||||
" position: fixed;\n" +
|
||||
"}\n" +
|
||||
":root.fixed-watcher #watched-threads {\n" +
|
||||
" /* XXX https://code.google.com/p/chromium/issues/detail?id=168840, https://bugs.webkit.org/show_bug.cgi?id=94158 */\n" +
|
||||
" max-height: 85vh;\n" +
|
||||
" max-height: calc(100vh - 75px);\n" +
|
||||
"}\n" +
|
||||
":root:not(.fixed-watcher) #watched-threads:not(:hover) {\n" +
|
||||
" max-height: 210px;\n" +
|
||||
" overflow-y: hidden;\n" +
|
||||
@ -18847,7 +18851,9 @@
|
||||
" max-height: 100vh;\n" +
|
||||
"}\n" +
|
||||
":root.fit-height.fixed .full-image {\n" +
|
||||
" max-height: calc(100vh - 25px);\n" +
|
||||
" /* XXX https://code.google.com/p/chromium/issues/detail?id=168840, https://bugs.webkit.org/show_bug.cgi?id=94158 */\n" +
|
||||
" max-height: 93vh;\n" +
|
||||
" max-height: calc(100vh - 35px);\n" +
|
||||
"}\n" +
|
||||
":root.fit-width .full-image {\n" +
|
||||
" max-width: 100%;\n" +
|
||||
@ -19019,6 +19025,8 @@
|
||||
" border-radius: 3px 3px 0 0;\n" +
|
||||
"}\n" +
|
||||
"#qr > form {\n" +
|
||||
" /* XXX https://code.google.com/p/chromium/issues/detail?id=168840, https://bugs.webkit.org/show_bug.cgi?id=94158 */\n" +
|
||||
" max-height: 85vh;\n" +
|
||||
" max-height: calc(100vh - 75px);\n" +
|
||||
" overflow-y: auto;\n" +
|
||||
" overflow-x: hidden;\n" +
|
||||
@ -19663,6 +19671,8 @@
|
||||
"}\n" +
|
||||
".gal-fit-height .gal-image img,\n" +
|
||||
".gal-fit-height .gal-image video {\n" +
|
||||
" /* XXX https://code.google.com/p/chromium/issues/detail?id=168840, https://bugs.webkit.org/show_bug.cgi?id=94158 */\n" +
|
||||
" max-height: 95vh;\n" +
|
||||
" max-height: calc(100vh - 25px);\n" +
|
||||
"}\n" +
|
||||
".gal-image iframe {\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.2.3' />
|
||||
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X-beta.crx' version='1.11.2.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.2.3' />
|
||||
<updatecheck codebase='https://ccd0.github.io/4chan-x/builds/4chan-X.crx' version='1.11.2.4' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -3,8 +3,8 @@
|
||||
"description": "Cross-browser userscript for maximum lurking on 4chan.",
|
||||
"meta": {
|
||||
"name": "4chan X",
|
||||
"version": "1.11.2.3",
|
||||
"date": "2015-07-01T06:15:34.618Z",
|
||||
"version": "1.11.2.4",
|
||||
"date": "2015-07-03T22:57:57.868Z",
|
||||
"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