Swappa Out of Stock Device Remover

removes out of stock devices from Swappa

// ==UserScript==
// @name         Swappa Out of Stock Device Remover
// @namespace    http://swappa.com/
// @version      0.2
// @description  removes out of stock devices from Swappa
// @author       S Mattison (Ayelis)
// @match        https://swappa.com/*
// @match        http://swappa.com/*
// @grant        none
// ==/UserScript==

$('.price .fa-circle-o').parents('.col-xs-4,.col-xs-6,.col-xs-12').remove();