Advertisement
Guest User

Untitled

a guest
Mar 31st, 2014
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. http://bitcoinwisdom.com/
  2.  
  3. Greasemonkey script:
  4. hypron.net/test/1337.user.js
  5.  
  6. // ==UserScript==
  7. // @name CryptoMiyagi/Hypron Bitcoinwisdom fix
  8. // @match http://107.170.89.74:8080/*
  9. // @match http://bitcoinwisdom.com/*
  10. // @match https://bitcoinwisdom.com/*
  11. // @grant none
  12. // ==/UserScript==
  13.  
  14. // If you make money from this site, support the developer!!
  15. $("#trades").appendTo( $("#leftbar"));
  16. $("#trades").css("font-size", "11px");
  17. $("#before_trades").css("height", "100%");
  18. $("#before_trades").css("border-bottom", "0px");
  19. $(".gg160x600").hide();
  20. $(".navbar-static-top").remove();
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement