Skip to content

Instantly share code, notes, and snippets.

View ThaTiemsz's full-sized avatar
🍝
­

Tiemen ThaTiemsz

🍝
­
View GitHub Profile
@ThaTiemsz
ThaTiemsz / keybase.md
Created April 10, 2021 20:33
Keybase proof

Keybase proof

I hereby claim:

  • I am thatiemsz on github.
  • I am tiemen (https://keybase.io/tiemen) on keybase.
  • I have a public key ASB3AO-7vfIMX_xn7VYJGxQWrwoY9KiqPOyujDt_06ANEwo

To claim this, I am signing this object:

@ThaTiemsz
ThaTiemsz / list.txt
Created April 4, 2021 04:55
Discord PLAINTEXT_FILE_EXTENSIONS
1c
4d
abnf
accesslog
ada
arduino
ino
armasm
arm
avrasm
@ThaTiemsz
ThaTiemsz / localStorageBackup.js
Last active July 12, 2021 05:11
Discord LocalStorage back-up tool
(() => {
let iframe = document.createElement('iframe')
document.body.appendChild(iframe)
const ls = iframe.contentWindow.localStorage
window.localStorageBackup = {}
window.localStorageBackup.localStorage = ls
window.localStorageBackup.export = (showOutput = false, copy = true) => {
if (copy) {
DiscordNative.clipboard.copy(
JSON.stringify(ls)
@ThaTiemsz
ThaTiemsz / emojis.json
Created October 15, 2019 11:58
Discord emoticon shortcuts
[
{
"emoji": "angry",
"shortcuts": [
">:(",
">:-(",
">=(",
">=-("
]
},
@ThaTiemsz
ThaTiemsz / list.txt
Last active January 6, 2023 06:40
Discord Highlight.js (v10.6.0) Languages
1c
abnf
accesslog
actionscript
ada
angelscript
apache
applescript
arcade
c-like
@ThaTiemsz
ThaTiemsz / style.css
Last active December 5, 2018 10:32
Better /r/StarWarsLeaks Reddit CSS (dark, WIP)
.side .md>ul a:first-of-type {
text-decoration: line-through!important;
}
.side .md>ul a:nth-child(2):before {
content: "Haha No! "; text-decoration: none;
}
/* Left-aligned flairs */
.flairoptionpane .linkflair {
margin: 5px!important;
@ThaTiemsz
ThaTiemsz / status.discordapp.com.css
Created August 31, 2017 17:41
status.discordapp.com dark theme
@-moz-document domain("status.discordapp.com") {
body, .layout-content.status.status-api .section .example-container .example-opener .color-secondary, .grouped-items-selector, .layout-content.status.status-full-history .history-nav a.current {
background-color: #36393e !important;
}
body.status, .color-primary, .color-primary:hover, .layout-content.status-index .status-day .update-title.impact-none a, .layout-content.status-index .status-day .update-title.impact-none a:hover, .layout-content.status-index .timeframes-container .timeframe.active, .layout-content.status-full-history .month .incident-container .impact-none, .layout-content.status.status-index .incidents-list .incident-title.impact-none a, .incident-history .impact-none, .layout-content.status .grouped-items-selector.inline .grouped-item.active, .layout-content.status.status-full-history .history-nav a.current, .layout-content.status.status-full-history .history-nav a:not(.current):hover {
color: #fff !important;
}
.font-largest {
colo