Remove StumbleUpon Toolbar

By Aaron Bassett Last update May 28, 2010 — Installed 318 times.
// ==UserScript==
// @name           Remove StumbleUpon bar
// @author         Aaron Bassett
// @namespace      http://aaronbassett.com/
// @version        1.0
// @description    Removes SU bar, and sends you to linked page
// @include        http://*stumbleupon.com/su/*
// ==/UserScript==

window.location = document.getElementById('stumbleFrame').src;