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 Add notranslate class on webtoolsweekly | |
// @description Add notranslate class on webtoolsweekly | |
// @version 0.0.1 | |
// @match https://mailchi.mp/webtoolsweekly/* | |
// @updateURL https://gist.github.com/rishubil/61b813a47af99d22754ddf908b9969f2/raw/notranslate-webtoolsweekly.user.js | |
// @downloadURL https://gist.github.com/rishubil/61b813a47af99d22754ddf908b9969f2/raw/notranslate-webtoolsweekly.user.js | |
// @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
// ==UserScript== | |
// @name Dogdrip css | |
// @namespace dogdrip-css | |
// @description Dogdrip css | |
// @version 0.0.1 | |
// @match https://www.dogdrip.net/* | |
// @updateURL https://gist.github.com/rishubil/97b02c6108366e24fec391960a54035b/raw/dogdrip-css.user.js | |
// @downloadURL https://gist.github.com/rishubil/97b02c6108366e24fec391960a54035b/raw/dogdrip-css.user.js | |
// @run-at document-start | |
// @grant GM_addStyle |
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 Add notranslate class on Hacker News | |
// @description Add notranslate class on Hacker News | |
// @version 0.0.2 | |
// @match https://news.ycombinator.com/* | |
// @updateURL https://gist.github.com/rishubil/e0ac6c16334e63abe9064323afb29d4c/raw/notranslate-hackernews.user.js | |
// @downloadURL https://gist.github.com/rishubil/e0ac6c16334e63abe9064323afb29d4c/raw/notranslate-hackernews.user.js | |
// @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
{ | |
"name": "KBD75 Rev2", | |
"vendorProductId": 1262641249, | |
"macros": ["", "", "", "", "", "", "", "", "", "", "", "", "", "", "", ""], | |
"layers": [ | |
[ | |
"KC_ESC", | |
"KC_F1", | |
"KC_F2", | |
"KC_F3", |
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 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== |
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 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== |
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
@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? |
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 Open in Kagi | |
// @description Open current page in Kagi Services | |
// @namespace open-in-kagi | |
// @version 0.0.4 | |
// @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 |
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 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== |
NewerOlder