🇬🇧 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
Kuba Orlik fa441b5b81 Fix dead objects errors 2022-05-02 17:04:56 +02:00
.vscode Update template 2022-01-17 19:56:52 +01:00
assets Update designs 2022-04-24 22:11:33 +02:00
components Fix dead objects errors 2022-05-02 17:04:56 +02:00
styles Add checkboxes for domains 2022-05-02 13:46:53 +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 Cleanup files, split sidebar and toolbar 2022-04-13 11:44:59 +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 Update report-window styles 2022-04-25 20:02:20 +02:00
extended-request.ts Handle dead objects 2022-04-22 13:00:02 +02:00
manifest.json Cleanup files, split sidebar and toolbar 2022-04-13 11:44:59 +02:00
mark.ts Flatten the stolen data 2021-11-22 17:54:15 +01:00
memory.ts Fix dead objects errors 2022-05-02 17:04:56 +02:00
options.scss Update 2022-04-15 13:58:29 +02:00
options.tsx Update designs 2022-04-24 22:11:33 +02:00
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 Sztucznie nadane id -> identyfikator internetowy 2021-12-18 16:47:00 +01:00
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 Better, recursive FlattenObject that now also parses recursively 2021-11-26 22:07:33 +01: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

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