[Greasemonkey] Simple Url editing script broken in FF1.5b2 GM 0.6.3

Mattias Hällkvist mattiasha at gmail.com
Mon Oct 24 18:54:38 EDT 2005


I'm happy to see that the new Greasemonkey 0.6.3 makes alot of scripts not
compatible with 0.6.2 working again. Although one of my frequestly used
scripts aren't working. And it's a super-simple on. All it does it deleting
the sting "External" from a URL in a page. Here it is:

// ==UserScript==
// @name           Buzz.se <http://Buzz.se> redirect link fixer
// @namespace      http://henrik.nyh.se
// @description    Adjust RSS links to Buzz.se <http://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/, '');


Thanks & Bye!


More information about the Greasemonkey mailing list