jusfox/index.js
Klaus-Uwe Mitterer 84e4ea93e4 Matching group. ^^
2016-07-20 21:20:32 +02:00

10 lines
209 B
JavaScript

var self = require("sdk/self");
require("sdk/tabs").on("ready", getLinks);
function getLinks(tab) {
tab.attach({
contentScriptFile: [self.data.url("jquery.js"),
self.data.url("jusfox.js")]
});
}