Hide Ow.ly Social Bar

By machu Last update Nov 5, 2009 — Installed 135 times.
// ==UserScript==
// @name           Hide Ow.ly Social Bar
// @namespace      http://www.machu.jp/
// @description    Hide Ow.ly Social Bar automatically
// @include        http://ow.ly/*
// ==/UserScript==
(function() {
  location.replace(document.getElementById('hootFrame').src);
})();