목차 지원되는 원본 : https://gist.github.com/nemi-dev/a711119bb0a72fa09b44440d5b6804d3
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| curl -L "https://gist.githubusercontent.com/nemi-dev/cfe7539ad00a5dcae58b040e24ce8ebe/raw/a172a76cfead4636a5bd5f0d2b81567ce11a01e5/MyKeys.SC2Hotkeys" -o "%USERPROFILE%\Documents\StarCraft II\Accounts\%SC2ACCOUNT%\Hotkeys\MyHotkeys.SC2Hotkeys" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [List] | |
| 대히나 https://gall.dcinside.com/projectmx/11259914 | |
| 이부키01 https://gall.dcionside.com/projectmx/11263008 | |
| 이부키02(⚠️주의!) https://gall.dcinside.com/projectmx/11271191 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ㅤ |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (() => { | |
| 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("뭐라고 말할까요?"); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| document.querySelectorAll(".list-area > .comment-wrapper > .comment-item .message .text").forEach(v => console.log("%c" + v.innerText, "font-size:24px;")) |
"편의점에 사진 찍힌거 나다... 그분한테 쿠폰 주라고 해서 줬다" - 옥성태
NewerOlder