diff --git a/CHANGELOG.md b/CHANGELOG.md index fa36f7f3c..f52fb804a 100755 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ The links to individual versions below are to copies of the script with the upda ### v1.10.6 +**v1.10.6.7** *(2015-03-26)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.6.7/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.6.7/builds/4chan-X-noupdate.crx "Chromium version")] +- Move Firefox image-pasting icon and improve tooltip description. +- Change CSS classname of hidden original file info: `original-file-info` -> `fileText-original` + **v1.10.6.6** *(2015-03-25)* - [[Firefox](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.6.6/builds/4chan-X-noupdate.user.js "Firefox version")] [[Chromium](https://raw.githubusercontent.com/ccd0/4chan-x/1.10.6.6/builds/4chan-X-noupdate.crx "Chromium version")] - Work around issue where 4chan confirms post success before creating the thread, causing people to be sent to the 404 page instead of their thread. diff --git a/builds/4chan-X-beta.crx b/builds/4chan-X-beta.crx index 1f531fa23..880b34143 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 ee8ad71e0..4ecbcb8fa 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.10.6.6 +// @version 1.10.6.7 // @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 ddcc460bf..fb94b8f3e 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.10.6.6 +// @version 1.10.6.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -395,7 +395,7 @@ doc = d.documentElement; g = { - VERSION: '1.10.6.6', + VERSION: '1.10.6.7', NAMESPACE: '4chan X.', NAME: '4chan X', FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions', @@ -7315,7 +7315,7 @@ var dialog, event, i, items, m, match_max, match_min, name, node, nodes, ref, rules, save, setNode; QR.nodes = nodes = { el: dialog = UI.dialog('qr', 'top: 50px; right: 0px;', { - innerHTML: "
" + innerHTML: " " }) }; setNode = function(name, query) { @@ -14315,7 +14315,7 @@ return; } oldInfo = $.el('span', { - className: 'original-file-info' + className: 'fileText-original' }); $.prepend(this.file.link.parentNode, oldInfo); $.add(oldInfo, [this.file.link.previousSibling, this.file.link, this.file.link.nextSibling]); @@ -17983,7 +17983,7 @@ " clear: both;\n" + "}\n" + "/* File */\n" + -".original-file-info,\n" + +".fileText-original,\n" + ".fnswitch:hover > .fntrunc,\n" + ".fnswitch:not(:hover) > .fnfull,\n" + ".expanded-image > .post > .file > .fileThumb > video[data-md5],\n" + diff --git a/builds/4chan-X-noupdate.crx b/builds/4chan-X-noupdate.crx index efe1775ea..1737f7e10 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 fab50cfae..0021a0c05 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.10.6.6 +// @version 1.10.6.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -394,7 +394,7 @@ doc = d.documentElement; g = { - VERSION: '1.10.6.6', + VERSION: '1.10.6.7', NAMESPACE: '4chan X.', NAME: '4chan X', FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions', @@ -7314,7 +7314,7 @@ var dialog, event, i, items, m, match_max, match_min, name, node, nodes, ref, rules, save, setNode; QR.nodes = nodes = { el: dialog = UI.dialog('qr', 'top: 50px; right: 0px;', { - innerHTML: " " + innerHTML: " " }) }; setNode = function(name, query) { @@ -14314,7 +14314,7 @@ return; } oldInfo = $.el('span', { - className: 'original-file-info' + className: 'fileText-original' }); $.prepend(this.file.link.parentNode, oldInfo); $.add(oldInfo, [this.file.link.previousSibling, this.file.link, this.file.link.nextSibling]); @@ -17982,7 +17982,7 @@ " clear: both;\n" + "}\n" + "/* File */\n" + -".original-file-info,\n" + +".fileText-original,\n" + ".fnswitch:hover > .fntrunc,\n" + ".fnswitch:not(:hover) > .fnfull,\n" + ".expanded-image > .post > .file > .fileThumb > video[data-md5],\n" + diff --git a/builds/4chan-X.crx b/builds/4chan-X.crx index e84cfe97f..eca3efeda 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 ed2f87ae0..d4b7e7599 100644 --- a/builds/4chan-X.meta.js +++ b/builds/4chan-X.meta.js @@ -1,6 +1,6 @@ // ==UserScript== // @name 4chan X -// @version 1.10.6.6 +// @version 1.10.6.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X diff --git a/builds/4chan-X.user.js b/builds/4chan-X.user.js index 46584dfa4..f3e6650df 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.10.6.6 +// @version 1.10.6.7 // @minGMVer 1.14 // @minFFVer 26 // @namespace 4chan-X @@ -395,7 +395,7 @@ doc = d.documentElement; g = { - VERSION: '1.10.6.6', + VERSION: '1.10.6.7', NAMESPACE: '4chan X.', NAME: '4chan X', FAQ: 'https://github.com/ccd0/4chan-x/wiki/Frequently-Asked-Questions', @@ -7315,7 +7315,7 @@ var dialog, event, i, items, m, match_max, match_min, name, node, nodes, ref, rules, save, setNode; QR.nodes = nodes = { el: dialog = UI.dialog('qr', 'top: 50px; right: 0px;', { - innerHTML: " " + innerHTML: " " }) }; setNode = function(name, query) { @@ -14315,7 +14315,7 @@ return; } oldInfo = $.el('span', { - className: 'original-file-info' + className: 'fileText-original' }); $.prepend(this.file.link.parentNode, oldInfo); $.add(oldInfo, [this.file.link.previousSibling, this.file.link, this.file.link.nextSibling]); @@ -17983,7 +17983,7 @@ " clear: both;\n" + "}\n" + "/* File */\n" + -".original-file-info,\n" + +".fileText-original,\n" + ".fnswitch:hover > .fntrunc,\n" + ".fnswitch:not(:hover) > .fnfull,\n" + ".expanded-image > .post > .file > .fileThumb > video[data-md5],\n" + diff --git a/builds/4chan-X.zip b/builds/4chan-X.zip index 483d864f5..a56177bb9 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 61a3dd8d4..070236a2c 100644 --- a/builds/updates-beta.xml +++ b/builds/updates-beta.xml @@ -1,7 +1,7 @@