Skip to content

Instantly share code, notes, and snippets.

@schas002
Forked from vihanb/smallcaps.user.js
Created March 9, 2016 04:05
Show Gist options
  • Save schas002/6f1ab66c1c844a9e7105 to your computer and use it in GitHub Desktop.
Save schas002/6f1ab66c1c844a9e7105 to your computer and use it in GitHub Desktop.
Make everything small caps
// ==UserScript==
// @name Small Caps
// @namespace vihanb
// @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