Page MenuHomeMusing Studio

Action.js
No OneTemporary

Action.js

var Action = function() {};
Action.prototype = {
run: function(parameters) {
parameters.completionFunction({
"URL": document.URL,
"title": document.title,
"selection": document.getSelection().toString()
});
},
finalize: function(parameters) {
var customJavaScript = parameters["customJavaScript"];
eval(customJavaScript);
}
};
var ExtensionPreprocessingJS = new Action

File Metadata

Mime Type
text/plain
Expires
Fri, Oct 10, 8:40 AM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3439379

Event Timeline