Metadata in helloworld.ieuser.js:
// ==UserScript== // @name Hello World // @namespace http://xxx.com/ // @description An famous example shows 'Hello World!' // @injectframes 0 // @include * // @exclude http://*.iescripts.org/* // @exclude http://iescripts.org/* // ==/UserScript==The description // ==UserScript== is key to the script. The metadata sits between the beginning tag and ending tag. The metadata tells IEPro how to load the script.
As described in the above section, there are usually six kinds of keywords to be specified(injectframes is an IEScripts extension), they are: