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 ChatGPT Better Syntax Highlighting | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2025-05-29 | |
| // @updateURL https://gist.github.com/alexchexes/273ad5fa78a018f00ad2aeb7f9494a5c/raw/chatgpt-better-syntax-highlighting.user.js | |
| // @downloadURL https://gist.github.com/alexchexes/273ad5fa78a018f00ad2aeb7f9494a5c/raw/chatgpt-better-syntax-highlighting.user.js | |
| // @description ❤️ Consider support via ko-fi.com/alexchexes ❤️ This userscript makes working with code in ChatGPT more convenient. It automatically highlights unhighlighted code blocks with auto language recognition, handles chat switching, applies syntax highlighting to new messages on user interaction. Allows to re-highlight the block by clicking on it or its title. | |
| // @author alexchexes | |
| // @match https://chat.openai.com/* | |
| // @match https://chatgpt.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 Monkeytype Keymap Colors | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-09-29 | |
| // @description Adds colors to keymap zones on monkeytype.com | |
| // @author alexchexes | |
| // @updateURL https://gist.github.com/alexchexes/498c069fa994b7d76d8bcc1f7c144629/raw/monkeytype_keymap_colors.user.js | |
| // @downloadURL https://gist.github.com/alexchexes/498c069fa994b7d76d8bcc1f7c144629/raw/monkeytype_keymap_colors.user.js | |
| // @match https://monkeytype.com/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=monkeytype.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 Google SERP Analysis Extension | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-03-02 | |
| // @author https://gist.github.com/alexchexes | |
| // @homepageURL https://gist.github.com/alexchexes/09c81155b6dec118714825bddd814fe9 | |
| // @updateURL https://gist.githubusercontent.com/alexchexes/09c81155b6dec118714825bddd814fe9/raw/google_serp_analysis.user.js | |
| // @downloadURL https://gist.githubusercontent.com/alexchexes/09c81155b6dec118714825bddd814fe9/raw/google_serp_analysis.user.js | |
| // @description try to take over the world! | |
| // @match https://www.google.com/search?* |
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 Yandex SERP Analysis Extension | |
| // @namespace http://tampermonkey.net/ | |
| // @version 2024-03-02.a | |
| // @author https://gist.github.com/alexchexes | |
| // @homepageURL https://gist.github.com/alexchexes/ca2cad7ffc4c0a089294b045783dd5f9 | |
| // @updateURL https://gist.githubusercontent.com/alexchexes/ca2cad7ffc4c0a089294b045783dd5f9/raw/yandex_serp_analysis.user.js | |
| // @downloadURL https://gist.githubusercontent.com/alexchexes/ca2cad7ffc4c0a089294b045783dd5f9/raw/yandex_serp_analysis.user.js | |
| // @description try to take over the world! | |
| // @match https://ya.ru/search* |
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 ChatGPT CSS fixes | |
| // @version 2025-09-07 | |
| // @description Adjusts the ChatGPT web UI for convenience: wider chat area, colored message bubbles, clearer code blocks, multi-line history items, and a few other tweaks for heavy ChatGPT use. ❤️ If you like this, consider buying me a coffee: ko-fi.com/alexchexes ❤️ | |
| // @updateURL https://gist.github.com/alexchexes/d2ff0b9137aa3ac9de8b0448138125ce/raw/chatgpt_ui_fix.user.js | |
| // @downloadURL https://gist.github.com/alexchexes/d2ff0b9137aa3ac9de8b0448138125ce/raw/chatgpt_ui_fix.user.js | |
| // @author alexchexes | |
| // @website https://ko-fi.com/alexchexes | |
| // @namespace http://tampermonkey.net/ | |
| // @match https://chat.openai.com/* |