Skip to content

Instantly share code, notes, and snippets.

@wbamberg
Created July 19, 2011 19:03
Show Gist options
  • Save wbamberg/1093424 to your computer and use it in GitHub Desktop.
Save wbamberg/1093424 to your computer and use it in GitHub Desktop.
var pageMod = require("page-mod");
const tabs = require("tabs");
pageMod.PageMod({
include: ["*"],
contentScriptWhen: 'start',
contentScript: "console.log('the loco', window.location);"
});
tabs.open("www.mozilla.org");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment