This file contains 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 New Userscript | |
// @namespace http://tampermonkey.net/ | |
// @version 0.1 | |
// @description Add back Ctrl-N support in Notion | |
// @author Arel Cordero | |
// @match https://gist.githubusercontent.com/arel/a42bae17a115dee84e054960891a17f1/raw/02ad5201674311f4e11c7d9602fcbb07309e1444/notion-ctrl-n.js | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=githubusercontent.com | |
// @grant none | |
// ==/UserScript== |