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 6e062f92d7 Attempt to fix a problem where previous page request influenced the score of the new page 2022-07-07 20:00:33 +02:00
.vscode
assets
components
styles
.editorconfig
.gitignore
.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
options.scss
options.tsx
package-lock.json
package.json
render-data-list.js
request-cluster.ts
safer-emitter.ts
stolen-data-entry.ts
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