Greasy Fork is available in English.

imarket buy to right

description

// ==UserScript==
// @name         imarket buy to right
// @namespace    namespace
// @version      0.1
// @description  description
// @author       tos
// @match       *.torn.com/imarket.php*
// @grant        GM_addStyle
// ==/UserScript==

GM_addStyle(`
a.yes-buy {
  position: absolute;
  right: 10px;
}
span.close-icon {
  position: absolute;
  right: 25px;
  margin: 12px;
}
`)