Release 4chan X v1.14.7.3.
This commit is contained in:
parent
5e663fb5b9
commit
589ede3b7c
@ -4,6 +4,10 @@
|
|||||||
|
|
||||||
### v1.14.7
|
### 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)]
|
**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
|
- Fix dragging left to contract WebMs in Firefox. #1547
|
||||||
- Remove query string from filename in Post from URL feature.
|
- Remove query string from filename in Post from URL feature.
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.14.7.2
|
// @version 1.14.7.3
|
||||||
// @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.14.7.2
|
// @version 1.14.7.3
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -198,7 +198,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.14.7.2',
|
VERSION: '1.14.7.3',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -1336,82 +1336,84 @@ body.hasDropDownNav{\n\
|
|||||||
border-radius: 3px;\n\
|
border-radius: 3px;\n\
|
||||||
padding: 0px 2px;\n\
|
padding: 0px 2px;\n\
|
||||||
}\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\
|
[hidden] {\n\
|
||||||
display: none !important;\n\
|
display: none !important;\n\
|
||||||
}\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: -moz-isolate;\n\
|
||||||
unicode-bidi: -webkit-isolate;\n\
|
unicode-bidi: -webkit-isolate;\n\
|
||||||
}\n\
|
}\n\
|
||||||
#g-recaptcha {\n\
|
:root.sw-yotsuba #g-recaptcha {\n\
|
||||||
min-height: 78px;\n\
|
min-height: 78px;\n\
|
||||||
height: auto;\n\
|
height: auto;\n\
|
||||||
}\n\
|
}\n\
|
||||||
:root:not(.js-enabled) #postForm {\n\
|
:root.sw-yotsuba:not(.js-enabled) #postForm {\n\
|
||||||
display: table;\n\
|
display: table;\n\
|
||||||
}\n\
|
}\n\
|
||||||
#captchaContainerAlt td:nth-child(2) {\n\
|
:root.sw-yotsuba #captchaContainerAlt td:nth-child(2) {\n\
|
||||||
display: table-cell !important;\n\
|
display: table-cell !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
canvas#tegaki-canvas {\n\
|
:root.sw-yotsuba canvas#tegaki-canvas {\n\
|
||||||
background: none;\n\
|
background: none;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Disable obnoxious captcha fade-in. */\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\
|
transition: none !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Fix captcha scrolling to top of page. */\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\
|
visibility: hidden !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Make long filenames wrap properly: https://github.com/ccd0/4chan-x/issues/1082 */\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\
|
/* 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\
|
word-break: break-word;\n\
|
||||||
}\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\
|
word-wrap: break-word;\n\
|
||||||
max-width: calc(100vw - 90px);\n\
|
max-width: calc(100vw - 90px);\n\
|
||||||
}\n\
|
}\n\
|
||||||
body.is_catalog .thread > a > img {\n\
|
:root.sw-yotsuba > body.is_catalog .thread > a > img {\n\
|
||||||
display: inline-block;\n\
|
display: inline-block;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Links to NSFW boards */\n\
|
/* Links to NSFW boards */\n\
|
||||||
.nwsb {\n\
|
:root.sw-yotsuba .nwsb {\n\
|
||||||
display: inline;\n\
|
display: inline;\n\
|
||||||
}\n\
|
}\n\
|
||||||
.fileText {\n\
|
:root.sw-yotsuba .fileText {\n\
|
||||||
max-width: auto;\n\
|
max-width: auto;\n\
|
||||||
white-space: normal;\n\
|
white-space: normal;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Ads */\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\
|
height: auto !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
:root:not(.ads-loaded) hr.abovePostForm,\n\
|
:root.sw-yotsuba:not(.ads-loaded) hr.abovePostForm,\n\
|
||||||
:root:not(.ads-loaded) .adg-rects > hr,\n\
|
:root.sw-yotsuba:not(.ads-loaded) .adg-rects > hr,\n\
|
||||||
#adg-ol + hr {\n\
|
:root.sw-yotsuba #adg-ol + hr {\n\
|
||||||
display: none;\n\
|
display: none;\n\
|
||||||
}\n\
|
}\n\
|
||||||
.adg-rects {\n\
|
:root.sw-yotsuba .adg-rects {\n\
|
||||||
margin: 0;\n\
|
margin: 0;\n\
|
||||||
font-size: 0;\n\
|
font-size: 0;\n\
|
||||||
}\n\
|
}\n\
|
||||||
div.center[style] {\n\
|
:root.sw-yotsuba div.center[style] {\n\
|
||||||
display: none !important;\n\
|
display: none !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Tinyboard / vichan conflicts */\n\
|
/* Tinyboard / vichan conflicts */\n\
|
||||||
@ -25605,6 +25607,18 @@ Main = (function() {
|
|||||||
db = ref2[j];
|
db = ref2[j];
|
||||||
Conf[db] = {};
|
Conf[db] = {};
|
||||||
}
|
}
|
||||||
|
Conf['customTitles'] = {
|
||||||
|
'4chan.org': {
|
||||||
|
boards: {
|
||||||
|
'qa': {
|
||||||
|
'boardTitle': {
|
||||||
|
orig: '/qa/ - Question & Answer',
|
||||||
|
title: '/qa/ - 2D / Random'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
Conf['boardConfig'] = {
|
Conf['boardConfig'] = {
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.14.7.2
|
// @version 1.14.7.3
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -198,7 +198,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.14.7.2',
|
VERSION: '1.14.7.3',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -1336,82 +1336,84 @@ body.hasDropDownNav{\n\
|
|||||||
border-radius: 3px;\n\
|
border-radius: 3px;\n\
|
||||||
padding: 0px 2px;\n\
|
padding: 0px 2px;\n\
|
||||||
}\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\
|
[hidden] {\n\
|
||||||
display: none !important;\n\
|
display: none !important;\n\
|
||||||
}\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: -moz-isolate;\n\
|
||||||
unicode-bidi: -webkit-isolate;\n\
|
unicode-bidi: -webkit-isolate;\n\
|
||||||
}\n\
|
}\n\
|
||||||
#g-recaptcha {\n\
|
:root.sw-yotsuba #g-recaptcha {\n\
|
||||||
min-height: 78px;\n\
|
min-height: 78px;\n\
|
||||||
height: auto;\n\
|
height: auto;\n\
|
||||||
}\n\
|
}\n\
|
||||||
:root:not(.js-enabled) #postForm {\n\
|
:root.sw-yotsuba:not(.js-enabled) #postForm {\n\
|
||||||
display: table;\n\
|
display: table;\n\
|
||||||
}\n\
|
}\n\
|
||||||
#captchaContainerAlt td:nth-child(2) {\n\
|
:root.sw-yotsuba #captchaContainerAlt td:nth-child(2) {\n\
|
||||||
display: table-cell !important;\n\
|
display: table-cell !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
canvas#tegaki-canvas {\n\
|
:root.sw-yotsuba canvas#tegaki-canvas {\n\
|
||||||
background: none;\n\
|
background: none;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Disable obnoxious captcha fade-in. */\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\
|
transition: none !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Fix captcha scrolling to top of page. */\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\
|
visibility: hidden !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Make long filenames wrap properly: https://github.com/ccd0/4chan-x/issues/1082 */\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\
|
/* 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\
|
word-break: break-word;\n\
|
||||||
}\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\
|
word-wrap: break-word;\n\
|
||||||
max-width: calc(100vw - 90px);\n\
|
max-width: calc(100vw - 90px);\n\
|
||||||
}\n\
|
}\n\
|
||||||
body.is_catalog .thread > a > img {\n\
|
:root.sw-yotsuba > body.is_catalog .thread > a > img {\n\
|
||||||
display: inline-block;\n\
|
display: inline-block;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Links to NSFW boards */\n\
|
/* Links to NSFW boards */\n\
|
||||||
.nwsb {\n\
|
:root.sw-yotsuba .nwsb {\n\
|
||||||
display: inline;\n\
|
display: inline;\n\
|
||||||
}\n\
|
}\n\
|
||||||
.fileText {\n\
|
:root.sw-yotsuba .fileText {\n\
|
||||||
max-width: auto;\n\
|
max-width: auto;\n\
|
||||||
white-space: normal;\n\
|
white-space: normal;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Ads */\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\
|
height: auto !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
:root:not(.ads-loaded) hr.abovePostForm,\n\
|
:root.sw-yotsuba:not(.ads-loaded) hr.abovePostForm,\n\
|
||||||
:root:not(.ads-loaded) .adg-rects > hr,\n\
|
:root.sw-yotsuba:not(.ads-loaded) .adg-rects > hr,\n\
|
||||||
#adg-ol + hr {\n\
|
:root.sw-yotsuba #adg-ol + hr {\n\
|
||||||
display: none;\n\
|
display: none;\n\
|
||||||
}\n\
|
}\n\
|
||||||
.adg-rects {\n\
|
:root.sw-yotsuba .adg-rects {\n\
|
||||||
margin: 0;\n\
|
margin: 0;\n\
|
||||||
font-size: 0;\n\
|
font-size: 0;\n\
|
||||||
}\n\
|
}\n\
|
||||||
div.center[style] {\n\
|
:root.sw-yotsuba div.center[style] {\n\
|
||||||
display: none !important;\n\
|
display: none !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Tinyboard / vichan conflicts */\n\
|
/* Tinyboard / vichan conflicts */\n\
|
||||||
@ -25605,6 +25607,18 @@ Main = (function() {
|
|||||||
db = ref2[j];
|
db = ref2[j];
|
||||||
Conf[db] = {};
|
Conf[db] = {};
|
||||||
}
|
}
|
||||||
|
Conf['customTitles'] = {
|
||||||
|
'4chan.org': {
|
||||||
|
boards: {
|
||||||
|
'qa': {
|
||||||
|
'boardTitle': {
|
||||||
|
orig: '/qa/ - Question & Answer',
|
||||||
|
title: '/qa/ - 2D / Random'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
Conf['boardConfig'] = {
|
Conf['boardConfig'] = {
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.14.7.2
|
// @version 1.14.7.3
|
||||||
// @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.14.7.2
|
// @version 1.14.7.3
|
||||||
// @minGMVer 1.14
|
// @minGMVer 1.14
|
||||||
// @minFFVer 26
|
// @minFFVer 26
|
||||||
// @namespace 4chan-X
|
// @namespace 4chan-X
|
||||||
@ -198,7 +198,7 @@ docSet = function() {
|
|||||||
};
|
};
|
||||||
|
|
||||||
g = {
|
g = {
|
||||||
VERSION: '1.14.7.2',
|
VERSION: '1.14.7.3',
|
||||||
NAMESPACE: '4chan X.',
|
NAMESPACE: '4chan X.',
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
@ -1336,82 +1336,84 @@ body.hasDropDownNav{\n\
|
|||||||
border-radius: 3px;\n\
|
border-radius: 3px;\n\
|
||||||
padding: 0px 2px;\n\
|
padding: 0px 2px;\n\
|
||||||
}\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\
|
[hidden] {\n\
|
||||||
display: none !important;\n\
|
display: none !important;\n\
|
||||||
}\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: -moz-isolate;\n\
|
||||||
unicode-bidi: -webkit-isolate;\n\
|
unicode-bidi: -webkit-isolate;\n\
|
||||||
}\n\
|
}\n\
|
||||||
#g-recaptcha {\n\
|
:root.sw-yotsuba #g-recaptcha {\n\
|
||||||
min-height: 78px;\n\
|
min-height: 78px;\n\
|
||||||
height: auto;\n\
|
height: auto;\n\
|
||||||
}\n\
|
}\n\
|
||||||
:root:not(.js-enabled) #postForm {\n\
|
:root.sw-yotsuba:not(.js-enabled) #postForm {\n\
|
||||||
display: table;\n\
|
display: table;\n\
|
||||||
}\n\
|
}\n\
|
||||||
#captchaContainerAlt td:nth-child(2) {\n\
|
:root.sw-yotsuba #captchaContainerAlt td:nth-child(2) {\n\
|
||||||
display: table-cell !important;\n\
|
display: table-cell !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
canvas#tegaki-canvas {\n\
|
:root.sw-yotsuba canvas#tegaki-canvas {\n\
|
||||||
background: none;\n\
|
background: none;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Disable obnoxious captcha fade-in. */\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\
|
transition: none !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Fix captcha scrolling to top of page. */\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\
|
visibility: hidden !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Make long filenames wrap properly: https://github.com/ccd0/4chan-x/issues/1082 */\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\
|
/* 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\
|
word-break: break-word;\n\
|
||||||
}\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\
|
word-wrap: break-word;\n\
|
||||||
max-width: calc(100vw - 90px);\n\
|
max-width: calc(100vw - 90px);\n\
|
||||||
}\n\
|
}\n\
|
||||||
body.is_catalog .thread > a > img {\n\
|
:root.sw-yotsuba > body.is_catalog .thread > a > img {\n\
|
||||||
display: inline-block;\n\
|
display: inline-block;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Links to NSFW boards */\n\
|
/* Links to NSFW boards */\n\
|
||||||
.nwsb {\n\
|
:root.sw-yotsuba .nwsb {\n\
|
||||||
display: inline;\n\
|
display: inline;\n\
|
||||||
}\n\
|
}\n\
|
||||||
.fileText {\n\
|
:root.sw-yotsuba .fileText {\n\
|
||||||
max-width: auto;\n\
|
max-width: auto;\n\
|
||||||
white-space: normal;\n\
|
white-space: normal;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Ads */\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\
|
height: auto !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
:root:not(.ads-loaded) hr.abovePostForm,\n\
|
:root.sw-yotsuba:not(.ads-loaded) hr.abovePostForm,\n\
|
||||||
:root:not(.ads-loaded) .adg-rects > hr,\n\
|
:root.sw-yotsuba:not(.ads-loaded) .adg-rects > hr,\n\
|
||||||
#adg-ol + hr {\n\
|
:root.sw-yotsuba #adg-ol + hr {\n\
|
||||||
display: none;\n\
|
display: none;\n\
|
||||||
}\n\
|
}\n\
|
||||||
.adg-rects {\n\
|
:root.sw-yotsuba .adg-rects {\n\
|
||||||
margin: 0;\n\
|
margin: 0;\n\
|
||||||
font-size: 0;\n\
|
font-size: 0;\n\
|
||||||
}\n\
|
}\n\
|
||||||
div.center[style] {\n\
|
:root.sw-yotsuba div.center[style] {\n\
|
||||||
display: none !important;\n\
|
display: none !important;\n\
|
||||||
}\n\
|
}\n\
|
||||||
/* Tinyboard / vichan conflicts */\n\
|
/* Tinyboard / vichan conflicts */\n\
|
||||||
@ -25605,6 +25607,18 @@ Main = (function() {
|
|||||||
db = ref2[j];
|
db = ref2[j];
|
||||||
Conf[db] = {};
|
Conf[db] = {};
|
||||||
}
|
}
|
||||||
|
Conf['customTitles'] = {
|
||||||
|
'4chan.org': {
|
||||||
|
boards: {
|
||||||
|
'qa': {
|
||||||
|
'boardTitle': {
|
||||||
|
orig: '/qa/ - Question & Answer',
|
||||||
|
title: '/qa/ - 2D / Random'
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
};
|
||||||
Conf['boardConfig'] = {
|
Conf['boardConfig'] = {
|
||||||
boards: {}
|
boards: {}
|
||||||
};
|
};
|
||||||
|
|||||||
Binary file not shown.
@ -3,7 +3,7 @@
|
|||||||
"4chan-x@4chan-x.net": {
|
"4chan-x@4chan-x.net": {
|
||||||
"updates": [
|
"updates": [
|
||||||
{
|
{
|
||||||
"version": "1.14.7.2",
|
"version": "1.14.7.3",
|
||||||
"update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx"
|
"update_link": "https://www.4chan-x.net/builds/4chan-X-beta.crx"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -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.14.7.2' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X-beta.crx' version='1.14.7.3' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
"4chan-x@4chan-x.net": {
|
"4chan-x@4chan-x.net": {
|
||||||
"updates": [
|
"updates": [
|
||||||
{
|
{
|
||||||
"version": "1.14.7.2",
|
"version": "1.14.7.3",
|
||||||
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
|
"update_link": "https://www.4chan-x.net/builds/4chan-X.crx"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|||||||
@ -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.14.7.2' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.14.7.3' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "1.14.7.2",
|
"version": "1.14.7.3",
|
||||||
"date": "2019-04-11T15:38:53.367Z"
|
"date": "2019-04-22T02:32:21.943Z"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user