Skip to content

Add-on/Jetpack SDK package which allows one to use user scripts within addons.

Notifications You must be signed in to change notification settings

scriptish/userscripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

userscripts Build Status

NPM NPM

About

This package contains modules which allow one to easily package user scripts within their addon using the Add-on SDK. The package can also be used to convert a user script into a add-on.

The module of particualy importance is the userscript module, which directly allows a consumer to 'create'/initialize/load user scripts.

Example

var self = require("self");
var {UserScript} = require("userscript");
exports.main = function() {
  UserScript(self.data.url("test.user.js"));
};

About

Add-on/Jetpack SDK package which allows one to use user scripts within addons.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published