Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2015
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.54 KB | None | 0 0
  1. // ==UserScript==
  2. // @name Kongregate Chat Timestamp Killer
  3. // @namespace tag://kongregate
  4. // @description Remove timestamps from kong chat
  5. // @author aspyderwebb
  6. // @version 0.0.1
  7. // @date 12.23.2015
  8. // @include http://www.kongregate.com/*
  9. //@grant GM_addStyle
  10. // ==/UserScript==
  11.  
  12. GM_addStyle ( " \
  13. .timestamp { \
  14. display: none !Important; \
  15. } \
  16. " ) ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement