Orignal unmaintained version of the Lightbeam extension. See lightbeam-we for the new one which works in modern versions of Firefox.
Перейти к файлу
Francois Marier 0d6d77e6c2
Bump version to 1.3.2
2017-03-22 13:50:59 -04:00
assets Losslessly optimize images 2014-04-24 15:13:53 +12:00
data Delete unused font 2015-11-15 11:30:07 -08:00
design
doc Really fix version numbers 2014-05-08 09:18:42 -07:00
hooks Move to jpm (fixes #669) 2015-10-28 21:13:51 +01: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 Replace nonstandard for-each-in loop with for-of 2016-12-03 19:10:50 -08:00
saucetesting
stylesheets
test Move to jpm (fixes #669) 2015-10-28 21:13:51 +01:00
.gitignore Fix the least controversial jshint warnings 2014-04-25 11:48:33 +12:00
.jpmignore Only include essential files in the generated XPI 2015-11-15 11:50:19 -08:00
.jsbeautifyrc
.jshintrc Silence warnings about missing new with constructors 2014-05-29 11:27:49 +12:00
CONTRIBUTING.md Move to jpm (fixes #669) 2015-10-28 21:13:51 +01:00
LICENSE Add a full copy of the MPL to the repo 2014-04-30 19:11:18 +12:00
README.md Move to jpm (fixes #669) 2015-10-28 21:13:51 +01:00
RELEASING.md Move to jpm (fixes #669) 2015-10-28 21:13:51 +01:00
index.html
package.json Bump version to 1.3.2 2017-03-22 13:50:59 -04:00
params.json

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.

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:

jpm 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 jpm run again.

Software Used

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