Orignal unmaintained version of the Lightbeam extension. See lightbeam-we for the new one which works in modern versions of Firefox.
Перейти к файлу
Monica Chew d7e987b68e Open first run page in background 2015-01-30 14:34:24 -08:00
assets Losslessly optimize images 2014-04-24 15:13:53 +12:00
data Merge pull request #655 from fmarier/update-d3 2015-01-23 10:02:41 -08:00
design [#103] Added base design AI files 2012-09-28 10:54:37 -07:00
doc Really fix version numbers 2014-05-08 09:18:42 -07:00
hooks Install git hooks (fix #567) 2014-05-30 14:11:46 +12:00
images Losslessly optimize images 2014-04-24 15:13:53 +12:00
javascripts Add MPL copyright header to all of our files 2014-04-30 18:45:12 +12:00
lib Open first run page in background 2015-01-30 14:34:24 -08:00
saucetesting adding sauce testing files 2013-09-24 11:53:17 -07:00
stylesheets Create gh-pages branch via GitHub 2014-02-26 11:55:09 -08:00
test Replacing Collusion to Lightbeam 2013-11-15 19:29:02 -02:00
.gitignore Fix the least controversial jshint warnings 2014-04-25 11:48:33 +12:00
.jsbeautifyrc Ignore wraps 2014-04-22 18:46:17 -07:00
.jshintrc Silence warnings about missing new with constructors 2014-05-29 11:27:49 +12:00
CONTRIBUTING.md Install git hooks (fix #567) 2014-05-30 14:11:46 +12:00
LICENSE Add a full copy of the MPL to the repo 2014-04-30 19:11:18 +12:00
README.md Bump Firefox version 2014-11-26 15:00:12 +13:00
RELEASING.md Add a note about dealing with Github milestones 2015-01-23 18:04:00 +13:00
index.html Delete unused file 2014-02-26 12:05:31 -08:00
package.json Bump version to 1.2.0 2015-01-23 16:28:22 +13:00
params.json Create gh-pages branch via GitHub 2014-02-26 11:55:09 -08:00

README.md

Lightbeam for Firefox README

This is an add-on for Firefox that helps to visualize sites that may be tracking you around the internet. The add-on is available from https://addons.mozilla.org/en-US/firefox/addon/lightbeam/.

Prerequisites

If you only want to see the demo, you don't need any of these; all you need is a modern browser.

Quick Start

First, install the Mozilla Add-on SDK if you haven't already.

Once it's installed, activate it in a command line terminal:

cd addon-sdk
source bin/activate

Then, check out the Lightbeam repository and enter it (do this where you want the lightbeam directory, not in the addon-sdk directory):

git clone git://github.com/mozilla/lightbeam.git
cd lightbeam

Finally, run:

cfx run

This will start Firefox with a temporary profile that has Lightbeam installed. Just click on the Lightbeam icon at the bottom-right of the browser window to open the web front-end.

At this point, any changes you make to the web front-end simply require reloading the tab containing it. Changing the add-on, however, will require quitting Firefox and running cfx run again.

Software Used

The following software is bundled with the repository and doesn't need to be manually obtained.