Created
March 9, 2016 03:01
-
-
Save vihanb/eb2162a80a31027e4171 to your computer and use it in GitHub Desktop.
Make everything small caps
This file contains 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 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