// ==UserScript==
// @name          Flickr: Remove 'My Yahoo' link
// @description	  Remove 'My Yahoo' link the that everyone's complaining about so much...
// @namespace     http://www.rhyley.org/gm/
// @include	http://*flickr.com*

yhoo = document.getElementById('AddToYahoo');
if (yhoo) yhoo.removeChild(yhoo.firstChild);