marionette-content-script

0.0.4 • Public • Published

marionette-content-script

A marionette plugin for injecting (or replacing) apis exposed to content frames (apps, browser tabs)

Usage

"Injected" scripts will be presented and loaded before all other scripts loaded by normal content. Currently there is no way to remove a script from the marionette context after exposing it.

// expose to marionette
client.plugin('contentScript', require('marionette-content-script'));
 
// inject a file from the file system into all page loads
client.contentScript.inject(__dirname + '/myabsolute/path/to/file.js');

Dependencies (0)

    Dev Dependencies (4)

    Package Sidebar

    Install

    npm i marionette-content-script

    Weekly Downloads

    3

    Version

    0.0.4

    License

    Apache2

    Last publish

    Collaborators

    • evanxd
    • lights-of-apollo
    • jugglinmike