🇬🇧 Rentgen is a Firefox plug-in that automatically visualizes what data has been sent to third parties by the sites you visit. It allows you to generate a report or the content of an email that can be sent to the site administrator and/or the Office of Privacy and Data Protection. ⸺ 🇵🇱 Rentgen to wtyczka dla Firefoxa, która automatycznie wizualizuje, jakie dane zostały wysłane do podmiotów trzecich przez odwiedzane strony. Pozwala wygenerować raport lub treść maila, który można wysłać do administratora strony i/lub UODO. https://addons.mozilla.org/en-US/firefox/addon/rentgen
Go to file
Arkadiusz Wieczorek d5fc4da1a1 Fix dimmensions 2022-07-09 12:42:28 +02:00
.vscode Update template 2022-01-17 19:56:52 +01:00
assets Update screenshot 2022-07-09 12:37:40 +02:00
components Cleanup 2022-07-09 10:53:20 +02:00
styles Add subscriber 2022-05-21 14:42:15 +02:00
.editorconfig Add base styles, two views, plugins, esbuild script 2022-01-17 19:50:14 +01:00
.gitignore Fix dead objects errors 2022-05-02 17:04:56 +02:00
.prettierrc Add toolbar icon 2022-04-11 13:52:45 +02:00
README.md Fix dimmensions 2022-07-09 12:42:28 +02:00
background.ts Checkpoint 2021-11-07 15:45:26 +01:00
email-template-harsh.js Harsher email template - mention uselessness of IAB 2021-10-19 16:18:13 +02:00
email-template-polite.js Dodanie łagodniejszej wersji maila 2021-06-29 21:07:50 +02:00
esbuild.config.js Cleanup 2022-07-09 10:53:20 +02:00
extended-request.ts Cleanup 2022-07-09 10:53:20 +02:00
manifest.json Update version and package.json 2022-07-09 10:56:30 +02:00
mark.ts Flatten the stolen data 2021-11-22 17:54:15 +01:00
memory.ts Cleanup 2022-07-09 10:53:20 +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 Update version and package.json 2022-07-09 10:56:30 +02:00
package.json Update version and package.json 2022-07-09 10:56:30 +02:00
render-data-list.js Sztucznie nadane id -> identyfikator internetowy 2021-12-18 16:47:00 +01:00
request-cluster.ts Closes #19 - dodanie alternatywnych templatek (raport vs email) 2022-07-08 20:53:12 +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
tsconfig.json Add surveyjs 2022-02-03 22:20:07 +01:00
util.ts Handle dead objects 2022-04-22 13:00:02 +02:00

README.md

Rentgen logo Rentgen

Opis / 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 steals 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