Skip to content

Instantly share code, notes, and snippets.

@hogelog
Created February 17, 2010 12:10
Show Gist options
  • Save hogelog/306546 to your computer and use it in GitHub Desktop.
Save hogelog/306546 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name 503favotter-matope-status
// @namespace 503favotter-matope-status
// @include http://favotter.matope.com/*
// ==/UserScript==
if (document.childNodes.length != 1) return;
window.location.href = "http://twitter.com/ono_matope";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment