Hide Quit Button

Hide Quit Job button

  1. // ==UserScript==
  2. // @name Hide Quit Button
  3. // @version 0.1
  4. // @description Hide Quit Job button
  5. // @match *.torn.com/companies.php*
  6. // @grant none
  7. // @namespace https://greasyfork.org/users/71540
  8. // ==/UserScript==
  9.  
  10. $('.quit-job').hide();