Skip to content

Instantly share code, notes, and snippets.

View FOCI-DEV's full-sized avatar

F.O.C.I. FOCI-DEV

View GitHub Profile
@FOCI-DEV
FOCI-DEV / remove-spaces-emojis-discord
Last active October 29, 2020 00:41
Remove Spaces between Discord Emojis [Desktop Client]
function addCSSRule(sheet, selector, rules, index) {
if ("insertRule" in sheet) {
sheet.insertRule(selector + "{" + rules + "}", index);
} else if ("addRule" in sheet) {
sheet.addRule(selector, rules, index);
}
}
addCSSRule(document.styleSheets[0], "img.jumboable", "margin: auto auto auto 0.0em!important;");
addCSSRule(document.styleSheets[0], "img.emoji", "margin: auto auto auto 0.0em!important;");
502 Bad Gateway
nginx/1.14.0