Changes between Version 14 and Version 15 of I2P_Browser_develop_n_hacks
- Timestamp:
- Jun 10, 2019 8:04:08 PM (6 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
I2P_Browser_develop_n_hacks
v14 v15 83 83 myServices.as.showAlertNotification('chrome://branding/content/icon64.png', 'this was lazyloaded', 'this is a notification from myServices.as', null, null); 84 84 }}} 85 86 This code can load and execute files from file://, resource:// and chrome://. 87 88 {{{ 89 let context = {}; 90 Services.scriptloader.loadSubScript("chrome://my-package/content/foo-script.js", 91 context, "UTF-8" /* The script's encoding */); 92 }}} 93 85 94 86 95