Remove My NYTimes banner ad

By Al's scripts Last update Aug 24, 2007 — Installed 333 times.
// ==UserScript==
// @name          Remove MyNYTimes banner add
// @namespace     http://nytimes.com
// @description   removes the banner ad atop MyNYTimes
// @include       http://my.nytimes.com/*
// ==/UserScript==

var adElem = document.getElementById("adxLeaderboard");

adElem.parentNode.removeChild(adElem);