// ==UserScript== // @name Remove My Ebay Top Ad div // @namespace HideMyEbayAd // @description Sets the div for the ad above your "My Ebay" page to display: none; // @include http*://*.ebay.* // @version 1 // @grant none // @downloadURL none // ==/UserScript== $(".topRtm").hide()