Well I\'m simply playing around with a userscript of GreaseMonkey and here\'s just something simple I attempt to do;
function test() { document.getElementById(\'
did you try this?
or
$(document).ready(function test() { document.getElementById('elementhere').innerHTML = 'test'; }