Buzz.se redirect link fixer

By Henrik N Last update Sep 1, 2005 — Installed 1,278 times.
// ==UserScript==
// @name           Buzz.se redirect link fixer
// @namespace      http://henrik.nyh.se
// @description    Adjust RSS links to Buzz.se to avoid popup. Necessary with Bloglines at least.
// @include        http://buzz.bazooka.se/RedirExternal.aspx?*
// ==/UserScript==

window.location.href = window.location.href.replace(/External/, '');