Fix Oregon Live Permalinks

By Aaron B. Hockley Last update Feb 6, 2007 — Installed 90 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name          Fix Oregon Live Permalinks
// @namespace     http://aaronhockley.com
// @description   Fixes a bug with permalinks on the Oregonian's Oregon Live website so that they work properly in non-IE browsers
// @include       http://oregonlive.com/newslogs/*
// @include       http://www.oregonlive.com/newslogs/*
// ==/UserScript==

window.location.href = window.location.href.replace("#", "##");