Remove My NYTimes banner ad

By Al's scripts Last update Aug 24, 2007 — Installed 266 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==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);