Check the box lolol

By sam stern Last update Jun 10, 2006 — Installed 177 times.
// ==UserScript==
// @name          Check the box lolol
// @description	  
// @include       www.thedomainyouwantittoaffectandstuff.com
// ==/UserScript==

(function() {
window.addEventListener(
    'load', 
    function() { document.getElementsByName('attr_104_correct')[0].checked = true; },
    true);
})();