🇬🇧 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 cc881fddbe Expand description of article 173 2022-02-10 17:07:47 +01:00
.vscode Update template 2022-01-17 19:56:52 +01:00
assets Improve contrast 2022-02-02 10:33:09 +01:00
report-window Expand description of article 173 2022-02-10 17:07:47 +01:00
sidebar Create complex types for the survey response to prepare for template writing 2022-02-07 21:17:37 +01:00
.editorconfig Add base styles, two views, plugins, esbuild script 2022-01-17 19:50:14 +01:00
.gitignore Delegate memory to background process 2021-11-07 13:57:24 +01:00
.prettierrc Expand description of article 173 2022-02-10 17:07:47 +01:00
README.md Bump version 2022-01-29 21:32:34 +01: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 Questionare checkpoint 2022-01-30 17:37:04 +01:00
extended-request.ts Use the new flattening across other sources of data. Remove leading "." for entries one level deep 2021-11-28 12:31:51 +01:00
manifest.json Improve contrast 2022-02-02 10:33:09 +01:00
mark.ts Flatten the stolen data 2021-11-22 17:54:15 +01:00
memory.ts Improve performance by limiting renders 2022-02-07 15:28:01 +01:00
options.scss Improve contrast 2022-02-02 10:33:09 +01:00
options.tsx Update icons, add minValueLength to LocalStorage 2022-01-29 01:13:02 +01:00
package-lock.json Add surveyjs 2022-02-03 22:20:07 +01:00
package.json Add surveyjs 2022-02-03 22:20:07 +01:00
render-data-list.js Sztucznie nadane id -> identyfikator internetowy 2021-12-18 16:47:00 +01:00
request-cluster.ts Wsparcie dla dwóch podstawowych problemów, more to come 2022-02-08 22:27:12 +01:00
screenshot.png Update screenshots 2022-01-29 16:48:37 +01:00
screenshot2.png Update screenshots 2022-01-29 16:48:37 +01:00
screenshot3.png Update screenshots 2022-01-29 16:48:37 +01:00
stolen-data-entry.ts Improve performance by limiting renders 2022-02-07 15:28:01 +01: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 Improve performance by limiting renders 2022-02-07 15:28:01 +01: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

screenshot screenshot screenshot