I wonder what's need to make a bookmarklet into an AppleScript.
I think I need to something like:
tell application \"Safari\" do JavaScript \"blahblahblah\" in document 1 end tell
I just tossed a bookmarklet code minus the very first "javascript:" in blahblahblah. I'm obviously missing something. Tried several tweaks, but didn't work.
… take a look at the "Safari Next Page" script that I wrote
Unfortunately that script's not working with Google search pages after the recent updates and I haven't been able to figure out how to fix it. Any help is appreciated - thanks!
Sorry to hear it's not working so well anymore with Google. I am pretty busy right now with MarsEdit 3 related fixes, so I won't be able to give it a look very soon, but I'm adding it to my TODO list. In the mean time if anybody else figures out what needs to be done to fix it, that would be great.
I should move all the scripts up to an open source hosting platform like bitbucket or github, at some point.