Merge branch 'master' into next
This commit is contained in:
commit
9ff30e39a7
@ -4,6 +4,13 @@
|
|||||||
|
|
||||||
## 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)]
|
||||||
|
- Bring back CSS tweaks for Halloween theme.
|
||||||
|
|
||||||
**v1.13.0.18** *(2016-10-31)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.18/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.18/builds/4chan-X-noupdate.crx)]
|
**v1.13.0.18** *(2016-10-31)* - [[Userscript](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.18/builds/4chan-X-noupdate.user.js)] [[Chrome extension](https://raw.githubusercontent.com/ccd0/4chan-x/1.13.0.18/builds/4chan-X-noupdate.crx)]
|
||||||
- Improve robustness against invalid settings data, including thread watcher timestamps from future.
|
- Improve robustness against invalid settings data, including thread watcher timestamps from future.
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X beta
|
// @name 4chan X beta
|
||||||
// @version 1.13.0.18
|
// @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.18
|
// @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.18',
|
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\
|
||||||
@ -4017,6 +4023,156 @@ a:only-of-type > .remove {\n\
|
|||||||
{\n\
|
{\n\
|
||||||
background-image: url(\"data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(51,51,51)' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>\");\n\
|
background-image: url(\"data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(51,51,51)' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>\");\n\
|
||||||
}\n\
|
}\n\
|
||||||
|
/* General */\n\
|
||||||
|
:root.spooky .dialog {\n\
|
||||||
|
background-color: #171526;\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .field:focus,\n\
|
||||||
|
:root.spooky .field.focus {\n\
|
||||||
|
border-color: #98E;\n\
|
||||||
|
}\n\
|
||||||
|
/* Header */\n\
|
||||||
|
:root.spooky #header-bar.dialog {\n\
|
||||||
|
background-color: rgba(23,21,38,0.98);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky:not(.fixed) #header-bar, :root.spooky #notifications {\n\
|
||||||
|
font-size: 9pt;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #header-bar, :root.spooky #notifications {\n\
|
||||||
|
color: #C49756;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #board-list a, :root.spooky #shortcuts a {\n\
|
||||||
|
color: #FE9600;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.shortcut-icons .native-settings {\n\
|
||||||
|
background-image: url('//s.4cdn.org/image/favicon-ws.ico');\n\
|
||||||
|
}\n\
|
||||||
|
/* Settings */\n\
|
||||||
|
:root.spooky #fourchanx-settings fieldset, :root.spooky .section-main div::before {\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .suboption-list > div:last-of-type {\n\
|
||||||
|
background-color: #171526;\n\
|
||||||
|
}\n\
|
||||||
|
/* Catalog */\n\
|
||||||
|
:root.spooky.catalog-hover-expand .catalog-container:hover > .post {\n\
|
||||||
|
background-color: #171526;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.werkTyme .catalog-thread:not(:hover),\n\
|
||||||
|
:root.spooky.werkTyme:not(.catalog-hover-expand) .catalog-thread,\n\
|
||||||
|
:root.spooky.catalog-hover-expand .catalog-container:hover > .post,\n\
|
||||||
|
:root.spooky.catalog-hover-expand .catalog-container:hover .catalog-reply {\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
}\n\
|
||||||
|
/* Quote */\n\
|
||||||
|
:root.spooky #arc-list span.quote {\n\
|
||||||
|
color: #634C2C;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .backlink.deadlink {\n\
|
||||||
|
color: #FE9600 !important;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .inline {\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
background-color: rgba(255, 255, 255, .14);\n\
|
||||||
|
}\n\
|
||||||
|
/* Fappe and Werk Tyme */\n\
|
||||||
|
:root.spooky .indicator {\n\
|
||||||
|
color: #171526;\n\
|
||||||
|
}\n\
|
||||||
|
/* Highlighting */\n\
|
||||||
|
:root.spooky .qphl {\n\
|
||||||
|
outline: 2px solid rgba(145, 182, 214, .8);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.highlight-you .quotesYou.opContainer,\n\
|
||||||
|
:root.spooky.highlight-you .quotesYou > .reply {\n\
|
||||||
|
border-left: 3px solid rgba(145, 182, 214, .8);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.highlight-own .yourPost.opContainer,\n\
|
||||||
|
:root.spooky.highlight-own .yourPost > .reply {\n\
|
||||||
|
border-left: 3px dashed rgba(145, 182, 214, .8);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .opContainer.filter-highlight,\n\
|
||||||
|
:root.spooky .filter-highlight > .reply {\n\
|
||||||
|
box-shadow: inset 5px 0 rgba(145, 182, 214, .5);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.highlight-own .yourPost > div.sideArrows,\n\
|
||||||
|
:root.spooky.highlight-you .quotesYou > div.sideArrows,\n\
|
||||||
|
:root.spooky .filter-highlight > div.sideArrows {\n\
|
||||||
|
color: rgb(155, 185, 210);\n\
|
||||||
|
}\n\
|
||||||
|
/* QR */\n\
|
||||||
|
.spooky #dump-list::-webkit-scrollbar-thumb {\n\
|
||||||
|
background-color: #171526;\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .qr-preview {\n\
|
||||||
|
background-color: rgba(0, 0, 0, .15);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr .field {\n\
|
||||||
|
background-color: rgb(26, 27, 29);\n\
|
||||||
|
color: rgb(197,200,198);\n\
|
||||||
|
border-color: rgb(40, 41, 42);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr .field:focus,\n\
|
||||||
|
:root.spooky #qr .field.focus {\n\
|
||||||
|
border-color: rgb(254, 150, 0) !important;\n\
|
||||||
|
background-color: rgb(30,32,36);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .persona button {\n\
|
||||||
|
background: linear-gradient(to bottom, #2E3035, #222427) no-repeat;\n\
|
||||||
|
color: rgb(197,200,198);\n\
|
||||||
|
border-color: rgb(40, 41, 42);\n\
|
||||||
|
outline: none;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .persona button::-moz-focus-inner {\n\
|
||||||
|
border: none;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .persona button:focus {\n\
|
||||||
|
border-color: rgb(254, 150, 0);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr.sjis-preview #sjis-toggle,\n\
|
||||||
|
:root.spooky #qr.tex-preview #tex-preview-button {\n\
|
||||||
|
background: rgb(26, 27, 29);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr select,\n\
|
||||||
|
:root.spooky #file-n-submit > input,\n\
|
||||||
|
:root.spooky #qr-draw-button {\n\
|
||||||
|
border-color: rgb(40, 41, 42);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr-filename {\n\
|
||||||
|
color: rgb(197,200,198);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .qr-link {\n\
|
||||||
|
border-color: rgb(8, 6, 23) rgb(8, 6, 23) rgb(0, 0, 8);\n\
|
||||||
|
background: linear-gradient(#262435, #171526) repeat scroll 0% 0% transparent;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .qr-link:hover {\n\
|
||||||
|
background: #1A1829;\n\
|
||||||
|
}\n\
|
||||||
|
/* Menu */\n\
|
||||||
|
:root.spooky #menu {\n\
|
||||||
|
color: #FE9600;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .entry {\n\
|
||||||
|
font-size: 10pt;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .focused.entry {\n\
|
||||||
|
background: rgba(255, 255, 255, .33);\n\
|
||||||
|
}\n\
|
||||||
|
/* Unread */\n\
|
||||||
|
:root.spooky #unread-line {\n\
|
||||||
|
border-color: rgb(197, 200, 198);\n\
|
||||||
|
}\n\
|
||||||
|
/* Thread Watcher */\n\
|
||||||
|
:root.spooky .replies-quoting-you > a, :root.spooky #watcher-link.replies-quoting-you {\n\
|
||||||
|
color: #F00 !important;\n\
|
||||||
|
}\n\
|
||||||
|
/* Watcher Favicon */\n\
|
||||||
|
:root.spooky .watch-thread-link\n\
|
||||||
|
{\n\
|
||||||
|
background-image: url(\"data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(254,150,0)' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>\");\n\
|
||||||
|
}\n\
|
||||||
/* Link Title Favicons */\n\
|
/* Link Title Favicons */\n\
|
||||||
.linkify.audio::before {\n\
|
.linkify.audio::before {\n\
|
||||||
content: \"\";\n\
|
content: \"\";\n\
|
||||||
@ -13760,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);
|
||||||
@ -19799,7 +19958,7 @@ Captcha = {};
|
|||||||
container = document.querySelector('#qr .captcha-container');
|
container = document.querySelector('#qr .captcha-container');
|
||||||
return container.dataset.widgetID = window.grecaptcha.render(container, {
|
return container.dataset.widgetID = window.grecaptcha.render(container, {
|
||||||
sitekey: '6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc',
|
sitekey: '6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc',
|
||||||
theme: classList.contains('tomorrow') || classList.contains('dark-captcha') ? 'dark' : 'light',
|
theme: classList.contains('tomorrow') || classList.contains('spooky') || classList.contains('dark-captcha') ? 'dark' : 'light',
|
||||||
callback: function(response) {
|
callback: function(response) {
|
||||||
return window.dispatchEvent(new CustomEvent('captcha:success', {
|
return window.dispatchEvent(new CustomEvent('captcha:success', {
|
||||||
detail: response
|
detail: response
|
||||||
@ -23326,7 +23485,14 @@ Main = (function() {
|
|||||||
return Main.setClass();
|
return Main.setClass();
|
||||||
},
|
},
|
||||||
setClass: function() {
|
setClass: function() {
|
||||||
var mainStyleSheet, setStyle, style, styleSheets;
|
var mainStyleSheet, setStyle, spooky, style, styleSheets;
|
||||||
|
if ((spooky = $('link[rel="stylesheet"][href^="//s.4cdn.org/css/spooky."]', d.head))) {
|
||||||
|
spooky.removeAttribute('media');
|
||||||
|
if (getComputedStyle(d.body).color === 'rgb(196, 151, 86)') {
|
||||||
|
$.addClass(doc, 'spooky');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
if (g.VIEW === 'catalog') {
|
if (g.VIEW === 'catalog') {
|
||||||
$.addClass(doc, $.id('base-css').href.match(/catalog_(\w+)/)[1].replace('_new', '').replace(/_+/g, '-'));
|
$.addClass(doc, $.id('base-css').href.match(/catalog_(\w+)/)[1].replace('_new', '').replace(/_+/g, '-'));
|
||||||
return;
|
return;
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.18
|
// @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.18',
|
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\
|
||||||
@ -4017,6 +4023,156 @@ a:only-of-type > .remove {\n\
|
|||||||
{\n\
|
{\n\
|
||||||
background-image: url(\"data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(51,51,51)' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>\");\n\
|
background-image: url(\"data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(51,51,51)' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>\");\n\
|
||||||
}\n\
|
}\n\
|
||||||
|
/* General */\n\
|
||||||
|
:root.spooky .dialog {\n\
|
||||||
|
background-color: #171526;\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .field:focus,\n\
|
||||||
|
:root.spooky .field.focus {\n\
|
||||||
|
border-color: #98E;\n\
|
||||||
|
}\n\
|
||||||
|
/* Header */\n\
|
||||||
|
:root.spooky #header-bar.dialog {\n\
|
||||||
|
background-color: rgba(23,21,38,0.98);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky:not(.fixed) #header-bar, :root.spooky #notifications {\n\
|
||||||
|
font-size: 9pt;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #header-bar, :root.spooky #notifications {\n\
|
||||||
|
color: #C49756;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #board-list a, :root.spooky #shortcuts a {\n\
|
||||||
|
color: #FE9600;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.shortcut-icons .native-settings {\n\
|
||||||
|
background-image: url('//s.4cdn.org/image/favicon-ws.ico');\n\
|
||||||
|
}\n\
|
||||||
|
/* Settings */\n\
|
||||||
|
:root.spooky #fourchanx-settings fieldset, :root.spooky .section-main div::before {\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .suboption-list > div:last-of-type {\n\
|
||||||
|
background-color: #171526;\n\
|
||||||
|
}\n\
|
||||||
|
/* Catalog */\n\
|
||||||
|
:root.spooky.catalog-hover-expand .catalog-container:hover > .post {\n\
|
||||||
|
background-color: #171526;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.werkTyme .catalog-thread:not(:hover),\n\
|
||||||
|
:root.spooky.werkTyme:not(.catalog-hover-expand) .catalog-thread,\n\
|
||||||
|
:root.spooky.catalog-hover-expand .catalog-container:hover > .post,\n\
|
||||||
|
:root.spooky.catalog-hover-expand .catalog-container:hover .catalog-reply {\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
}\n\
|
||||||
|
/* Quote */\n\
|
||||||
|
:root.spooky #arc-list span.quote {\n\
|
||||||
|
color: #634C2C;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .backlink.deadlink {\n\
|
||||||
|
color: #FE9600 !important;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .inline {\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
background-color: rgba(255, 255, 255, .14);\n\
|
||||||
|
}\n\
|
||||||
|
/* Fappe and Werk Tyme */\n\
|
||||||
|
:root.spooky .indicator {\n\
|
||||||
|
color: #171526;\n\
|
||||||
|
}\n\
|
||||||
|
/* Highlighting */\n\
|
||||||
|
:root.spooky .qphl {\n\
|
||||||
|
outline: 2px solid rgba(145, 182, 214, .8);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.highlight-you .quotesYou.opContainer,\n\
|
||||||
|
:root.spooky.highlight-you .quotesYou > .reply {\n\
|
||||||
|
border-left: 3px solid rgba(145, 182, 214, .8);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.highlight-own .yourPost.opContainer,\n\
|
||||||
|
:root.spooky.highlight-own .yourPost > .reply {\n\
|
||||||
|
border-left: 3px dashed rgba(145, 182, 214, .8);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .opContainer.filter-highlight,\n\
|
||||||
|
:root.spooky .filter-highlight > .reply {\n\
|
||||||
|
box-shadow: inset 5px 0 rgba(145, 182, 214, .5);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.highlight-own .yourPost > div.sideArrows,\n\
|
||||||
|
:root.spooky.highlight-you .quotesYou > div.sideArrows,\n\
|
||||||
|
:root.spooky .filter-highlight > div.sideArrows {\n\
|
||||||
|
color: rgb(155, 185, 210);\n\
|
||||||
|
}\n\
|
||||||
|
/* QR */\n\
|
||||||
|
.spooky #dump-list::-webkit-scrollbar-thumb {\n\
|
||||||
|
background-color: #171526;\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .qr-preview {\n\
|
||||||
|
background-color: rgba(0, 0, 0, .15);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr .field {\n\
|
||||||
|
background-color: rgb(26, 27, 29);\n\
|
||||||
|
color: rgb(197,200,198);\n\
|
||||||
|
border-color: rgb(40, 41, 42);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr .field:focus,\n\
|
||||||
|
:root.spooky #qr .field.focus {\n\
|
||||||
|
border-color: rgb(254, 150, 0) !important;\n\
|
||||||
|
background-color: rgb(30,32,36);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .persona button {\n\
|
||||||
|
background: linear-gradient(to bottom, #2E3035, #222427) no-repeat;\n\
|
||||||
|
color: rgb(197,200,198);\n\
|
||||||
|
border-color: rgb(40, 41, 42);\n\
|
||||||
|
outline: none;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .persona button::-moz-focus-inner {\n\
|
||||||
|
border: none;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .persona button:focus {\n\
|
||||||
|
border-color: rgb(254, 150, 0);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr.sjis-preview #sjis-toggle,\n\
|
||||||
|
:root.spooky #qr.tex-preview #tex-preview-button {\n\
|
||||||
|
background: rgb(26, 27, 29);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr select,\n\
|
||||||
|
:root.spooky #file-n-submit > input,\n\
|
||||||
|
:root.spooky #qr-draw-button {\n\
|
||||||
|
border-color: rgb(40, 41, 42);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr-filename {\n\
|
||||||
|
color: rgb(197,200,198);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .qr-link {\n\
|
||||||
|
border-color: rgb(8, 6, 23) rgb(8, 6, 23) rgb(0, 0, 8);\n\
|
||||||
|
background: linear-gradient(#262435, #171526) repeat scroll 0% 0% transparent;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .qr-link:hover {\n\
|
||||||
|
background: #1A1829;\n\
|
||||||
|
}\n\
|
||||||
|
/* Menu */\n\
|
||||||
|
:root.spooky #menu {\n\
|
||||||
|
color: #FE9600;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .entry {\n\
|
||||||
|
font-size: 10pt;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .focused.entry {\n\
|
||||||
|
background: rgba(255, 255, 255, .33);\n\
|
||||||
|
}\n\
|
||||||
|
/* Unread */\n\
|
||||||
|
:root.spooky #unread-line {\n\
|
||||||
|
border-color: rgb(197, 200, 198);\n\
|
||||||
|
}\n\
|
||||||
|
/* Thread Watcher */\n\
|
||||||
|
:root.spooky .replies-quoting-you > a, :root.spooky #watcher-link.replies-quoting-you {\n\
|
||||||
|
color: #F00 !important;\n\
|
||||||
|
}\n\
|
||||||
|
/* Watcher Favicon */\n\
|
||||||
|
:root.spooky .watch-thread-link\n\
|
||||||
|
{\n\
|
||||||
|
background-image: url(\"data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(254,150,0)' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>\");\n\
|
||||||
|
}\n\
|
||||||
/* Link Title Favicons */\n\
|
/* Link Title Favicons */\n\
|
||||||
.linkify.audio::before {\n\
|
.linkify.audio::before {\n\
|
||||||
content: \"\";\n\
|
content: \"\";\n\
|
||||||
@ -13760,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);
|
||||||
@ -19799,7 +19958,7 @@ Captcha = {};
|
|||||||
container = document.querySelector('#qr .captcha-container');
|
container = document.querySelector('#qr .captcha-container');
|
||||||
return container.dataset.widgetID = window.grecaptcha.render(container, {
|
return container.dataset.widgetID = window.grecaptcha.render(container, {
|
||||||
sitekey: '6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc',
|
sitekey: '6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc',
|
||||||
theme: classList.contains('tomorrow') || classList.contains('dark-captcha') ? 'dark' : 'light',
|
theme: classList.contains('tomorrow') || classList.contains('spooky') || classList.contains('dark-captcha') ? 'dark' : 'light',
|
||||||
callback: function(response) {
|
callback: function(response) {
|
||||||
return window.dispatchEvent(new CustomEvent('captcha:success', {
|
return window.dispatchEvent(new CustomEvent('captcha:success', {
|
||||||
detail: response
|
detail: response
|
||||||
@ -23326,7 +23485,14 @@ Main = (function() {
|
|||||||
return Main.setClass();
|
return Main.setClass();
|
||||||
},
|
},
|
||||||
setClass: function() {
|
setClass: function() {
|
||||||
var mainStyleSheet, setStyle, style, styleSheets;
|
var mainStyleSheet, setStyle, spooky, style, styleSheets;
|
||||||
|
if ((spooky = $('link[rel="stylesheet"][href^="//s.4cdn.org/css/spooky."]', d.head))) {
|
||||||
|
spooky.removeAttribute('media');
|
||||||
|
if (getComputedStyle(d.body).color === 'rgb(196, 151, 86)') {
|
||||||
|
$.addClass(doc, 'spooky');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
if (g.VIEW === 'catalog') {
|
if (g.VIEW === 'catalog') {
|
||||||
$.addClass(doc, $.id('base-css').href.match(/catalog_(\w+)/)[1].replace('_new', '').replace(/_+/g, '-'));
|
$.addClass(doc, $.id('base-css').href.match(/catalog_(\w+)/)[1].replace('_new', '').replace(/_+/g, '-'));
|
||||||
return;
|
return;
|
||||||
|
|||||||
Binary file not shown.
@ -1,6 +1,6 @@
|
|||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name 4chan X
|
// @name 4chan X
|
||||||
// @version 1.13.0.18
|
// @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.18
|
// @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.18',
|
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\
|
||||||
@ -4017,6 +4023,156 @@ a:only-of-type > .remove {\n\
|
|||||||
{\n\
|
{\n\
|
||||||
background-image: url(\"data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(51,51,51)' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>\");\n\
|
background-image: url(\"data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(51,51,51)' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>\");\n\
|
||||||
}\n\
|
}\n\
|
||||||
|
/* General */\n\
|
||||||
|
:root.spooky .dialog {\n\
|
||||||
|
background-color: #171526;\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .field:focus,\n\
|
||||||
|
:root.spooky .field.focus {\n\
|
||||||
|
border-color: #98E;\n\
|
||||||
|
}\n\
|
||||||
|
/* Header */\n\
|
||||||
|
:root.spooky #header-bar.dialog {\n\
|
||||||
|
background-color: rgba(23,21,38,0.98);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky:not(.fixed) #header-bar, :root.spooky #notifications {\n\
|
||||||
|
font-size: 9pt;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #header-bar, :root.spooky #notifications {\n\
|
||||||
|
color: #C49756;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #board-list a, :root.spooky #shortcuts a {\n\
|
||||||
|
color: #FE9600;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.shortcut-icons .native-settings {\n\
|
||||||
|
background-image: url('//s.4cdn.org/image/favicon-ws.ico');\n\
|
||||||
|
}\n\
|
||||||
|
/* Settings */\n\
|
||||||
|
:root.spooky #fourchanx-settings fieldset, :root.spooky .section-main div::before {\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .suboption-list > div:last-of-type {\n\
|
||||||
|
background-color: #171526;\n\
|
||||||
|
}\n\
|
||||||
|
/* Catalog */\n\
|
||||||
|
:root.spooky.catalog-hover-expand .catalog-container:hover > .post {\n\
|
||||||
|
background-color: #171526;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.werkTyme .catalog-thread:not(:hover),\n\
|
||||||
|
:root.spooky.werkTyme:not(.catalog-hover-expand) .catalog-thread,\n\
|
||||||
|
:root.spooky.catalog-hover-expand .catalog-container:hover > .post,\n\
|
||||||
|
:root.spooky.catalog-hover-expand .catalog-container:hover .catalog-reply {\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
}\n\
|
||||||
|
/* Quote */\n\
|
||||||
|
:root.spooky #arc-list span.quote {\n\
|
||||||
|
color: #634C2C;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .backlink.deadlink {\n\
|
||||||
|
color: #FE9600 !important;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .inline {\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
background-color: rgba(255, 255, 255, .14);\n\
|
||||||
|
}\n\
|
||||||
|
/* Fappe and Werk Tyme */\n\
|
||||||
|
:root.spooky .indicator {\n\
|
||||||
|
color: #171526;\n\
|
||||||
|
}\n\
|
||||||
|
/* Highlighting */\n\
|
||||||
|
:root.spooky .qphl {\n\
|
||||||
|
outline: 2px solid rgba(145, 182, 214, .8);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.highlight-you .quotesYou.opContainer,\n\
|
||||||
|
:root.spooky.highlight-you .quotesYou > .reply {\n\
|
||||||
|
border-left: 3px solid rgba(145, 182, 214, .8);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.highlight-own .yourPost.opContainer,\n\
|
||||||
|
:root.spooky.highlight-own .yourPost > .reply {\n\
|
||||||
|
border-left: 3px dashed rgba(145, 182, 214, .8);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .opContainer.filter-highlight,\n\
|
||||||
|
:root.spooky .filter-highlight > .reply {\n\
|
||||||
|
box-shadow: inset 5px 0 rgba(145, 182, 214, .5);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky.highlight-own .yourPost > div.sideArrows,\n\
|
||||||
|
:root.spooky.highlight-you .quotesYou > div.sideArrows,\n\
|
||||||
|
:root.spooky .filter-highlight > div.sideArrows {\n\
|
||||||
|
color: rgb(155, 185, 210);\n\
|
||||||
|
}\n\
|
||||||
|
/* QR */\n\
|
||||||
|
.spooky #dump-list::-webkit-scrollbar-thumb {\n\
|
||||||
|
background-color: #171526;\n\
|
||||||
|
border-color: #707070;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .qr-preview {\n\
|
||||||
|
background-color: rgba(0, 0, 0, .15);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr .field {\n\
|
||||||
|
background-color: rgb(26, 27, 29);\n\
|
||||||
|
color: rgb(197,200,198);\n\
|
||||||
|
border-color: rgb(40, 41, 42);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr .field:focus,\n\
|
||||||
|
:root.spooky #qr .field.focus {\n\
|
||||||
|
border-color: rgb(254, 150, 0) !important;\n\
|
||||||
|
background-color: rgb(30,32,36);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .persona button {\n\
|
||||||
|
background: linear-gradient(to bottom, #2E3035, #222427) no-repeat;\n\
|
||||||
|
color: rgb(197,200,198);\n\
|
||||||
|
border-color: rgb(40, 41, 42);\n\
|
||||||
|
outline: none;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .persona button::-moz-focus-inner {\n\
|
||||||
|
border: none;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .persona button:focus {\n\
|
||||||
|
border-color: rgb(254, 150, 0);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr.sjis-preview #sjis-toggle,\n\
|
||||||
|
:root.spooky #qr.tex-preview #tex-preview-button {\n\
|
||||||
|
background: rgb(26, 27, 29);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr select,\n\
|
||||||
|
:root.spooky #file-n-submit > input,\n\
|
||||||
|
:root.spooky #qr-draw-button {\n\
|
||||||
|
border-color: rgb(40, 41, 42);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky #qr-filename {\n\
|
||||||
|
color: rgb(197,200,198);\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .qr-link {\n\
|
||||||
|
border-color: rgb(8, 6, 23) rgb(8, 6, 23) rgb(0, 0, 8);\n\
|
||||||
|
background: linear-gradient(#262435, #171526) repeat scroll 0% 0% transparent;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .qr-link:hover {\n\
|
||||||
|
background: #1A1829;\n\
|
||||||
|
}\n\
|
||||||
|
/* Menu */\n\
|
||||||
|
:root.spooky #menu {\n\
|
||||||
|
color: #FE9600;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .entry {\n\
|
||||||
|
font-size: 10pt;\n\
|
||||||
|
}\n\
|
||||||
|
:root.spooky .focused.entry {\n\
|
||||||
|
background: rgba(255, 255, 255, .33);\n\
|
||||||
|
}\n\
|
||||||
|
/* Unread */\n\
|
||||||
|
:root.spooky #unread-line {\n\
|
||||||
|
border-color: rgb(197, 200, 198);\n\
|
||||||
|
}\n\
|
||||||
|
/* Thread Watcher */\n\
|
||||||
|
:root.spooky .replies-quoting-you > a, :root.spooky #watcher-link.replies-quoting-you {\n\
|
||||||
|
color: #F00 !important;\n\
|
||||||
|
}\n\
|
||||||
|
/* Watcher Favicon */\n\
|
||||||
|
:root.spooky .watch-thread-link\n\
|
||||||
|
{\n\
|
||||||
|
background-image: url(\"data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(254,150,0)' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>\");\n\
|
||||||
|
}\n\
|
||||||
/* Link Title Favicons */\n\
|
/* Link Title Favicons */\n\
|
||||||
.linkify.audio::before {\n\
|
.linkify.audio::before {\n\
|
||||||
content: \"\";\n\
|
content: \"\";\n\
|
||||||
@ -13760,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);
|
||||||
@ -19799,7 +19958,7 @@ Captcha = {};
|
|||||||
container = document.querySelector('#qr .captcha-container');
|
container = document.querySelector('#qr .captcha-container');
|
||||||
return container.dataset.widgetID = window.grecaptcha.render(container, {
|
return container.dataset.widgetID = window.grecaptcha.render(container, {
|
||||||
sitekey: '6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc',
|
sitekey: '6Ldp2bsSAAAAAAJ5uyx_lx34lJeEpTLVkP5k04qc',
|
||||||
theme: classList.contains('tomorrow') || classList.contains('dark-captcha') ? 'dark' : 'light',
|
theme: classList.contains('tomorrow') || classList.contains('spooky') || classList.contains('dark-captcha') ? 'dark' : 'light',
|
||||||
callback: function(response) {
|
callback: function(response) {
|
||||||
return window.dispatchEvent(new CustomEvent('captcha:success', {
|
return window.dispatchEvent(new CustomEvent('captcha:success', {
|
||||||
detail: response
|
detail: response
|
||||||
@ -23326,7 +23485,14 @@ Main = (function() {
|
|||||||
return Main.setClass();
|
return Main.setClass();
|
||||||
},
|
},
|
||||||
setClass: function() {
|
setClass: function() {
|
||||||
var mainStyleSheet, setStyle, style, styleSheets;
|
var mainStyleSheet, setStyle, spooky, style, styleSheets;
|
||||||
|
if ((spooky = $('link[rel="stylesheet"][href^="//s.4cdn.org/css/spooky."]', d.head))) {
|
||||||
|
spooky.removeAttribute('media');
|
||||||
|
if (getComputedStyle(d.body).color === 'rgb(196, 151, 86)') {
|
||||||
|
$.addClass(doc, 'spooky');
|
||||||
|
return;
|
||||||
|
}
|
||||||
|
}
|
||||||
if (g.VIEW === 'catalog') {
|
if (g.VIEW === 'catalog') {
|
||||||
$.addClass(doc, $.id('base-css').href.match(/catalog_(\w+)/)[1].replace('_new', '').replace(/_+/g, '-'));
|
$.addClass(doc, $.id('base-css').href.match(/catalog_(\w+)/)[1].replace('_new', '').replace(/_+/g, '-'));
|
||||||
return;
|
return;
|
||||||
|
|||||||
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.18' />
|
<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.18' />
|
<updatecheck codebase='https://www.4chan-x.net/builds/4chan-X.crx' version='1.13.0.20' />
|
||||||
</app>
|
</app>
|
||||||
</gupdate>
|
</gupdate>
|
||||||
|
|
||||||
|
|||||||
@ -65,6 +65,7 @@ Embedding =
|
|||||||
$.on d, 'PostsInserted', autoEmbed
|
$.on d, 'PostsInserted', autoEmbed
|
||||||
|
|
||||||
ready: ->
|
ready: ->
|
||||||
|
return if !Main.isThisPageLegit()
|
||||||
$.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
|
||||||
|
|||||||
@ -109,7 +109,7 @@ Captcha.v2 =
|
|||||||
container = document.querySelector '#qr .captcha-container'
|
container = document.querySelector '#qr .captcha-container'
|
||||||
container.dataset.widgetID = window.grecaptcha.render container,
|
container.dataset.widgetID = window.grecaptcha.render container,
|
||||||
sitekey: '<%= meta.recaptchaKey %>'
|
sitekey: '<%= meta.recaptchaKey %>'
|
||||||
theme: if classList.contains('tomorrow') or classList.contains('dark-captcha') then 'dark' else 'light'
|
theme: if classList.contains('tomorrow') or classList.contains('spooky') or classList.contains('dark-captcha') then 'dark' else 'light'
|
||||||
callback: (response) ->
|
callback: (response) ->
|
||||||
window.dispatchEvent new CustomEvent('captcha:success', {detail: response})
|
window.dispatchEvent new CustomEvent('captcha:success', {detail: response})
|
||||||
if window.grecaptcha
|
if window.grecaptcha
|
||||||
|
|||||||
@ -2,7 +2,7 @@
|
|||||||
var inc = require['style'];
|
var inc = require['style'];
|
||||||
var faCSS = read('/node_modules/font-awesome/css/font-awesome.css');
|
var faCSS = read('/node_modules/font-awesome/css/font-awesome.css');
|
||||||
var faWebFont = readBase64('/node_modules/font-awesome/fonts/fontawesome-webfont.woff');
|
var faWebFont = readBase64('/node_modules/font-awesome/fonts/fontawesome-webfont.woff');
|
||||||
var mainCSS = ['font-awesome', 'style', 'yotsuba', 'yotsuba-b', 'futaba', 'burichan', 'tomorrow', 'photon'].map(x => read(`${x}.css`)).join('');
|
var mainCSS = ['font-awesome', 'style', 'yotsuba', 'yotsuba-b', 'futaba', 'burichan', 'tomorrow', 'photon', 'spooky'].map(x => read(`${x}.css`)).join('');
|
||||||
var iconNames = files.filter(f => /^linkify\.[^.]+\.png$/.test(f));
|
var iconNames = files.filter(f => /^linkify\.[^.]+\.png$/.test(f));
|
||||||
var icons = iconNames.map(readBase64);
|
var icons = iconNames.map(readBase64);
|
||||||
%>CSS = {
|
%>CSS = {
|
||||||
|
|||||||
163
src/css/spooky.css
Normal file
163
src/css/spooky.css
Normal file
@ -0,0 +1,163 @@
|
|||||||
|
/* General */
|
||||||
|
:root.spooky .dialog {
|
||||||
|
background-color: #171526;
|
||||||
|
border-color: #707070;
|
||||||
|
}
|
||||||
|
:root.spooky .field:focus,
|
||||||
|
:root.spooky .field.focus {
|
||||||
|
border-color: #98E;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Header */
|
||||||
|
:root.spooky #header-bar.dialog {
|
||||||
|
background-color: rgba(23,21,38,0.98);
|
||||||
|
}
|
||||||
|
:root.spooky:not(.fixed) #header-bar, :root.spooky #notifications {
|
||||||
|
font-size: 9pt;
|
||||||
|
}
|
||||||
|
:root.spooky #header-bar, :root.spooky #notifications {
|
||||||
|
color: #C49756;
|
||||||
|
}
|
||||||
|
:root.spooky #board-list a, :root.spooky #shortcuts a {
|
||||||
|
color: #FE9600;
|
||||||
|
}
|
||||||
|
:root.spooky.shortcut-icons .native-settings {
|
||||||
|
background-image: url('//s.4cdn.org/image/favicon-ws.ico');
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Settings */
|
||||||
|
:root.spooky #fourchanx-settings fieldset, :root.spooky .section-main div::before {
|
||||||
|
border-color: #707070;
|
||||||
|
}
|
||||||
|
:root.spooky .suboption-list > div:last-of-type {
|
||||||
|
background-color: #171526;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Catalog */
|
||||||
|
:root.spooky.catalog-hover-expand .catalog-container:hover > .post {
|
||||||
|
background-color: #171526;
|
||||||
|
}
|
||||||
|
:root.spooky.werkTyme .catalog-thread:not(:hover),
|
||||||
|
:root.spooky.werkTyme:not(.catalog-hover-expand) .catalog-thread,
|
||||||
|
:root.spooky.catalog-hover-expand .catalog-container:hover > .post,
|
||||||
|
:root.spooky.catalog-hover-expand .catalog-container:hover .catalog-reply {
|
||||||
|
border-color: #707070;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Quote */
|
||||||
|
:root.spooky #arc-list span.quote {
|
||||||
|
color: #634C2C;
|
||||||
|
}
|
||||||
|
:root.spooky .backlink.deadlink {
|
||||||
|
color: #FE9600 !important;
|
||||||
|
}
|
||||||
|
:root.spooky .inline {
|
||||||
|
border-color: #707070;
|
||||||
|
background-color: rgba(255, 255, 255, .14);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Fappe and Werk Tyme */
|
||||||
|
:root.spooky .indicator {
|
||||||
|
color: #171526;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Highlighting */
|
||||||
|
:root.spooky .qphl {
|
||||||
|
outline: 2px solid rgba(145, 182, 214, .8);
|
||||||
|
}
|
||||||
|
:root.spooky.highlight-you .quotesYou.opContainer,
|
||||||
|
:root.spooky.highlight-you .quotesYou > .reply {
|
||||||
|
border-left: 3px solid rgba(145, 182, 214, .8);
|
||||||
|
}
|
||||||
|
:root.spooky.highlight-own .yourPost.opContainer,
|
||||||
|
:root.spooky.highlight-own .yourPost > .reply {
|
||||||
|
border-left: 3px dashed rgba(145, 182, 214, .8);
|
||||||
|
}
|
||||||
|
:root.spooky .opContainer.filter-highlight,
|
||||||
|
:root.spooky .filter-highlight > .reply {
|
||||||
|
box-shadow: inset 5px 0 rgba(145, 182, 214, .5);
|
||||||
|
}
|
||||||
|
:root.spooky.highlight-own .yourPost > div.sideArrows,
|
||||||
|
:root.spooky.highlight-you .quotesYou > div.sideArrows,
|
||||||
|
:root.spooky .filter-highlight > div.sideArrows {
|
||||||
|
color: rgb(155, 185, 210);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* QR */
|
||||||
|
.spooky #dump-list::-webkit-scrollbar-thumb {
|
||||||
|
background-color: #171526;
|
||||||
|
border-color: #707070;
|
||||||
|
}
|
||||||
|
:root.spooky .qr-preview {
|
||||||
|
background-color: rgba(0, 0, 0, .15);
|
||||||
|
}
|
||||||
|
:root.spooky #qr .field {
|
||||||
|
background-color: rgb(26, 27, 29);
|
||||||
|
color: rgb(197,200,198);
|
||||||
|
border-color: rgb(40, 41, 42);
|
||||||
|
}
|
||||||
|
:root.spooky #qr .field:focus,
|
||||||
|
:root.spooky #qr .field.focus {
|
||||||
|
border-color: rgb(254, 150, 0) !important;
|
||||||
|
background-color: rgb(30,32,36);
|
||||||
|
}
|
||||||
|
:root.spooky .persona button {
|
||||||
|
background: linear-gradient(to bottom, #2E3035, #222427) no-repeat;
|
||||||
|
color: rgb(197,200,198);
|
||||||
|
border-color: rgb(40, 41, 42);
|
||||||
|
outline: none;
|
||||||
|
}
|
||||||
|
:root.spooky .persona button::-moz-focus-inner {
|
||||||
|
border: none;
|
||||||
|
}
|
||||||
|
:root.spooky .persona button:focus {
|
||||||
|
border-color: rgb(254, 150, 0);
|
||||||
|
}
|
||||||
|
:root.spooky #qr.sjis-preview #sjis-toggle,
|
||||||
|
:root.spooky #qr.tex-preview #tex-preview-button {
|
||||||
|
background: rgb(26, 27, 29);
|
||||||
|
}
|
||||||
|
:root.spooky #qr select,
|
||||||
|
:root.spooky #file-n-submit > input,
|
||||||
|
:root.spooky #qr-draw-button {
|
||||||
|
border-color: rgb(40, 41, 42);
|
||||||
|
}
|
||||||
|
:root.spooky #qr-filename {
|
||||||
|
color: rgb(197,200,198);
|
||||||
|
}
|
||||||
|
|
||||||
|
:root.spooky .qr-link {
|
||||||
|
border-color: rgb(8, 6, 23) rgb(8, 6, 23) rgb(0, 0, 8);
|
||||||
|
background: linear-gradient(#262435, #171526) repeat scroll 0% 0% transparent;
|
||||||
|
}
|
||||||
|
:root.spooky .qr-link:hover {
|
||||||
|
background: #1A1829;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/* Menu */
|
||||||
|
:root.spooky #menu {
|
||||||
|
color: #FE9600;
|
||||||
|
}
|
||||||
|
:root.spooky .entry {
|
||||||
|
font-size: 10pt;
|
||||||
|
}
|
||||||
|
:root.spooky .focused.entry {
|
||||||
|
background: rgba(255, 255, 255, .33);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Unread */
|
||||||
|
:root.spooky #unread-line {
|
||||||
|
border-color: rgb(197, 200, 198);
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Thread Watcher */
|
||||||
|
:root.spooky .replies-quoting-you > a, :root.spooky #watcher-link.replies-quoting-you {
|
||||||
|
color: #F00 !important;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* Watcher Favicon */
|
||||||
|
:root.spooky .watch-thread-link
|
||||||
|
{
|
||||||
|
background-image: url("data:image/svg+xml,<svg viewBox='0 0 26 26' preserveAspectRatio='true' xmlns='http://www.w3.org/2000/svg'><path fill='rgb(254,150,0)' d='M24.132,7.971c-2.203-2.205-5.916-2.098-8.25,0.235L15.5,8.588l-0.382-0.382c-2.334-2.333-6.047-2.44-8.25-0.235c-2.204,2.203-2.098,5.916,0.235,8.249l8.396,8.396l8.396-8.396C26.229,13.887,26.336,10.174,24.132,7.971z'/></svg>");
|
||||||
|
}
|
||||||
@ -831,10 +831,12 @@ div[data-checked="false"] > .suboption-list {
|
|||||||
.catalog-container:not(:hover) > * > .postInfo > :not(.subject),
|
.catalog-container:not(:hover) > * > .postInfo > :not(.subject),
|
||||||
.catalog-container:not(:hover) > * > .catalog-replies,
|
.catalog-container:not(:hover) > * > .catalog-replies,
|
||||||
.catalog-container:not(:hover) .extra-linebreak,
|
.catalog-container:not(:hover) .extra-linebreak,
|
||||||
|
.catalog-container:not(:hover) .abbr,
|
||||||
:root:not(.catalog-hover-expand) .catalog-container > * > .file,
|
:root:not(.catalog-hover-expand) .catalog-container > * > .file,
|
||||||
:root:not(.catalog-hover-expand) .catalog-container > * > .postInfo > :not(.subject),
|
:root:not(.catalog-hover-expand) .catalog-container > * > .postInfo > :not(.subject),
|
||||||
:root:not(.catalog-hover-expand) .catalog-container > * > .catalog-replies,
|
:root:not(.catalog-hover-expand) .catalog-container > * > .catalog-replies,
|
||||||
:root:not(.catalog-hover-expand) .catalog-container .extra-linebreak,
|
:root:not(.catalog-hover-expand) .catalog-container .extra-linebreak,
|
||||||
|
:root:not(.catalog-hover-expand) .catalog-container .abbr,
|
||||||
.catalog-thread > .catalog-container > :not(.catalog-post),
|
.catalog-thread > .catalog-container > :not(.catalog-post),
|
||||||
.catalog-post > .file > :not(.fileText),
|
.catalog-post > .file > :not(.fileText),
|
||||||
.catalog-post > * > .fileText > :not(:first-child),
|
.catalog-post > * > .fileText > :not(:first-child),
|
||||||
@ -922,10 +924,14 @@ div[data-checked="false"] > .suboption-list {
|
|||||||
.catalog-post .MathJax_Display {
|
.catalog-post .MathJax_Display {
|
||||||
text-align: center !important;
|
text-align: center !important;
|
||||||
}
|
}
|
||||||
|
.catalog-container:not(:hover) .exif,
|
||||||
|
:root:not(.catalog-hover-expand) .catalog-container .exif {
|
||||||
|
display: none !important;
|
||||||
|
}
|
||||||
.catalog-post > * > .exif {
|
.catalog-post > * > .exif {
|
||||||
border-collapse: collapse;
|
border-collapse: collapse;
|
||||||
}
|
}
|
||||||
.catalog-post > * > .exif[style*="display: block;"] {
|
:root.catalog-hover-expand .catalog-container:hover .exif[style*="display: block;"] {
|
||||||
display: inline-block !important;
|
display: inline-block !important;
|
||||||
}
|
}
|
||||||
.catalog-post > * > .exif,
|
.catalog-post > * > .exif,
|
||||||
|
|||||||
@ -205,6 +205,12 @@ Main =
|
|||||||
Main.setClass()
|
Main.setClass()
|
||||||
|
|
||||||
setClass: ->
|
setClass: ->
|
||||||
|
if (spooky = $ 'link[rel="stylesheet"][href^="//s.4cdn.org/css/spooky."]', d.head)
|
||||||
|
spooky.removeAttribute 'media'
|
||||||
|
if getComputedStyle(d.body).color is 'rgb(196, 151, 86)' # not blocked
|
||||||
|
$.addClass doc, 'spooky'
|
||||||
|
return
|
||||||
|
|
||||||
if g.VIEW is 'catalog'
|
if g.VIEW is 'catalog'
|
||||||
$.addClass doc, $.id('base-css').href.match(/catalog_(\w+)/)[1].replace('_new', '').replace /_+/g, '-'
|
$.addClass doc, $.id('base-css').href.match(/catalog_(\w+)/)[1].replace('_new', '').replace /_+/g, '-'
|
||||||
return
|
return
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
{
|
{
|
||||||
"version": "1.13.0.18",
|
"version": "1.13.0.20",
|
||||||
"date": "2016-10-31T02:53:57.311Z"
|
"date": "2016-11-05T00:00:58.595Z"
|
||||||
}
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user