sepmonline to geoscienceworld

By ms609 Last update Oct 10, 2007 — Installed 67 times. Daily Installs: 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           sepmonline to geoscienceworld
// @namespace      sepmonline
// @description    Redirects sepmonline resources to the version at geoscienceworld
// @include        http://*.sepmonline.*
// ==/UserScript==

window.location.href = window.location.href.replace(/sepmonline/, "geoscienceworld");