I have an HTML website which returns some HTML like this:
<div id="content">Content ...
<div id="badscript">
<script>badscript();</script>
</div> ...
</div>
With GreaseMonkey for Firefox is it possibile to prevent that badscript is executed?