This file contains hidden or 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 GitHub Enhanced | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.8.0 | |
| // @description Customize content width on GitHub pages with a slider. Dark mode panel & improved input behavior. | |
| // @author kiranwayne | |
| // @match https://github.com/* | |
| // @updateURL https://gist.github.com/kiranwayne/f85cb0e7735e1051d6e74536c5a017f3/raw/github_enhanced.js | |
| // @downloadURL https://gist.github.com/kiranwayne/f85cb0e7735e1051d6e74536c5a017f3/raw/github_enhanced.js | |
| // @match https://gist.github.com/* |
This file contains hidden or 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 Gemini Enhanced | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.4.0 | |
| // @description Customize chat content width on Google Gemini with a slider. Dark mode settings panel. | |
| // @author kiranwayne | |
| // @match https://gemini.google.com/* | |
| // @updateURL https://gist.github.com/kiranwayne/f462acd88a1ef4dea525c6521c2deefa/raw/gemini_enhanced.js | |
| // @downloadURL https://gist.github.com/kiranwayne/f462acd88a1ef4dea525c6521c2deefa/raw/gemini_enhanced.js | |
| // @grant GM_getValue |
This file contains hidden or 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 Venice Enhanced | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.7.1 | |
| // @description Customize chat width, justification, set custom model selector height, add collapsable/movable Table of Contents (Questions only) with top offset on venice.ai. Handles message deletion & edits, and SPA navigation. Aligns scroll to top with offset. Show/hide via menu. Handles Shadow DOM. Optimized observer. Better ToC text extraction. | |
| // @author kiranwayne | |
| // @match https://venice.ai/* | |
| // @updateURL https://gist.github.com/kiranwayne/76e1415d5c0ac38fa66e8043ba5b2e69/raw/venice_enhanced.js | |
| // @downloadURL https://gist.github.com/kiranwayne/76e1415d5c0ac38fa66e8043ba5b2e69/raw/venice_enhanced.js | |
| // @grant GM_getValue |
This file contains hidden or 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 Udemy Transcript Downloader (Business & Consumer) | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2.9 | |
| // @description Download Udemy transcripts. Draggable UI. Robust Timestamp cleaning. | |
| // @author You | |
| // @match https://*.udemy.com/course/* | |
| // @updateURL https://gist.githubusercontent.com/kiranwayne/445dda6abed129da85b5594a6e9e0f32/raw/udemy_transcript_downloader.js | |
| // @downloadURL https://gist.githubusercontent.com/kiranwayne/445dda6abed129da85b5594a6e9e0f32/raw/udemy_transcript_downloader.js | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=udemy.com |
This file contains hidden or 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 AI Studio Enhanced | |
| // @namespace https://gist.github.com/kiranwayne | |
| // @version 0.5.4 | |
| // @description Adds a movable panel with metadata to adjust content width, justify text, or use default width. | |
| // @author kiranwayne | |
| // @match https://aistudio.google.com/* | |
| // @updateURL https://gist.githubusercontent.com/kiranwayne/9b676d5973aad64fd4711da1f110ecac/raw/ai_studio_enhanced.js | |
| // @downloadURL https://gist.githubusercontent.com/kiranwayne/9b676d5973aad64fd4711da1f110ecac/raw/ai_studio_enhanced.js | |
| // @grant GM_getValue |
This file contains hidden or 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 Copilot Enhanced | |
| // @namespace https://gist.github.com/kiranwayne | |
| // @version 0.6.0 | |
| // @description Adds a Table of Contents, custom Text/Sidebar width, and justification toggle on copilot.microsoft.com. | |
| // @author kiranwayne | |
| // @match https://copilot.microsoft.com/* | |
| // @updateURL https://gist.githubusercontent.com/kiranwayne/e4d8846d2564d319aa500b6865d73407/raw/copilot_enhanced.js | |
| // @downloadURL https://gist.githubusercontent.com/kiranwayne/e4d8846d2564d319aa500b6865d73407/raw/copilot_enhanced.js | |
| // @grant GM_getValue |
This file contains hidden or 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 Grok Enhanced | |
| // @namespace https://gist.github.com/kiranwayne | |
| // @version 0.5 | |
| // @description Customize width & justification (main/secondary panels via slider/input/checkbox). Fixed for May 2024 Grok UI update. Show/hide via menu on grok.com. Handles Shadow DOM. Header added. | |
| // @author kiranwayne | |
| // @match https://grok.com/* | |
| // @updateURL https://gist.githubusercontent.com/kiranwayne/33c7340b4169617116cc8068cf10cb26/raw/grok_enhanced.js | |
| // @downloadURL https://gist.githubusercontent.com/kiranwayne/33c7340b4169617116cc8068cf10cb26/raw/grok_enhanced.js | |
| // @grant GM_getValue |