Quickscript is a Safari extension designed to give you the possibility to save and automatically run arbitrary bits of JavaScript code on certain web pages in Safari.
The most important words in the foregoing sentence are “save” and “automatically”, because if you want to run a bit of JavaScript on a web page just once, manually, you can always use Safari’s built-in error console to do that.
In contrast, Quickscript lets you save a script, along with a URL pattern, so that whenever you visit a page that matches the URL pattern, the script will run automatically.
Requirements:
· Safari
What's New in This Release: [ read full changelog ]
· Tweaks the script editor such that when you open it on a page for which no site-specific scripts exist, it will populate with a blank script template instead of potentially with a global script.