Disable UserCash

By Anmar Mansur Last update Oct 22, 2008 — Installed 2,025 times. Daily Installs: 0, 0, 0, 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 1, 0, 7, 2, 1, 0, 0, 1, 0, 0, 0, 4, 1, 0, 0, 1, 2, 0, 1

There are 1 previous version of this script.

// ==UserScript==
// @name           Disable UserCash
// @description    Prevent the UserCash frame from loading.
// @include        http://*.usercash.com/*
// ==/UserScript==

if (document.title) {
	location.href = document.title;
}