Hide Quit Button

Hide Quit Job button

// ==UserScript==
// @name         Hide Quit Button
// @version      0.1
// @description  Hide Quit Job button
// @match        *.torn.com/companies.php*
// @grant        none
// @namespace https://greasyfork.org/users/71540
// ==/UserScript==

$('.quit-job').hide();