Remove Ow.ly Bar

By Troy Thompson Last update Apr 3, 2009 — Installed 152 times.
// ==UserScript==
// @name           Ow.ly Frame Remover
// @namespace      troynt+owly@gmail.com
// @description    Removes Ow.ly Header Frame
// @include        http://ow.ly/*
// @exclude        http://ow.ly/url/*
// ==/UserScript==
var frames = document.getElementsByTagName('frame');
window.location.href = frames[1].src;