Skip to content

Instantly share code, notes, and snippets.

View felipesabino's full-sized avatar
👨‍💻

Felipe Sabino felipesabino

👨‍💻
View GitHub Profile
@felipesabino
felipesabino / learn-plover-font-script.js
Last active January 15, 2024 11:42
Learn Plover - Steno text font switch
// ==UserScript==
// @name Learn Plover - Steno text font switch
// @namespace http://tampermonkey.net/
// @version 2024-01-10
// @description Replace raw steno keys with a steno font drawing at Learn Plover! website
// @author felipesabino@
// @match https://www.openstenoproject.org/learn-plover/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=openstenoproject.org
// @grant GM_addStyle
// ==/UserScript==