Skip to content

Instantly share code, notes, and snippets.

View nt1m's full-sized avatar
🌝

Tim Nguyen nt1m

🌝
View GitHub Profile
// import base Devtools SDK Panel constructor
const { Panel } = require("dev/panel");
// import Devtools SDK Toolbox manager constructor
const { Tool } = require("dev/toolbox");
// import Class helper from the Addon SDK
const { Class } = require("sdk/core/heritage");
// import self module needed to result data resources urls
var self = require('sdk/self');