Skip to content

Instantly share code, notes, and snippets.

// ==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==
@prairie2022
prairie2022 / CodeMirrorVim_for_Overleaf.js
Last active May 2, 2025 06:13
prairie's Overleaf script - tamper monkey
// ==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==