Skip to content

Instantly share code, notes, and snippets.

@azu
Created June 2, 2022 15:51
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save azu/e37664f183ef1dd737397992d83d320b to your computer and use it in GitHub Desktop.
Save azu/e37664f183ef1dd737397992d83d320b to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name pinia: clean document
// @namespace https://pinia.vuejs.org/
// @match https://pinia.vuejs.org/*
// @grant none
// @version 1.0
// @author -
// @description Remove unreadable web fonts style
// @run-at document-end
// ==/UserScript==
document.documentElement.setAttribute("style", "--code-font-family: monospace");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment