Skip to content

Instantly share code, notes, and snippets.

View rishubil's full-sized avatar
๐Ÿ•น๏ธ
Focusing

Nesswit rishubil

๐Ÿ•น๏ธ
Focusing
  • Republic of Korea
  • 16:16 (UTC +09:00)
View GitHub Profile
// ==UserScript==
// @name Redirect to nitter
// @version 0.0.2
// @description Redirect to nitter
// @match https://twitter.com/*
// @match https://x.com/*
// @updateURL https://gist.github.com/rishubil/712f9ec8f30f3a1e43cf84eabaada40e/raw/redirect-to-nitter.user.js
// @downloadURL https://gist.github.com/rishubil/712f9ec8f30f3a1e43cf84eabaada40e/raw/redirect-to-nitter.user.js
// @run-at document-start
// ==/UserScript==
@rishubil
rishubil / video-to-srt.bat
Last active August 17, 2024 06:33
Video to SRT
@REM How to use
@REM 1. Download lastest release of Faster-Whisper-XXL from https://github.com/Purfview/whisper-standalone-win/releases and extract it
@REM 2. Copy this file and save as "video-to-srt.bat" in the same folder as Faster-Whisper-XXL
@REM 3. Drag and drop video file to "video-to-srt.bat"
@REM 4. Wait for a while until "Press any key to continue . . ." appears
@REM 5. Check the folder where the video file is located
@REM FAQ
@REM Q. How to change the language?
// ==UserScript==
// @name Open in Kagi
// @description Open current page in Kagi Services
// @namespace open-in-kagi
// @version 0.0.6
// @match *://*/*
// @updateURL https://gist.github.com/rishubil/9b1b38e18b21a8d9fdda6ac6cd2602f5/raw/open-in-kagi.user.js
// @downloadURL https://gist.github.com/rishubil/9b1b38e18b21a8d9fdda6ac6cd2602f5/raw/open-in-kagi.user.js
// @grant GM_registerMenuCommand
// @grant GM_openInTab
@rishubil
rishubil / notranslate-lobsters.user.js
Last active October 25, 2022 07:38
notranslate-lobsters.user.js
// ==UserScript==
// @name Add notranslate class on lobste.rs
// @description Add notranslate class on lobste.rs
// @version 0.0.2
// @match https://lobste.rs/*
// @updateURL https://gist.github.com/rishubil/87241cd69689aa87dbe6d88f13c4ee31/raw/notranslate-lobsters.user.js
// @downloadURL https://gist.github.com/rishubil/87241cd69689aa87dbe6d88f13c4ee31/raw/notranslate-lobsters.user.js
// @grant none
// ==/UserScript==
@rishubil
rishubil / PleaseSpeakLouder.plugin.js
Last active January 25, 2023 15:44
PleaseSpeakLouder.plugin.js
/**
* @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
@rishubil
rishubil / splatoon-titfortat.py
Last active October 14, 2022 18:44
์Šคํ”Œ๋ž˜ํˆฐ์—์„œ ํŒ€์„ ๋ฐ”๊พธ๋Š” ์ข‹์€ ์ „๋žต์ด ์žˆ์„๊นŒ?
"""
์Šคํ”Œ๋ž˜ํˆฐ3์—์„œ ํŒ€์„ ๋ฐ”๊พธ๋Š” ์ข‹์€ ์ „๋žต์ด ์žˆ์„๊นŒ?
---
๋ชฉํ‘œ: ํŒ€์„ ๋ฐ”๊ฟ€์ง€ ๋ง์ง€ ๊ฒฐ์ •ํ•  ๋•Œ, ๋” ์Šน๋ฅ ์ด ๋†’์€ ์ „๋žต์„ ์ฐพ๋Š”๋‹ค.
์กฐ๊ฑด:
- ๊ธฐ๋ณธ์ ์œผ๋กœ ์Šคํ”Œ๋ž˜ํˆฐ3์˜ ์นด์˜คํด๋ฆฌ์Šค ๋งค์น˜ (์ฑŒ๋ฆฐ์ง€)๋ฅผ ๊ธฐ์ค€์œผ๋กœ ํ•œ๋‹ค.
- ๊ฒŒ์ž„์—์„œ ํš๋“ํ•œ ๊ธˆ๋ฉ”๋‹ฌ, ์€๋ฉ”๋‹ฌ๋กœ ์–ป์„ ์ˆ˜ ์žˆ๋Š” ์ถ”๊ฐ€ ํฌ์ธํŠธ๋Š” ๋ฌด์‹œํ•œ๋‹ค.
- ๋žญํฌ ํฌ์ธํŠธ ์ƒํ•œ, ํ•˜ํ•œ์€ ์›๋ž˜ 9999, -9999์ด์ง€๋งŒ, ์ด๋ฅผ ๋ฌด์‹œํ•œ๋‹ค.
// ==UserScript==
// @name Remove notranslate class on tldrnewsletter
// @description Remove notranslate class on tldrnewsletter
// @version 0.1.1
// @match https://actions.tldrnewsletter.com/*
// @updateURL https://gist.github.com/rishubil/578b9c7c4844f5cc581daeba0cdefac3/raw/remove-notranslate-tldrnewsletter.user.js
// @downloadURL https://gist.github.com/rishubil/578b9c7c4844f5cc581daeba0cdefac3/raw/remove-notranslate-tldrnewsletter.user.js
// @grant none
// ==/UserScript==
/*
ESP32-CAM to HyperDisplay_KWH018ST01
ESP32-CAM -> Display
--------------------
2 -> PWM
12 -> D/C
13 -> MOSI
14 -> SCLK
15 -> CS
@rishubil
rishubil / guide.md
Last active September 10, 2024 02:13
SCE-TTS: ๋‚ด ๋ชฉ์†Œ๋ฆฌ๋กœ TTS ๋งŒ๋“ค๊ธฐ

๐Ÿ“— ๋ฌธ์„œ ์ฃผ์†Œ๊ฐ€ https://sce-tts.github.io/ ์œผ๋กœ ๋ณ€๊ฒฝ๋˜์—ˆ์Šต๋‹ˆ๋‹ค.

SCE-TTS์™€ ๊ด€๋ จํ•œ ์ตœ์‹  ์ •๋ณด๋Š” ์œ„ ์ฃผ์†Œ๋ฅผ ์ฐธ๊ณ ํ•ด์ฃผ์„ธ์š”!

@rishubil
rishubil / twitch-temporary-fix.user.js
Last active October 29, 2019 07:17
twitch-temporary-fix.user.js
// ==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