Skip to content

Instantly share code, notes, and snippets.

@crashmax-dev
Created April 9, 2026 12:41
Show Gist options
  • Select an option

  • Save crashmax-dev/790dcad837294c3ac9dfa4d62b0bd4b1 to your computer and use it in GitHub Desktop.

Select an option

Save crashmax-dev/790dcad837294c3ac9dfa4d62b0bd4b1 to your computer and use it in GitHub Desktop.
// ==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