Skip to content

Instantly share code, notes, and snippets.

curl -L "https://gist.githubusercontent.com/nemi-dev/cfe7539ad00a5dcae58b040e24ce8ebe/raw/a172a76cfead4636a5bd5f0d2b81567ce11a01e5/MyKeys.SC2Hotkeys" -o "%USERPROFILE%\Documents\StarCraft II\Accounts\%SC2ACCOUNT%\Hotkeys\MyHotkeys.SC2Hotkeys"
[List]
대히나 https://gall.dcinside.com/projectmx/11259914
이부키01 https://gall.dcionside.com/projectmx/11263008
이부키02(⚠️주의!) https://gall.dcinside.com/projectmx/11271191
@nemi-dev
nemi-dev / empty.js
Created May 7, 2024 04:34
Empty strings
const u200b = "​"; // "\u200b"
const u200c = "‌"; // "\u200c"
const u3000 = " "; // "\u3000"
console.log(u200b === "\u200b");
console.log(u200c === "\u200c");
console.log(u3000 === "\u3000");
document.querySelector("#inputTitle")?.value = "\u200b";
document.querySelector("#inputTitle")?.value = "\u200c";
@nemi-dev
nemi-dev / empty.txt
Created April 22, 2024 03:56
Empty Character
@nemi-dev
nemi-dev / MyKeys.SC2Hotkeys
Last active February 24, 2026 09:08
스타2 내가쓰는거 (협동전+래피드파이어)
;StarCraft II Key config
;Paste this into %HOME%\Documents\StarCraft II\Accounts\*\Hotkeys\*.SC2Hotkeys.
[Settings]
[Hotkeys]
PTT=
ArmySelect=CapsLock,Grave
CommanderAbility0=F1,Control+Z
CommanderAbility1=F2,Control+X
CommanderAbility2=F3,Control+C
@nemi-dev
nemi-dev / ArcaLiveBroadcast.js
Last active August 26, 2023 13:54
현재 댓글단 사람 모두를 호출하는 코드
(() => {
const u = a => a && decodeURI(a.href).replace(atob('aHR0cHM6Ly9hcmNhLmxpdmUvdS8='), '').replace('/', '#');
const me = u(document.querySelectorAll('body > div.root-container > div.navbar-wrapper > nav > ul.nav.navbar-nav.ml-auto.ml-lg-0 > li.nav-item.dropdown.user-menu-parent > div > div.user-info > div.username > a')[0]);
const commentInput = document.querySelector('#commentForm > div > div.reply-form-textarea-wrapper > textarea');
const users = new Set(Array.from(
document.querySelectorAll(".list-area > .comment-wrapper > .comment-item .user-info a")
).map(u));
me && users.delete(me);
const myMessage = window.prompt("뭐라고 말할까요?");
@nemi-dev
nemi-dev / party.js
Last active August 25, 2023 14:03
아카라이브에서 대댓글이 아닌 댓글의 내용만을 찾는 코드
document.querySelectorAll(".list-area > .comment-wrapper > .comment-item .message .text").forEach(v => console.log("%c" + v.innerText, "font-size:24px;"))
@nemi-dev
nemi-dev / DM-2023-03-12-1.md
Last active March 12, 2023 12:48
던파모바일 1주년 쇼케이스 1부 요약 (3월 12일)