<US_framework>
I'm working on a Javascript framework that works for Userscripts. User Scripts are the same scripts that you know from any page on the web; javascript. The only difference is that these scripts are installed on the computer itself and need a specified header at the top.
Userscripts are installed true an addon in the browser. For Firefox it is GreaseMonkey, for Internet Explorer it's IEPro and Opera browser supports itself. Safari, Konqueror, Flock and Epiphany seems to support userscripts too. Some addons/extentions are also adding some extra functions to user for the script.
Because i'm a Firefox user, i make my userscripts for GreaseMonkey. Not the less i try to write my scripts XSS for IE and Opera.
This framework will contain some interresting parts, witch i think is needed to make userscripts more easy and faster.
I splitted the framework in 3 parts:
- US_functions; witch will contain usefull functions.
- US_language; witch will contain a translation part.
- US_updater; witch will check for new script versions.