Disable UserCash

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

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;
}