Is there any way of preventing some script from running with jQuery?
For example if the website has HTML:
<script src="annoyingscript.js"></script>
Is there any possibility to trigger .remove() for that script-tag before Firefox runs the script or does anything with it ?
Basically I wish to create similar behaviour that adblock does, but I'm using Greasemonkey instead.