Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. // ==UserScript==
  2. // @name FB Hide
  3. // @namespace http://tampermonkey.net/
  4. // @author You
  5. // @include http://agar.io*
  6. // @include http://www.agarserv.com*
  7. // @grant none
  8.  
  9. // ==/UserScript==
  10.  
  11. var stylz = document.createElement('STYLE'); stylz.innerHTML = '.agario-profile-picture, .agario-profile-name {visibility:hidden;}'; document.body.appendChild(stylz);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement