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 Fix Overleaf for Typing Accented Characters | |
// @namespace https://github.com/alberti42/ | |
// @version 1.7 | |
// @description Block dead keys in Overleaf to allow for typing of accented letters. It also allows typing ß. It blocks undesired key combinations. | |
// @author Andrea Alberti | |
// @match https://www.overleaf.com/* | |
// @grant none | |
// ==/UserScript== | |
// |