Source for "Disable UserCash"

By Anmar Mansur
Has 11 other scripts.


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

location.href = document.title;