// ==UserScript== // @name Freesoccer.us - Kill Alert on Right click // @namespace http://browseimages.mozdev.org/ // @description Kills the alert on Right Click // @include http://*freesoccer.us/* // ==/UserScript== window.location.href="javascript:void(document.oncontextmenu='')";
