Rentgen to wtyczka dla przeglądarek opartych o Firefoxa, która automatycznie wizualizuje, jakie dane zostały ~~wykradzione~~ wysłane do podmiotów trzecich przez odwiedzane strony.
 
 
 
 
Go to file
Arkadiusz Wieczorek 974096bc56 Stick to one window 2022-05-22 17:29:10 +02:00
.vscode
assets
components Stick to one window 2022-05-22 17:29:10 +02:00
styles Add subscriber 2022-05-21 14:42:15 +02:00
.editorconfig
.gitignore Fix dead objects errors 2022-05-02 17:04:56 +02:00
.prettierrc
README.md
background.ts
email-template-harsh.js
email-template-polite.js
esbuild.config.js Update report-window styles 2022-04-25 20:02:20 +02:00
extended-request.ts
manifest.json
mark.ts
memory.ts Fix dead objects errors 2022-05-02 17:04:56 +02:00
options.scss
options.tsx
package-lock.json Fix dead objects errors 2022-05-02 17:04:56 +02:00
package.json Fix dead objects errors 2022-05-02 17:04:56 +02:00
render-data-list.js
request-cluster.ts Fix dead objects errors 2022-05-02 17:04:56 +02:00
safer-emitter.ts Fix dead objects errors 2022-05-02 17:04:56 +02:00
stolen-data-entry.ts Fix dead objects errors 2022-05-02 17:04:56 +02:00
test.ts
tsconfig.json
util.ts

README.md

Rentgen logo Rentgen

Description

Rentgen to wtyczka dla przeglądarek opartych o Firefoxa, która automatycznie wizualizuje, jakie dane zostały wykradzione wysłane do podmiotów trzecich przez odwiedzane strony.

Rentgen is an add-on prepared for Firefox based browsers. This extension will automatically visualize all the data that a given website sends to third parties.

Note: At the moment, we support Polish language because this extension generates mail content that is dedicated to Polish website owners. In further versions of this add-on, we will add other languages as well.

How build and run add-on

  1. Use latest node 16.x and npm 8.x
  2. npm install
  3. npm run build
  4. The build code is located in the lib/ directory