Release 4chan X v1.14.7.3.

This commit is contained in:
ccd0 2019-04-21 19:50:01 -07:00
parent 5e663fb5b9
commit 589ede3b7c
15 changed files with 156 additions and 110 deletions

View File

@ -4,6 +4,10 @@
### v1.14.7
**v1.14.7.3** *(2019-04-22)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.7.3/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.7.3/builds/4chan-X-noupdate.crx)]
- Change default title on /qa/ to something more accurate. Users can, as always, edit it to whatever they want.
- Minor CSS fixes.
**v1.14.7.2** *(2019-04-11)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.7.2/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.14.7.2/builds/4chan-X-noupdate.crx)]
- Fix dragging left to contract WebMs in Firefox. #1547
- Remove query string from filename in Post from URL feature.

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.14.7.2
// @version 1.14.7.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X beta
// @version 1.14.7.2
// @version 1.14.7.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -198,7 +198,7 @@ docSet = function() {
};
g = {
VERSION: '1.14.7.2',
VERSION: '1.14.7.3',
NAMESPACE: '4chan X.',
boards: {}
};
@ -1336,82 +1336,84 @@ body.hasDropDownNav{\n\
border-radius: 3px;\n\
padding: 0px 2px;\n\
}\n\
/* 4chan style fixes */\n\
/* overrides 4chan CSS on div.opContainer, div.op */\n\
.opContainer.opContainer, .op.op {\n\
display: block;\n\
overflow: visible;\n\
}\n\
.reply > .file > .fileText {\n\
margin: 0 20px;\n\
}\n\
.hashlink::before {\n\
content: ' ';\n\
visibility: hidden;\n\
}\n\
.inline + .hashlink,\n\
[hidden] {\n\
display: none !important;\n\
}\n\
.fileText a {\n\
/* 4chan style fixes */\n\
/* overrides 4chan CSS on div.opContainer, div.op */\n\
:root.sw-yotsuba .opContainer, :root.sw-yotsuba .op {\n\
display: block;\n\
overflow: visible;\n\
}\n\
:root.sw-yotsuba .reply > .file > .fileText {\n\
margin: 0 20px;\n\
}\n\
:root.sw-yotsuba .hashlink::before {\n\
content: ' ';\n\
visibility: hidden;\n\
}\n\
:root.sw-yotsuba .inline + .hashlink {\n\
display: none !important;\n\
}\n\
:root.sw-yotsuba .fileText a {\n\
unicode-bidi: -moz-isolate;\n\
unicode-bidi: -webkit-isolate;\n\
}\n\
#g-recaptcha {\n\
:root.sw-yotsuba #g-recaptcha {\n\
min-height: 78px;\n\
height: auto;\n\
}\n\
:root:not(.js-enabled) #postForm {\n\
:root.sw-yotsuba:not(.js-enabled) #postForm {\n\
display: table;\n\
}\n\
#captchaContainerAlt td:nth-child(2) {\n\
:root.sw-yotsuba #captchaContainerAlt td:nth-child(2) {\n\
display: table-cell !important;\n\
}\n\
canvas#tegaki-canvas {\n\
:root.sw-yotsuba canvas#tegaki-canvas {\n\
background: none;\n\
}\n\
/* Disable obnoxious captcha fade-in. */\n\
body > div:last-of-type {\n\
:root.sw-yotsuba > body > div:last-of-type {\n\
transition: none !important;\n\
}\n\
/* Fix captcha scrolling to top of page. */\n\
body > div[style*=\" top: -10000px;\"] {\n\
:root.sw-yotsuba > body > div[style*=\" top: -10000px;\"] {\n\
visibility: hidden !important;\n\
}\n\
/* Make long filenames wrap properly: https://github.com/ccd0/4chan-x/issues/1082 */\n\
.post > .file {\n\
:root.sw-yotsuba .post > .file {\n\
/* currently nonstandard but may be added: https://lists.w3.org/Archives/Public/www-style/2016Mar/0352.html, https://bugzilla.mozilla.org/show_bug.cgi?id=1296042 */\n\
word-break: break-word;\n\
}\n\
:root:not(.ua-webkit):not(.ua-blink) .fileText {\n\
:root.sw-yotsuba:not(.ua-webkit):not(.ua-blink) .fileText {\n\
word-wrap: break-word;\n\
max-width: calc(100vw - 90px);\n\
}\n\
body.is_catalog .thread > a > img {\n\
:root.sw-yotsuba > body.is_catalog .thread > a > img {\n\
display: inline-block;\n\
}\n\
/* Links to NSFW boards */\n\
.nwsb {\n\
:root.sw-yotsuba .nwsb {\n\
display: inline;\n\
}\n\
.fileText {\n\
:root.sw-yotsuba .fileText {\n\
max-width: auto;\n\
white-space: normal;\n\
}\n\
/* Ads */\n\
.ad-cnt > *, .adg-rects > *, .bsa-cnt {\n\
:root.sw-yotsuba .ad-cnt > *, :root.sw-yotsuba .adg-rects > *, :root.sw-yotsuba .bsa-cnt {\n\
height: auto !important;\n\
}\n\
:root:not(.ads-loaded) hr.abovePostForm,\n\
:root:not(.ads-loaded) .adg-rects > hr,\n\
#adg-ol + hr {\n\
:root.sw-yotsuba:not(.ads-loaded) hr.abovePostForm,\n\
:root.sw-yotsuba:not(.ads-loaded) .adg-rects > hr,\n\
:root.sw-yotsuba #adg-ol + hr {\n\
display: none;\n\
}\n\
.adg-rects {\n\
:root.sw-yotsuba .adg-rects {\n\
margin: 0;\n\
font-size: 0;\n\
}\n\
div.center[style] {\n\
:root.sw-yotsuba div.center[style] {\n\
display: none !important;\n\
}\n\
/* Tinyboard / vichan conflicts */\n\
@ -25605,6 +25607,18 @@ Main = (function() {
db = ref2[j];
Conf[db] = {};
}
Conf['customTitles'] = {
'4chan.org': {
boards: {
'qa': {
'boardTitle': {
orig: '/qa/ - Question & Answer',
title: '/qa/ - 2D / Random'
}
}
}
}
};
Conf['boardConfig'] = {
boards: {}
};

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.14.7.2
// @version 1.14.7.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -198,7 +198,7 @@ docSet = function() {
};
g = {
VERSION: '1.14.7.2',
VERSION: '1.14.7.3',
NAMESPACE: '4chan X.',
boards: {}
};
@ -1336,82 +1336,84 @@ body.hasDropDownNav{\n\
border-radius: 3px;\n\
padding: 0px 2px;\n\
}\n\
/* 4chan style fixes */\n\
/* overrides 4chan CSS on div.opContainer, div.op */\n\
.opContainer.opContainer, .op.op {\n\
display: block;\n\
overflow: visible;\n\
}\n\
.reply > .file > .fileText {\n\
margin: 0 20px;\n\
}\n\
.hashlink::before {\n\
content: ' ';\n\
visibility: hidden;\n\
}\n\
.inline + .hashlink,\n\
[hidden] {\n\
display: none !important;\n\
}\n\
.fileText a {\n\
/* 4chan style fixes */\n\
/* overrides 4chan CSS on div.opContainer, div.op */\n\
:root.sw-yotsuba .opContainer, :root.sw-yotsuba .op {\n\
display: block;\n\
overflow: visible;\n\
}\n\
:root.sw-yotsuba .reply > .file > .fileText {\n\
margin: 0 20px;\n\
}\n\
:root.sw-yotsuba .hashlink::before {\n\
content: ' ';\n\
visibility: hidden;\n\
}\n\
:root.sw-yotsuba .inline + .hashlink {\n\
display: none !important;\n\
}\n\
:root.sw-yotsuba .fileText a {\n\
unicode-bidi: -moz-isolate;\n\
unicode-bidi: -webkit-isolate;\n\
}\n\
#g-recaptcha {\n\
:root.sw-yotsuba #g-recaptcha {\n\
min-height: 78px;\n\
height: auto;\n\
}\n\
:root:not(.js-enabled) #postForm {\n\
:root.sw-yotsuba:not(.js-enabled) #postForm {\n\
display: table;\n\
}\n\
#captchaContainerAlt td:nth-child(2) {\n\
:root.sw-yotsuba #captchaContainerAlt td:nth-child(2) {\n\
display: table-cell !important;\n\
}\n\
canvas#tegaki-canvas {\n\
:root.sw-yotsuba canvas#tegaki-canvas {\n\
background: none;\n\
}\n\
/* Disable obnoxious captcha fade-in. */\n\
body > div:last-of-type {\n\
:root.sw-yotsuba > body > div:last-of-type {\n\
transition: none !important;\n\
}\n\
/* Fix captcha scrolling to top of page. */\n\
body > div[style*=\" top: -10000px;\"] {\n\
:root.sw-yotsuba > body > div[style*=\" top: -10000px;\"] {\n\
visibility: hidden !important;\n\
}\n\
/* Make long filenames wrap properly: https://github.com/ccd0/4chan-x/issues/1082 */\n\
.post > .file {\n\
:root.sw-yotsuba .post > .file {\n\
/* currently nonstandard but may be added: https://lists.w3.org/Archives/Public/www-style/2016Mar/0352.html, https://bugzilla.mozilla.org/show_bug.cgi?id=1296042 */\n\
word-break: break-word;\n\
}\n\
:root:not(.ua-webkit):not(.ua-blink) .fileText {\n\
:root.sw-yotsuba:not(.ua-webkit):not(.ua-blink) .fileText {\n\
word-wrap: break-word;\n\
max-width: calc(100vw - 90px);\n\
}\n\
body.is_catalog .thread > a > img {\n\
:root.sw-yotsuba > body.is_catalog .thread > a > img {\n\
display: inline-block;\n\
}\n\
/* Links to NSFW boards */\n\
.nwsb {\n\
:root.sw-yotsuba .nwsb {\n\
display: inline;\n\
}\n\
.fileText {\n\
:root.sw-yotsuba .fileText {\n\
max-width: auto;\n\
white-space: normal;\n\
}\n\
/* Ads */\n\
.ad-cnt > *, .adg-rects > *, .bsa-cnt {\n\
:root.sw-yotsuba .ad-cnt > *, :root.sw-yotsuba .adg-rects > *, :root.sw-yotsuba .bsa-cnt {\n\
height: auto !important;\n\
}\n\
:root:not(.ads-loaded) hr.abovePostForm,\n\
:root:not(.ads-loaded) .adg-rects > hr,\n\
#adg-ol + hr {\n\
:root.sw-yotsuba:not(.ads-loaded) hr.abovePostForm,\n\
:root.sw-yotsuba:not(.ads-loaded) .adg-rects > hr,\n\
:root.sw-yotsuba #adg-ol + hr {\n\
display: none;\n\
}\n\
.adg-rects {\n\
:root.sw-yotsuba .adg-rects {\n\
margin: 0;\n\
font-size: 0;\n\
}\n\
div.center[style] {\n\
:root.sw-yotsuba div.center[style] {\n\
display: none !important;\n\
}\n\
/* Tinyboard / vichan conflicts */\n\
@ -25605,6 +25607,18 @@ Main = (function() {
db = ref2[j];
Conf[db] = {};
}
Conf['customTitles'] = {
'4chan.org': {
boards: {
'qa': {
'boardTitle': {
orig: '/qa/ - Question & Answer',
title: '/qa/ - 2D / Random'
}
}
}
}
};
Conf['boardConfig'] = {
boards: {}
};

Binary file not shown.

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.14.7.2
// @version 1.14.7.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X

View File

@ -1,6 +1,6 @@
// ==UserScript==
// @name 4chan X
// @version 1.14.7.2
// @version 1.14.7.3
// @minGMVer 1.14
// @minFFVer 26
// @namespace 4chan-X
@ -198,7 +198,7 @@ docSet = function() {
};
g = {
VERSION: '1.14.7.2',
VERSION: '1.14.7.3',
NAMESPACE: '4chan X.',
boards: {}
};
@ -1336,82 +1336,84 @@ body.hasDropDownNav{\n\
border-radius: 3px;\n\
padding: 0px 2px;\n\
}\n\
/* 4chan style fixes */\n\
/* overrides 4chan CSS on div.opContainer, div.op */\n\
.opContainer.opContainer, .op.op {\n\
display: block;\n\
overflow: visible;\n\
}\n\
.reply > .file > .fileText {\n\
margin: 0 20px;\n\
}\n\
.hashlink::before {\n\
content: ' ';\n\
visibility: hidden;\n\
}\n\
.inline + .hashlink,\n\
[hidden] {\n\
display: none !important;\n\
}\n\
.fileText a {\n\
/* 4chan style fixes */\n\
/* overrides 4chan CSS on div.opContainer, div.op */\n\
:root.sw-yotsuba .opContainer, :root.sw-yotsuba .op {\n\
display: block;\n\
overflow: visible;\n\
}\n\
:root.sw-yotsuba .reply > .file > .fileText {\n\
margin: 0 20px;\n\
}\n\
:root.sw-yotsuba .hashlink::before {\n\
content: ' ';\n\
visibility: hidden;\n\
}\n\
:root.sw-yotsuba .inline + .hashlink {\n\
display: none !important;\n\
}\n\
:root.sw-yotsuba .fileText a {\n\
unicode-bidi: -moz-isolate;\n\
unicode-bidi: -webkit-isolate;\n\
}\n\
#g-recaptcha {\n\
:root.sw-yotsuba #g-recaptcha {\n\
min-height: 78px;\n\
height: auto;\n\
}\n\
:root:not(.js-enabled) #postForm {\n\
:root.sw-yotsuba:not(.js-enabled) #postForm {\n\
display: table;\n\
}\n\
#captchaContainerAlt td:nth-child(2) {\n\
:root.sw-yotsuba #captchaContainerAlt td:nth-child(2) {\n\
display: table-cell !important;\n\
}\n\
canvas#tegaki-canvas {\n\
:root.sw-yotsuba canvas#tegaki-canvas {\n\
background: none;\n\
}\n\
/* Disable obnoxious captcha fade-in. */\n\
body > div:last-of-type {\n\
:root.sw-yotsuba > body > div:last-of-type {\n\
transition: none !important;\n\
}\n\
/* Fix captcha scrolling to top of page. */\n\
body > div[style*=\" top: -10000px;\"] {\n\
:root.sw-yotsuba > body > div[style*=\" top: -10000px;\"] {\n\
visibility: hidden !important;\n\
}\n\
/* Make long filenames wrap properly: https://github.com/ccd0/4chan-x/issues/1082 */\n\
.post > .file {\n\
:root.sw-yotsuba .post > .file {\n\
/* currently nonstandard but may be added: https://lists.w3.org/Archives/Public/www-style/2016Mar/0352.html, https://bugzilla.mozilla.org/show_bug.cgi?id=1296042 */\n\
word-break: break-word;\n\
}\n\
:root:not(.ua-webkit):not(.ua-blink) .fileText {\n\
:root.sw-yotsuba:not(.ua-webkit):not(.ua-blink) .fileText {\n\
word-wrap: break-word;\n\
max-width: calc(100vw - 90px);\n\
}\n\
body.is_catalog .thread > a > img {\n\
:root.sw-yotsuba > body.is_catalog .thread > a > img {\n\
display: inline-block;\n\
}\n\
/* Links to NSFW boards */\n\
.nwsb {\n\
:root.sw-yotsuba .nwsb {\n\
display: inline;\n\
}\n\
.fileText {\n\
:root.sw-yotsuba .fileText {\n\
max-width: auto;\n\
white-space: normal;\n\
}\n\
/* Ads */\n\
.ad-cnt > *, .adg-rects > *, .bsa-cnt {\n\
:root.sw-yotsuba .ad-cnt > *, :root.sw-yotsuba .adg-rects > *, :root.sw-yotsuba .bsa-cnt {\n\
height: auto !important;\n\
}\n\
:root:not(.ads-loaded) hr.abovePostForm,\n\
:root:not(.ads-loaded) .adg-rects > hr,\n\
#adg-ol + hr {\n\
:root.sw-yotsuba:not(.ads-loaded) hr.abovePostForm,\n\
:root.sw-yotsuba:not(.ads-loaded) .adg-rects > hr,\n\
:root.sw-yotsuba #adg-ol + hr {\n\
display: none;\n\
}\n\
.adg-rects {\n\
:root.sw-yotsuba .adg-rects {\n\
margin: 0;\n\
font-size: 0;\n\
}\n\
div.center[style] {\n\
:root.sw-yotsuba div.center[style] {\n\
display: none !important;\n\
}\n\
/* Tinyboard / vichan conflicts */\n\
@ -25605,6 +25607,18 @@ Main = (function() {
db = ref2[j];
Conf[db] = {};
}
Conf['customTitles'] = {
'4chan.org': {
boards: {
'qa': {
'boardTitle': {
orig: '/qa/ - Question & Answer',
title: '/qa/ - 2D / Random'
}
}
}
}
};
Conf['boardConfig'] = {
boards: {}
};

Binary file not shown.

View File

@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
"version": "1.14.7.2",
"version": "1.14.7.3",
"update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx"
}
]

View File

@ -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.14.7.2' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.14.7.3' />
</app>
</gupdate>

View File

@ -3,7 +3,7 @@
"4chan-x@4chan-x.net": {
"updates": [
{
"version": "1.14.7.2",
"version": "1.14.7.3",
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
}
]

View File

@ -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.14.7.2' />
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.14.7.3' />
</app>
</gupdate>

View File

@ -1,4 +1,4 @@
{
"version": "1.14.7.2",
"date": "2019-04-11T15:38:53.367Z"
"version": "1.14.7.3",
"date": "2019-04-22T02:32:21.943Z"
}