Advertisement
Guest User

Untitled

a guest
Feb 3rd, 2017
28
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. // ==UserScript==
  2. // @name new awesome colors overrider
  3. // @namespace e
  4. // @description changes new colors to #000
  5. // @include http://backpack.tf/*
  6. // @include https://backpack.tf/*
  7. // @include http://lv*.backpack.tf/*
  8. // @include https://lv*.backpack.tf/*
  9. // @include http://dota2.backpack.tf/*
  10. // @include https://dota2.backpack.tf/*
  11. // @include http://csgo.backpack.tf/*
  12. // @include https://csgo.backpack.tf/*
  13. // @version 1
  14. // @grant GM_addStyle
  15. // ==/UserScript==
  16.  
  17. GM_addStyle ("\
  18. .awesome4 {color: #000 !important;}\
  19. .awesome5 {color: #000 !important;}\
  20. .awesome6 {color: #000 !important;}\
  21. ");
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement