| Index: safari/ext/content.js |
| =================================================================== |
| --- a/safari/ext/content.js |
| +++ b/safari/ext/content.js |
| @@ -428,4 +428,12 @@ |
| } |
| } |
| }); |
| + |
| + |
| + /* Detecting extension reload/disable/uninstall (not supported on Safari) */ |
| + |
| + ext.onExtensionUnloaded = { |
| + addListener: function() {}, |
| + removeListener: function() {} |
| + }; |
| })(); |