NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript== // @name Gumtree // @namespace arse666 // @version 0.1 // @description remove sponsered crap // @author Nick Millar // @match http://*.gumtree.com/* // @grant none // ==/UserScript== var foo = document.getElementsByClassName('clearfix border-t'); for (var i = 0; i < foo.length; i++) foo[i].parentNode.removeChild(foo[i]);