Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains 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
// ==UserScript== | |
// @name discord-mini | |
// @namespace http://0xabcdef.com/discord-mini | |
// @version 0.0.1 | |
// @description 디스코드 방목록이랑 유저목록 가리고싶엉 | |
// @author JongChan Choi <[email protected]> | |
// @match https://discordapp.com/channels/* | |
// @grant none | |
// ==/UserScript== |
This file contains 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
// https://aka.ms/terminal-documentation | |
{ | |
"$schema": "https://aka.ms/terminal-profiles-schema", | |
"defaultProfile": "{75def201-4efb-5e32-93a0-c5647120c025}", | |
"copyOnSelect": false, | |
"copyFormatting": false, | |
"profiles": { | |
"defaults": { | |
"colorScheme": "Dark Plus" | |
}, |
OlderNewer