Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

View rishubil's full-sized avatar
🕹️
Focusing

Nesswit rishubil

🕹️
Focusing
  • Republic of Korea
  • 21:57 (UTC +09:00)
View GitHub Profile
@rishubil
rishubil / kbd75_nswt_mac.layout.json
Created February 12, 2024 14:36
kbd75_nswt layout
{
"name": "KBD75 Rev2",
"vendorProductId": 1262641249,
"macros": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""],
"layers": [
[
"KC_ESC",
"KC_F1",
"KC_F2",
"KC_F3",
@rishubil
rishubil / hide-under-20-on-lobsters.user.js
Last active February 5, 2024 01:38
Hide under 20 on lobste.rs
// ==UserScript==
// @name Hide under 20 on lobste.rs
// @description Hide under 20 on lobste.rs
// @updateURL https://gist.github.com/rishubil/7a3353ce7c6f990a24b0bbbe1af79507/raw/hide-under-20-on-lobsters.user.js
// @downloadURL https://gist.github.com/rishubil/7a3353ce7c6f990a24b0bbbe1af79507/raw/hide-under-20-on-lobsters.user.js
// @version 0.0.1
// @match https://lobste.rs/*
// @grant none
// ==/UserScript==
@rishubil
rishubil / naver-webtoon-mobile-to-desktop.user.js
Last active February 4, 2024 16:35
Naver webtoon mobile to desktop
// ==UserScript==
// @name Naver webtoon mobile to desktop
// @namespace naver-webtoon-mobile-to-desktop
// @description Naver webtoon mobile to desktop
// @version 0.0.1
// @match https://m.comic.naver.com/*
// @updateURL https://gist.github.com/rishubil/4b7ba38d11210ac35a2409c92efc703a/raw/naver-webtoon-mobile-to-desktop.user.js
// @downloadURL https://gist.github.com/rishubil/4b7ba38d11210ac35a2409c92efc703a/raw/naver-webtoon-mobile-to-desktop.user.js
// @run-at document-start
// ==/UserScript==
// ==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 March 4, 2024 15:51
Video to SRT
@REM How to use
@REM 1. Download lastest release of whisper-faster.exe 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 whisper-faster.exe
@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 Universal Summarizer
// @description Open current page in Kagi Universal Summarizer
// @namespace kagi-summarizer
// @version 0.0.3
// @match *://*/*
// @updateURL https://gist.github.com/rishubil/9b1b38e18b21a8d9fdda6ac6cd2602f5/raw/open-in-kagi-universal-summarizer.user.js
// @downloadURL https://gist.github.com/rishubil/9b1b38e18b21a8d9fdda6ac6cd2602f5/raw/open-in-kagi-universal-summarizer.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==