I hereby claim:
- I am cking on github.
- I am kurabloodlust (https://keybase.io/kurabloodlust) on keybase.
- I have a public key whose fingerprint is 0D83 FEB5 8C07 CC67 0699 84FB EE32 3D27 23E8 A2B0
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
// ==UserScript== | |
// @name URL Rewrite | |
// @namespace Paars | |
// @match *://*/* | |
// @run-at document-start | |
// @grant none | |
// ==/UserScript== | |
const rewrites = [ | |
{ |
const map = { | |
'accountBtn-yEZXoY': 'accountBtn-2Nozo3', | |
'accountBtnInner-3zsU2z': 'accountBtnInner-sj5jLs', | |
'accountDetails-15i-_e': 'accountDetails-3k9g4n', | |
'accountList-odI5wQ': 'accountList-33MS45', | |
'ack-11L6X8': 'ack-2yIUvY', | |
'acrobat-2ppl7l': 'acrobat-3K1PC6', | |
'action-2mLTX4': 'action-3NgST5', | |
'action-2yZV0l': 'action-aOgSpZ', | |
'actionAndParty-2Wug4I': 'actionAndParty-3DXneA', |
.star-icon i { | |
display: none; | |
} | |
.favorite-button:before, .fa-star:before { | |
opacity: 0; | |
} | |
.favorite-button, .star-icon, .fa-star, .fa.icon-star { | |
background-image: url(https://cdn.niu.moe/custom_emojis/images/000/002/254/static/d9049b5f15505ddb.png); | |
background-size: 20px; | |
background-repeat: no-repeat; |
// ==UserScript== | |
// @name Markdown | |
// @namespace Paars | |
// @author Kura | |
// @version 1.1.1 | |
// @match *://niu.moe/web/* | |
// @require https://cdn.rawgit.com/chjj/marked/8f9d0b72/marked.min.js | |
// @run-at document-end | |
// @grant GM_addStyle | |
// ==/UserScript== |
.connecting, | |
.theme-dark .guild-header header, | |
section.flex-verticle.flexspacer, | |
.theme-dark .layer, | |
.theme-dark .guild-wrapper, | |
.theme-dark .channels-wrap, .theme-dark .guild-channels-wrapper, | |
.theme-dark .scroller.messages, | |
.theme-dark .messages-wrapper, |
{ | |
"version": "0.2.0", | |
"configurations": [ | |
{ | |
"name": "Launch", | |
"type": "go", | |
"request": "launch", | |
"mode": "debug", | |
"remotePath": "", | |
"port": 2345, |
// ==UserScript== | |
// @name OwO, whats this :D | |
// @namespace http://tampermonkey.net/ | |
// @version 0.2 | |
// @description try to take over the world! | |
// @author Christopher König | |
// @include * | |
// @connect api.awau.moe | |
// @grant GM_registerMenuCommand | |
// @grant GM_setValue |
This Gist was automatically created by Carbide, a free online programming environment.
# EditorConfig is awesome: http://EditorConfig.org | |
# top-most EditorConfig file | |
root = true | |
[*] | |
indent_style = tab | |
indent_size = tab | |
tab_width = 4 | |
end_of_line = lf | |
charset = utf-8 |