Remove My Ebay Top Ad div

Sets the div for the ad above your "My Ebay" page to display: none;

// ==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
// ==/UserScript==

$(".topRtm").hide()