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
Kuba Orlik f39bfd12b5 Add unknown-legal-basis problem 2022-07-07 21:16:48 +02:00
.vscode
assets Move clear functions to options, simplify UI 2022-07-06 19:32:09 +02:00
components Add unknown-legal-basis problem 2022-07-07 21:16:48 +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
extended-request.ts Attempt to fix a problem where previous page request influenced the score of the new page 2022-07-07 20:00:33 +02:00
manifest.json
mark.ts
memory.ts Attempt to fix a problem with lots of errors being logged in the console 2022-07-07 20:00:00 +02:00
options.scss Move clear functions to options, simplify UI 2022-07-06 19:32:09 +02:00
options.tsx Move clear functions to options, simplify UI 2022-07-06 19:32:09 +02:00
package-lock.json Add unknown-legal-basis problem 2022-07-07 21:16:48 +02:00
package.json Fix dead objects errors 2022-05-02 17:04:56 +02:00
render-data-list.js
request-cluster.ts Add unknown-legal-basis problem 2022-07-07 21:16:48 +02:00
safer-emitter.ts Add unknown-legal-basis problem 2022-07-07 21:16:48 +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