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 CodeMirror for HackMD | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-06-06 | |
// @description by ChatGPT | |
// @author prairie2022 | |
// @match https://hackmd.io/* | |
// @grant none | |
// ==/UserScript== |
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 CodeMirrorVim for Overleaf | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-05-02 | |
// @description modified from https://greasyfork.org/en/scripts/461062-overleaf-editor-custom-vim-keybindings-code-mirror-v6 | |
// @author prairie2022 | |
// @match https://www.overleaf.com/project/* | |
// @grant none | |
// ==/UserScript== |