- apply width fix for group chats as well
- fix newer accessibility regression: code blocks' font size in ChatGPT messages has become unreadable at 12.5px, fix that by applying 14px font size CSS
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
| /* | |
| CSS I use to make GitHub.com-rendered markdown more readable by adding distinct color to inline code and section titles. | |
| The most convenient way is to use it with Stylus: https://github.com/openstyles/stylus | |
| Screenshot + updatable version for Stylus: | |
| https://userstyles.world/style/27510 | |
| */ |
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 2026-02-20.2 | |
| // @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 Automatically highlights unhighlighted code blocks with auto language recognition (via highlightjs). Handles chat switching, applies syntax highlighting to new messages on user interaction ("send" click or Enter keypress). Allows to re-highlight the block by clicking on 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 2025-12-28 | |
| // @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* |