Register Menu Command
IEPro let you register a menu command from user script. The registered command is script specific. It is displayed in IEPro Preference -> User Script Commands.
To register a menu command, one can use
PRO_registerMenuCommand API
.
function getCustomURL() { .... } PRO_registerMenuCommand('Change Custom Logo URL', getCustomURL);