Skip to content

Instantly share code, notes, and snippets.

@fuba
Created May 31, 2009 12:37
Show Gist options
  • Save fuba/120882 to your computer and use it in GitHub Desktop.
Save fuba/120882 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name YetAnotherHelpMeOnoMatope
// @namespace http://fuba.moaningnerds.org/
// @include http://favotter.matope.com/*
// ==/UserScript==
if (document.title == '503 Service Temporarily Unavailable')
document.body.innerHTML += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,124,0" width="290" height="350" id="TwitterWidget" align="middle"><param name="allowScriptAccess" value="always" /><param name="allowFullScreen" value="false" /><param name="movie" value="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><param name="FlashVars" value="userID=4426821&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml"><embed src="http://static.twitter.com/flash/widgets/profile/TwitterWidget.swf" quality="high" bgcolor="#000000" width="290" height="350" name="TwitterWidget" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" FlashVars="userID=3789291&styleURL=http://static.twitter.com/flash/widgets/profile/smooth.xml"/></object>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment