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();