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
|
||||||
|
|
||||||
|
**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)]
|
**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.
|
- Bring back CSS tweaks for Halloween theme.
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.13.0.19
|
// @version 1.13.0.20
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.13.0.19
|
// @version 1.13.0.20
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -147,7 +147,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.0.19',
|
VERSION: '1.13.0.20',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -2013,10 +2013,12 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
|||||||
.catalog-container:not(:hover) > * > .postInfo > :not(.subject),\n\
|
.catalog-container:not(:hover) > * > .postInfo > :not(.subject),\n\
|
||||||
.catalog-container:not(:hover) > * > .catalog-replies,\n\
|
.catalog-container:not(:hover) > * > .catalog-replies,\n\
|
||||||
.catalog-container:not(:hover) .extra-linebreak,\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 > * > .file,\n\
|
||||||
:root:not(.catalog-hover-expand) .catalog-container > * > .postInfo > :not(.subject),\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 > * > .catalog-replies,\n\
|
||||||
:root:not(.catalog-hover-expand) .catalog-container .extra-linebreak,\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-thread > .catalog-container > :not(.catalog-post),\n\
|
||||||
.catalog-post > .file > :not(.fileText),\n\
|
.catalog-post > .file > :not(.fileText),\n\
|
||||||
.catalog-post > * > .fileText > :not(:first-child),\n\
|
.catalog-post > * > .fileText > :not(:first-child),\n\
|
||||||
@ -2104,10 +2106,14 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
|||||||
.catalog-post .MathJax_Display {\n\
|
.catalog-post .MathJax_Display {\n\
|
||||||
text-align: center !important;\n\
|
text-align: center !important;\n\
|
||||||
}\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\
|
.catalog-post > * > .exif {\n\
|
||||||
border-collapse: collapse;\n\
|
border-collapse: collapse;\n\
|
||||||
}\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\
|
display: inline-block !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
.catalog-post > * > .exif,\n\
|
.catalog-post > * > .exif,\n\
|
||||||
@ -13910,6 +13916,9 @@ Embedding = (function() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
ready: function() {
|
ready: function() {
|
||||||
|
if (!Main.isThisPageLegit()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
$.addClass(Embedding.dialog, 'empty');
|
$.addClass(Embedding.dialog, 'empty');
|
||||||
$.on($('.close', Embedding.dialog), 'click', Embedding.closeFloat);
|
$.on($('.close', Embedding.dialog), 'click', Embedding.closeFloat);
|
||||||
$.on($('.move', Embedding.dialog), 'mousedown', Embedding.dragEmbed);
|
$.on($('.move', Embedding.dialog), 'mousedown', Embedding.dragEmbed);
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.19
|
// @version 1.13.0.20
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -147,7 +147,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.0.19',
|
VERSION: '1.13.0.20',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -2013,10 +2013,12 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
|||||||
.catalog-container:not(:hover) > * > .postInfo > :not(.subject),\n\
|
.catalog-container:not(:hover) > * > .postInfo > :not(.subject),\n\
|
||||||
.catalog-container:not(:hover) > * > .catalog-replies,\n\
|
.catalog-container:not(:hover) > * > .catalog-replies,\n\
|
||||||
.catalog-container:not(:hover) .extra-linebreak,\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 > * > .file,\n\
|
||||||
:root:not(.catalog-hover-expand) .catalog-container > * > .postInfo > :not(.subject),\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 > * > .catalog-replies,\n\
|
||||||
:root:not(.catalog-hover-expand) .catalog-container .extra-linebreak,\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-thread > .catalog-container > :not(.catalog-post),\n\
|
||||||
.catalog-post > .file > :not(.fileText),\n\
|
.catalog-post > .file > :not(.fileText),\n\
|
||||||
.catalog-post > * > .fileText > :not(:first-child),\n\
|
.catalog-post > * > .fileText > :not(:first-child),\n\
|
||||||
@ -2104,10 +2106,14 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
|||||||
.catalog-post .MathJax_Display {\n\
|
.catalog-post .MathJax_Display {\n\
|
||||||
text-align: center !important;\n\
|
text-align: center !important;\n\
|
||||||
}\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\
|
.catalog-post > * > .exif {\n\
|
||||||
border-collapse: collapse;\n\
|
border-collapse: collapse;\n\
|
||||||
}\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\
|
display: inline-block !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
.catalog-post > * > .exif,\n\
|
.catalog-post > * > .exif,\n\
|
||||||
@ -13910,6 +13916,9 @@ Embedding = (function() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
ready: function() {
|
ready: function() {
|
||||||
|
if (!Main.isThisPageLegit()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
$.addClass(Embedding.dialog, 'empty');
|
$.addClass(Embedding.dialog, 'empty');
|
||||||
$.on($('.close', Embedding.dialog), 'click', Embedding.closeFloat);
|
$.on($('.close', Embedding.dialog), 'click', Embedding.closeFloat);
|
||||||
$.on($('.move', Embedding.dialog), 'mousedown', Embedding.dragEmbed);
|
$.on($('.move', Embedding.dialog), 'mousedown', Embedding.dragEmbed);
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.19
|
// @version 1.13.0.20
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.19
|
// @version 1.13.0.20
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -147,7 +147,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.13.0.19',
|
VERSION: '1.13.0.20',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -2013,10 +2013,12 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
|||||||
.catalog-container:not(:hover) > * > .postInfo > :not(.subject),\n\
|
.catalog-container:not(:hover) > * > .postInfo > :not(.subject),\n\
|
||||||
.catalog-container:not(:hover) > * > .catalog-replies,\n\
|
.catalog-container:not(:hover) > * > .catalog-replies,\n\
|
||||||
.catalog-container:not(:hover) .extra-linebreak,\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 > * > .file,\n\
|
||||||
:root:not(.catalog-hover-expand) .catalog-container > * > .postInfo > :not(.subject),\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 > * > .catalog-replies,\n\
|
||||||
:root:not(.catalog-hover-expand) .catalog-container .extra-linebreak,\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-thread > .catalog-container > :not(.catalog-post),\n\
|
||||||
.catalog-post > .file > :not(.fileText),\n\
|
.catalog-post > .file > :not(.fileText),\n\
|
||||||
.catalog-post > * > .fileText > :not(:first-child),\n\
|
.catalog-post > * > .fileText > :not(:first-child),\n\
|
||||||
@ -2104,10 +2106,14 @@ div[data-checked=\"false\"] > .suboption-list {\n\
|
|||||||
.catalog-post .MathJax_Display {\n\
|
.catalog-post .MathJax_Display {\n\
|
||||||
text-align: center !important;\n\
|
text-align: center !important;\n\
|
||||||
}\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\
|
.catalog-post > * > .exif {\n\
|
||||||
border-collapse: collapse;\n\
|
border-collapse: collapse;\n\
|
||||||
}\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\
|
display: inline-block !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
.catalog-post > * > .exif,\n\
|
.catalog-post > * > .exif,\n\
|
||||||
@ -13910,6 +13916,9 @@ Embedding = (function() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
ready: function() {
|
ready: function() {
|
||||||
|
if (!Main.isThisPageLegit()) {
|
||||||
|
return;
|
||||||
|
}
|
||||||
$.addClass(Embedding.dialog, 'empty');
|
$.addClass(Embedding.dialog, 'empty');
|
||||||
$.on($('.close', Embedding.dialog), 'click', Embedding.closeFloat);
|
$.on($('.close', Embedding.dialog), 'click', Embedding.closeFloat);
|
||||||
$.on($('.move', Embedding.dialog), 'mousedown', Embedding.dragEmbed);
|
$.on($('.move', Embedding.dialog), 'mousedown', Embedding.dragEmbed);
|
||||||
|
|||||||
Binary file not shown.
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
<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>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,7 +1,7 @@
|
|||||||
<?xml version='1.0' encoding='UTF-8'?>
|
<?xml version='1.0' encoding='UTF-8'?>
|
||||||
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
<gupdate xmlns='http://www.google.com/update2/response' protocol='2.0'>
|
||||||
<app appid='lacclbnghgdicfifcamcmcnilckjamag'>
|
<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>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "1.13.0.19",
|
"version": "1.13.0.20",
|
||||||
"date": "2016-10-31T20:18:24.510Z"
|
"date": "2016-11-05T00:00:58.595Z"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user