Greasy Fork is available in English.

Bits 'n' bobs swap

Swap bits 'n' bobs sell/buy divs

// ==UserScript==
// @name         Bits 'n' bobs swap
// @namespace    namespace
// @version      0.2
// @description  Swap bits 'n' bobs sell/buy divs
// @author       Kivou
// @match        *.torn.com/shops.php*
// @require      http://code.jquery.com/jquery-latest.js
// ==/UserScript==

// original idea of tos: https://hastebin.com/bohojibece.js

$( ".buy-items-wrap" ).after( $( ".sell-items-wrap" ) );
$( ".buy-items-wrap" ).after( $( "hr.delimiter-999" )[0] );