// ==UserScript==
// @name           ESPN adblock fixer
// @namespace      http://mywebsite.com/myscripts
// @description    if you use an ad blocker on ESPN, this script will fix the positioning of everything// @include        http://*espn.*
// ==/UserScript==(function(){
	document.getElementById("topCurve").style.top = '120px';	document.getElementById("menu").style.top = '122px';})();