diff --git a/CHANGELOG.md b/CHANGELOG.md index 88ee1ba16..ef3d27ab2 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 4f9772264..0c081af44 100644 Binary files a/builds/4chan-X-beta.crx and b/builds/4chan-X-beta.crx differ diff --git a/builds/4chan-X-beta.meta.js b/builds/4chan-X-beta.meta.js index 8cb44267d..67224429b 100644 --- a/builds/4chan-X-beta.meta.js +++ b/builds/4chan-X-beta.meta.js @@ -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 diff --git a/builds/4chan-X-beta.user.js b/builds/4chan-X-beta.user.js index b79a50b8b..aeeca6045 100644 --- a/builds/4chan-X-beta.user.js +++ b/builds/4chan-X-beta.user.js @@ -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" + diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index 7c4a283c7..1b28a9fd2 100644 Binary files a/builds/4chan-X-noupdate.crx and b/builds/4chan-X-noupdate.crx differ diff --git a/builds/4chan-X-noupdate.user.js b/builds/4chan-X-noupdate.user.js index bbd3c6792..e56dfdd17 100644 --- a/builds/4chan-X-noupdate.user.js +++ b/builds/4chan-X-noupdate.user.js @@ -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" + diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index c670331fe..5b3d4c907 100644 Binary files a/builds/4chan-X.crx and b/builds/4chan-X.crx differ diff --git a/builds/4chan-X.meta.js b/builds/4chan-X.meta.js index a9fc8967f..868cd4206 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -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 diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 09cd2f31d..08a293c51 100644 --- a/builds/4chan-X.user.js +++ b/builds/4chan-X.user.js @@ -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" + diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index db6beab50..7857672d7 100644 Binary files a/builds/4chan-X.zip and b/builds/4chan-X.zip differ diff --git a/builds/updates-beta.xml b/builds/updates-beta.xml index 416db1911..bd4bfeacb 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@ - + diff --git a/builds/updates.xml b/builds/updates.xml index 6a6ded0d5..e6ae69b61 100644 --- a/builds/updates.xml +++ b/builds/updates.xml @@ -1,7 +1,7 @@ - + diff --git a/package.json b/package.json index 50926b0cf..975189151 100755 --- a/package.json +++ b/package.json @@ -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/",