Advertisement
Guest User

Untitled

a guest
Nov 22nd, 2014
227
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Too Many Cooks!
  3. // @namespace toomanycooks.js
  4. // @version 0.4
  5. // @description One can never have too many cooks!
  6. // @match facepunch.com/*
  7. // @match www.facepunch.com/*
  8. // @match http://facepunch.com/*
  9. // @match http://www.facepunch.com/*
  10. // @match https://facepunch.com/*
  11. // @match https://www.facepunch.com/*
  12. // @grant GM_addStyle
  13. // ==/UserScript==
  14.  
  15. GM_addStyle ( ".username_container { font-family: Georgia, serif !important; color: #e6d140 !important; font-variant: caps !important; transform: skew(-5deg, 0deg) !important;}" );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement