Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

fxconsole

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

fxconsole

Remote JavaScript console for Firefox

  • 0.0.1
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

fxconsole

fxconsole is a remote Javascript console for Firefox that runs in your terminal.

Install

With node.js and the npm package manager:

npm install fxconsole -g

You can now use fxconsole from the command line.

Connecting

Desktop Firefox

  1. Enable remote debugging (You'll only have to do this once)

  2. Open the DevTools. Web Developer > Toggle Tools

  3. Visit the settings panel (gear icon)

  4. Check "Enable remote debugging" under Advanced Settings

  5. Listen for a connection

  6. Open the Firefox command line with Tools > Web Developer > Developer Toolbar.

  7. Start a server by entering this command: listen 6000 (where 6000 is the port number)

Firefox for Android

Follow the instructions in this short Hacks video

FirefoxOS Simulator

This one is a bit hacky right now, and object inspection doesn't work yet, but feel free to try. The .tabs command lists the currently open apps in the simulator.

  1. Install FirefoxOS Simulator in Firefox
  2. Start the Simulator with Tools > Web Developer > Firefox OS Simulator
  3. Get the port the Simulator is listening on with this terminal command: lsof -i -P | grep -i "b2g" in Linux/Mac.
  4. Start fxconsole and with the --port argument.

Usage

fxconsole --port 6000 --host 10.251.34.157

Commands

There are two extra REPL commands available beyond the standard node.js commands. .tabs lists the open tabs in Firefox. .switch 2 switches to evaluating in a tab. The argument is the index of the tab to switch to.

What it looks like

fxconsole in Terminal

Keywords

FAQs

Package last updated on 13 Aug 2013

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc