Torn Remove Logo

Don't look at it!

  1. // ==UserScript==
  2. // @name Torn Remove Logo
  3. // @namespace https://www.torn.com/profiles.php?XID=2029670
  4. // @version 1.0
  5. // @description Don't look at it!
  6. // @author Mike Pence
  7. // @match https://www.torn.com/*
  8. // @match http://www.torn.com/*
  9. // @requires https://ajax.googleapis.com/ajax/libs/jquery/3.2.0/jquery.min.js
  10. // ==/UserScript==
  11.  
  12. $(document).ready(function(){
  13. $("#tcLogo").remove();
  14. });