its not possible to edit stuff in the <script> tags unless its inside a function, because greasemonkey is called on DOMContentLoaded and <script> tags run before that event
if its inside a function then from your greasemonkey script you just replace the function like
code:
unsafeWindow.functionName = function(){alert("");}
quote:
Originally posted by xen0h
I believe it goes like this
<script ...>
var tex
tex = (document.getElementById('bereich').value);
alert(tex);
[edit] spelling
wtf are you on?, have you ever used greasemonkey? useless++