Disclaimer: I've never written a Safari Extension before and I'm an utter newb at Javascript, though I do have plenty of experience in other languages.
Here's my question: I'm writing a Safari Extension to improve a certain site I visit frequently. One of the improvements I'd like to make is to block the loading of ckeditor.js
<script type="text/javascript" language="javascript" src="ckeditor/ckeditor.js"></script>
The script is slow to load, slow to run, and I can't stand graphical HTML editors anyway.
Is it possible to create a script that will remove ckeditor.js
before it downloads? If not, can I write something that will remove it before it runs?