Created
April 9, 2026 12:41
-
-
Save crashmax-dev/790dcad837294c3ac9dfa4d62b0bd4b1 to your computer and use it in GitHub Desktop.
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 Perplexity | |
| // @version 2026-03-02 | |
| // @match https://www.perplexity.ai/* | |
| // @icon https://www.google.com/s2/favicons?sz=64&domain=perplexity.ai | |
| // @grant GM_addStyle | |
| // ==/UserScript== | |
| GM_addStyle(` | |
| h1, h2, p, span { font-family: monospace !important; } | |
| `) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment