Skip to content

Instantly share code, notes, and snippets.

@vihanb
Created March 9, 2016 03:01
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save vihanb/eb2162a80a31027e4171 to your computer and use it in GitHub Desktop.
Save vihanb/eb2162a80a31027e4171 to your computer and use it in GitHub Desktop.
Make everything small caps
// ==UserScript==
// @name Small Caps
// @namespace asdfjeiwofsndalcxzafsd
// @version 1
// @description Make everything small caps
// @author Downgoat
// @match *://*/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle("body{font-variant: small-caps !important}");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment