Release 4chan X v1.13.0.20.
This commit is contained in:
parent
67bf57d804
commit
ca05c49945
@ -4,6 +4,10 @@
|
||||
|
||||
## v1.13.0
|
||||
|
||||
**v1.13.0.20** *(2016-11-05)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.20/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.20/builds/4chan-X-noupdate.crx)]
|
||||
- Bugfix: Don't add embedding window to error pages.
|
||||
- Hide EXIF data in /p/ catalog except on hover.
|
||||
|
||||
**v1.13.0.19** *(2016-10-31)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.19/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.19/builds/4chan-X-noupdate.crx)]
|
||||
- Bring back CSS tweaks for Halloween theme.
|
||||
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.13.0.19
|
||||
// @version 1.13.0.20
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X beta
|
||||
// @version 1.13.0.19
|
||||
// @version 1.13.0.20
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -147,7 +147,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.13.0.19',
|
||||
VERSION: '1.13.0.20',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -2013,10 +2013,12 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
||||
.catalog-container:not(:hover) > * > .postInfo > :not(.subject),\n\
|
||||
.catalog-container:not(:hover) > * > .catalog-replies,\n\
|
||||
.catalog-container:not(:hover) .extra-linebreak,\n\
|
||||
.catalog-container:not(:hover) .abbr,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container > * > .file,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container > * > .postInfo > :not(.subject),\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container > * > .catalog-replies,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container .extra-linebreak,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container .abbr,\n\
|
||||
.catalog-thread > .catalog-container > :not(.catalog-post),\n\
|
||||
.catalog-post > .file > :not(.fileText),\n\
|
||||
.catalog-post > * > .fileText > :not(:first-child),\n\
|
||||
@ -2104,10 +2106,14 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
||||
.catalog-post .MathJax_Display {\n\
|
||||
text-align: center !important;\n\
|
||||
}\n\
|
||||
.catalog-container:not(:hover) .exif,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container .exif {\n\
|
||||
display: none !important;\n\
|
||||
}\n\
|
||||
.catalog-post > * > .exif {\n\
|
||||
border-collapse: collapse;\n\
|
||||
}\n\
|
||||
.catalog-post > * > .exif[style*=\"display: block;\"] {\n\
|
||||
:root.catalog-hover-expand .catalog-container:hover .exif[style*=\"display: block;\"] {\n\
|
||||
display: inline-block !important;\n\
|
||||
}\n\
|
||||
.catalog-post > * > .exif,\n\
|
||||
@ -13910,6 +13916,9 @@ Embedding = (function() {
|
||||
}
|
||||
},
|
||||
ready: function() {
|
||||
if (!Main.isThisPageLegit()) {
|
||||
return;
|
||||
}
|
||||
$.addClass(Embedding.dialog, 'empty');
|
||||
$.on($('.close', Embedding.dialog), 'click', Embedding.closeFloat);
|
||||
$.on($('.move', Embedding.dialog), 'mousedown', Embedding.dragEmbed);
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.13.0.19
|
||||
// @version 1.13.0.20
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -147,7 +147,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.13.0.19',
|
||||
VERSION: '1.13.0.20',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -2013,10 +2013,12 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
||||
.catalog-container:not(:hover) > * > .postInfo > :not(.subject),\n\
|
||||
.catalog-container:not(:hover) > * > .catalog-replies,\n\
|
||||
.catalog-container:not(:hover) .extra-linebreak,\n\
|
||||
.catalog-container:not(:hover) .abbr,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container > * > .file,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container > * > .postInfo > :not(.subject),\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container > * > .catalog-replies,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container .extra-linebreak,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container .abbr,\n\
|
||||
.catalog-thread > .catalog-container > :not(.catalog-post),\n\
|
||||
.catalog-post > .file > :not(.fileText),\n\
|
||||
.catalog-post > * > .fileText > :not(:first-child),\n\
|
||||
@ -2104,10 +2106,14 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
||||
.catalog-post .MathJax_Display {\n\
|
||||
text-align: center !important;\n\
|
||||
}\n\
|
||||
.catalog-container:not(:hover) .exif,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container .exif {\n\
|
||||
display: none !important;\n\
|
||||
}\n\
|
||||
.catalog-post > * > .exif {\n\
|
||||
border-collapse: collapse;\n\
|
||||
}\n\
|
||||
.catalog-post > * > .exif[style*=\"display: block;\"] {\n\
|
||||
:root.catalog-hover-expand .catalog-container:hover .exif[style*=\"display: block;\"] {\n\
|
||||
display: inline-block !important;\n\
|
||||
}\n\
|
||||
.catalog-post > * > .exif,\n\
|
||||
@ -13910,6 +13916,9 @@ Embedding = (function() {
|
||||
}
|
||||
},
|
||||
ready: function() {
|
||||
if (!Main.isThisPageLegit()) {
|
||||
return;
|
||||
}
|
||||
$.addClass(Embedding.dialog, 'empty');
|
||||
$.on($('.close', Embedding.dialog), 'click', Embedding.closeFloat);
|
||||
$.on($('.move', Embedding.dialog), 'mousedown', Embedding.dragEmbed);
|
||||
|
||||
Binary file not shown.
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.13.0.19
|
||||
// @version 1.13.0.20
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
|
||||
@ -1,6 +1,6 @@
|
||||
// ==UserScript==
|
||||
// @name 4chan X
|
||||
// @version 1.13.0.19
|
||||
// @version 1.13.0.20
|
||||
// @minGMVer 1.14
|
||||
// @minFFVer 26
|
||||
// @namespace 4chan-X
|
||||
@ -147,7 +147,7 @@ docSet = function() {
|
||||
};
|
||||
|
||||
g = {
|
||||
VERSION: '1.13.0.19',
|
||||
VERSION: '1.13.0.20',
|
||||
NAMESPACE: '4chan X.',
|
||||
boards: {}
|
||||
};
|
||||
@ -2013,10 +2013,12 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
||||
.catalog-container:not(:hover) > * > .postInfo > :not(.subject),\n\
|
||||
.catalog-container:not(:hover) > * > .catalog-replies,\n\
|
||||
.catalog-container:not(:hover) .extra-linebreak,\n\
|
||||
.catalog-container:not(:hover) .abbr,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container > * > .file,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container > * > .postInfo > :not(.subject),\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container > * > .catalog-replies,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container .extra-linebreak,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container .abbr,\n\
|
||||
.catalog-thread > .catalog-container > :not(.catalog-post),\n\
|
||||
.catalog-post > .file > :not(.fileText),\n\
|
||||
.catalog-post > * > .fileText > :not(:first-child),\n\
|
||||
@ -2104,10 +2106,14 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
||||
.catalog-post .MathJax_Display {\n\
|
||||
text-align: center !important;\n\
|
||||
}\n\
|
||||
.catalog-container:not(:hover) .exif,\n\
|
||||
:root:not(.catalog-hover-expand) .catalog-container .exif {\n\
|
||||
display: none !important;\n\
|
||||
}\n\
|
||||
.catalog-post > * > .exif {\n\
|
||||
border-collapse: collapse;\n\
|
||||
}\n\
|
||||
.catalog-post > * > .exif[style*=\"display: block;\"] {\n\
|
||||
:root.catalog-hover-expand .catalog-container:hover .exif[style*=\"display: block;\"] {\n\
|
||||
display: inline-block !important;\n\
|
||||
}\n\
|
||||
.catalog-post > * > .exif,\n\
|
||||
@ -13910,6 +13916,9 @@ Embedding = (function() {
|
||||
}
|
||||
},
|
||||
ready: function() {
|
||||
if (!Main.isThisPageLegit()) {
|
||||
return;
|
||||
}
|
||||
$.addClass(Embedding.dialog, 'empty');
|
||||
$.on($('.close', Embedding.dialog), 'click', Embedding.closeFloat);
|
||||
$.on($('.move', Embedding.dialog), 'mousedown', Embedding.dragEmbed);
|
||||
|
||||
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://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.0.19' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.13.0.20' />
|
||||
</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://www.4chan-x.net/builds/4chan-X.crx' version='1.13.0.19' />
|
||||
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.0.20' />
|
||||
</app>
|
||||
</gupdate>
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
{
|
||||
"version": "1.13.0.19",
|
||||
"date": "2016-10-31T20:18:24.510Z"
|
||||
"version": "1.13.0.20",
|
||||
"date": "2016-11-05T00:00:58.595Z"
|
||||
}
|
||||
Loading…
x
Reference in New Issue
Block a user