// ==UserScript==
// @name           depechemode.ro cleanup
// @version        0.1
// @description    Eliminate annoying elements
// @namespace      http://altblue.com/
// @author         Marius Feraru
// @include        http://www.depechemode.ro/*
// ==/UserScript==

/*
 * $Id: depechemode.ro.cleanup.user.js,v 1.2 2007/12/19 08:42:28 altblue Exp $
 *
 * $Log: depechemode.ro.cleanup.user.js,v $
 * Revision 1.2  2007/12/19 08:42:28  altblue
 * added CVS keywords
 *
 *
 */

// title animation
if (window.top == window.self) {
  var tID = setTimeout(function(){}, 0);
  for (var c = 1; c < 1000 && c <= tID; ++c)
    clearTimeout(tID - c);
}
