Socket
Socket
Sign inDemoInstall

firebug-lite-ie

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

firebug-lite-ie

Firebug Lite for IE: doing the Firebug way on ancient IE.


Version published
Maintainers
1
Created
Source

Firebug Lite for IE

Why?

Firebug Lite is sometimes the only option to debug the page, especially on some very old embedded devices like hand scanners running Mobile IE6 or Mobile IE7.

Forked from firebug/firebug-lite, original package is not maintained anymore.

This is unofficial fork!!!

Installation

NOTE: Only /build/firebug-lite-debug.js is supported version in this repo (the most stable).

Install these files:

  • build/firebug-lite-debug.js -> /firebug-lite/firebug-lite-debug.js
  • skin/** -> /firebug-lite/skin/**
  • license.txt -> /firebug-lite/license.txt (license requirement)

HTML:

  <!-- This way works well in desktop IE (Windows XP) -->
  <!-- IMPORTANT: skinDir should have trailing / -->
  <script src="/firebug-lite/firebug-lite-debug.js#debug=false,overrideConsole=true,skinDir='/firebug-lite/skin/xp/'"></script>
  <!-- This way works well in mobile IE (Windows CE) -->
  <script src="/firebug-lite/firebug-lite-debug.js">
    { debug: false, overrideConsole: true, skinDir: '/firebug-lite/skin/xp/' }
  </script>

Available options:

  • skinDir - (unofficial)
  • debug - enable/disable default firebug developer debug mode (not needed in most cases)
  • saveCookies
  • saveWindowPosition
  • saveCommandLineHistory
  • startOpened
  • startInNewWindow
  • showIconWhenHidden
  • overrideConsole
  • ignoreFirebugElements
  • disableWhenFirebugActive
  • enableTrace
  • enablePersistent
  • disableXHRListener

There are other options available... Search for this.Env =...

Versioning

Original firebug-lite is tagged as 1.5.1 however, build files have references to 1.4.x and 1.3.x only. I decided to keep 1.5.1 as base and all future versions will have a higher minor version starting from 1.5.2.

TODO

Ideally we need to revive module-based building system and cleanup unused stuff.

License

BSD-3-Clause with Parakey Inc Copyright.

Keywords

FAQs

Package last updated on 12 Mar 2019

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