I want to run my own JavaScript (written using jQuery) in Firefox in an external web page. How to do that?
I know it can be done by jQuerify and ScratchPad. But I have a loop running and new page would be loaded. So, I can't click the jQuerify button every time. So, is there any fixed way of having jQuery integrated so that I can write the JavaScript and simulate?
<script>tags. Look at the source of virtually any website to figure out how this is done.