I'm trying to figure out a way to automatically reload a browser's page until a certain sequence of characters appears in the page's HTML code. Namely, player.swf"
. It's a blunt and simple solution to update a page until a streaming flash player appears on a site I'm frequently visiting.
I'm a total noob in JavaScript and browser plugin programming, but I think I saw people create mini-games like shooting page elements with a small ship, that start by entering some code into the current page's address bar, and I suspect that was JavaScript (but correct me if I'm wrong).
Is there a way to create a line of code that can be placed right in the address bar and execute like described? I'm hoping this way it will work in any browser that supports executing code from address bar.
Solution that doesn't involve browser plugins and extensions (~monkeys) is very much preferred.