Left Aligns Torn
// ==UserScript==
// @name Left Aligned Torn
// @namespace None
// @license MIT
// @version 1.1
// @description Left Aligns Torn
// @author Krazytrain [1962748]
// @match https://www.torn.com/*
// @grant GM_addStyle
// ==/UserScript==
GM_addStyle(`.d .content .container, .d .header-wrapper-top .container, .content-wrapper {
margin-left: 20px !important;
justify-content: flex-start !important;
}`);