๐ ๋ฌธ์ ์ฃผ์๊ฐ https://sce-tts.github.io/ ์ผ๋ก ๋ณ๊ฒฝ๋์์ต๋๋ค.
SCE-TTS์ ๊ด๋ จํ ์ต์ ์ ๋ณด๋ ์ ์ฃผ์๋ฅผ ์ฐธ๊ณ ํด์ฃผ์ธ์!
/** | |
* @name PleaseSpeakLouder | |
* @author Nesswit | |
* @description You can adjust the volume of someone else's voice louder. | |
* @version 0.0.4 | |
* @source https://gist.github.com/rishubil/05736f0acc0591657db2680e7c4acdd8 | |
* @updateUrl https://gist.githubusercontent.com/rishubil/05736f0acc0591657db2680e7c4acdd8/raw/a7211050f1131f72b57f184ce6eb48f600f21c3e/PleaseSpeakLouder.plugin.js | |
*/ | |
// original code: https://github.com/QWERTxD/BetterDiscordPlugins/blob/main/UserVolumeBooster/UserVolumeBooster.plugin.js |
""" | |
์คํ๋ํฐ3์์ ํ์ ๋ฐ๊พธ๋ ์ข์ ์ ๋ต์ด ์์๊น? | |
--- | |
๋ชฉํ: ํ์ ๋ฐ๊ฟ์ง ๋ง์ง ๊ฒฐ์ ํ ๋, ๋ ์น๋ฅ ์ด ๋์ ์ ๋ต์ ์ฐพ๋๋ค. | |
์กฐ๊ฑด: | |
- ๊ธฐ๋ณธ์ ์ผ๋ก ์คํ๋ํฐ3์ ์นด์คํด๋ฆฌ์ค ๋งค์น (์ฑ๋ฆฐ์ง)๋ฅผ ๊ธฐ์ค์ผ๋ก ํ๋ค. | |
- ๊ฒ์์์ ํ๋ํ ๊ธ๋ฉ๋ฌ, ์๋ฉ๋ฌ๋ก ์ป์ ์ ์๋ ์ถ๊ฐ ํฌ์ธํธ๋ ๋ฌด์ํ๋ค. | |
- ๋ญํฌ ํฌ์ธํธ ์ํ, ํํ์ ์๋ 9999, -9999์ด์ง๋ง, ์ด๋ฅผ ๋ฌด์ํ๋ค. |
/* | |
ESP32-CAM to HyperDisplay_KWH018ST01 | |
ESP32-CAM -> Display | |
-------------------- | |
2 -> PWM | |
12 -> D/C | |
13 -> MOSI | |
14 -> SCLK | |
15 -> CS |
SCE-TTS์ ๊ด๋ จํ ์ต์ ์ ๋ณด๋ ์ ์ฃผ์๋ฅผ ์ฐธ๊ณ ํด์ฃผ์ธ์!
// ==UserScript== | |
// @name Twitch temporary fix | |
// @namespace twitch-temporary-fix | |
// @author Nesswit | |
// @version 0.2 | |
// @downloadURL https://gist.github.com/rishubil/5216ff63e8cfc9c404a73dfcb86297f7/raw/twitch-temporary-fix.user.js | |
// @updateURL https://gist.github.com/rishubil/5216ff63e8cfc9c404a73dfcb86297f7/raw/twitch-temporary-fix.user.js | |
// @include *://*.twitch.tv/* | |
// @match about:blank | |
// @grant GM_addStyle |
// ==UserScript== | |
// @name Fixed Nightbot AutoDJ | |
// @namespace fixed-nightbot-autodj | |
// @author Nesswit | |
// @version 0.1 | |
// @description Nightbot AutoDJ player has fixed position | |
// @downloadURL https://gist.github.com/rishubil/2003b5a21eba8b00b97fd1cb7b964cfa/raw/fixed-nightbot-autodj.user.js | |
// @updateURL https://gist.github.com/rishubil/2003b5a21eba8b00b97fd1cb7b964cfa/raw/fixed-nightbot-autodj.user.js | |
// @include https://nightbot.tv/song_requests | |
// @match about:blank |
// ==UserScript== | |
// @name Fixed Youtube Player | |
// @namespace fixed-youtube-player | |
// @author Nesswit | |
// @version 0.1 | |
// @description Youtube player has fixed position with theater mode | |
// @downloadURL https://gist.github.com/rishubil/6759277b9905ce4b159b7aaf57e92a2b/raw/fixed-youtube-player.user.js | |
// @updateURL https://gist.github.com/rishubil/6759277b9905ce4b159b7aaf57e92a2b/raw/fixed-youtube-player.user.js | |
// @include https://www.youtube.com/watch?v=* | |
// @match about:blank |