Left Aligned Torn

Left Aligns Torn

当前为 2018-08-04 提交的版本,查看 最新版本

// ==UserScript==
// @name         Left Aligned Torn
// @namespace    LordBusiness.LA
// @version      1.1
// @description  Left Aligns Torn
// @author       LordBusiness [2052465]
// @match        https://www.torn.com/*
// @run-at       document-start
// @grant        GM_addStyle
// ==/UserScript==

GM_addStyle(`.d .content .container, .d .header-wrapper-top .container {
    margin-left: 20px;
}`);