hey if you put this in the adress bar
javascript:void(document.getElementsByName('something')[0].value = 'something else 2')
and execute it will change the value
you can check if it has been changed with putting this in the address bar:
javascript:alert(document.getElementsByName('something')[0].value)