Newegg.com Title Fixer

By Tom W.M. Last update May 17, 2007 — Installed 1,285 times. Daily Installs: 2, 0, 0, 3, 0, 0, 2, 1, 3, 0, 2, 3, 2, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 2, 3, 2
// ==UserScript==
// @name           Newegg.com Title Fixer
// @namespace      http://freecog.net/2007/
// @description    Change the titles of newegg.com pages to remove the "newegg.com" prefix, so that actual product names appear on tabs, and pages bookmark nicely.
// @include        http://www.newegg.com/*
// @include        http://*.newegg.com/*
// ==/UserScript==

document.title = document.title.replace(/^newegg.com\s+-\s+/i, '');