Yahoo! Nocuts

By Xtina Last update Dec 27, 2007 — Installed 85 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name          Yahoo! Nocuts
// @namespace     http://twilite.org/~xtina/scripts/
// @description   Disables Yahoo! Shortcuts on Y! news pages.
// @include       http://news.yahoo.com/*
// ==/UserScript==

regex = new RegExp("id=\"lw_[0-9]*_[0-9]*\"", "g");

document.body.innerHTML= document.body.innerHTML.replace(regex, "");