Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Any JavaScript here will be loaded for all users on every page load. */
/* CREDIT TO POLANDBALLRUWIKI FOR THE CSS */
$( '#discord-widget' ).html( '<iframe src="https://discord.com/widget?id=1300515638615474250&theme=dark" width="280" height="500" allowtransparency="true" frameborder="0" sandbox="allow-popups allow-popups-to-escape-sandbox allow-same-origin allow-scripts"></iframe>' );
body ::-webkit-scrollbar-thumb {
border-radius: 8px;
border: 2.5px solid transparent;
background-clip: content-box;
}
body ::-webkit-scrollbar-track {
background: transparent;
}
::-webkit-scrollbar {
width: 15px;
}
::-webkit-scrollbar-track {
background: var(--theme-page-color);
}
::-webkit-scrollbar-thumb {
background: var(--theme-text-mix-color);
}
::-webkit-scrollbar-corner {
background: none;
}
::-webkit-scrollbar-corner {
background: none;
}
::-webkit-resizer {
background: url(https://upload.wikimedia.org/wikipedia/commons/d/d8/OOjs_UI_icon_fullScreen.svg);
background-size: 75% 75%;
background-position: center;
background-repeat: no-repeat;
}