HomePROJECTS

Espejito

Small application that displays the data that a web page can obtain
Dec 28 2021
1 min readJavaScript, Tools

Installation

  • The complete guide can be found at GitHub
  • Page can be found Here
<h1 align="center">🍀 Espejito... My Data 🍀</h1> Small application that displays the data that a web page can obtain </p>

This project was made for learning purposes only

Finish

  • View your data, if you are using VPN it will show another address, if you are using Brave or another browser it may block tracking.

Download

Available for Mac, Linux and Windows.

Check the latest release

License

💜 MIT License

Code Example

#JAVASCRIPT
1const container = 
2document.getElementById("sections");
3
4const sections = [
5  {
6    title: "Estas usando un navegador",
7    content: {
8      Nombre: platform.name,
9      Version: platform.version,
10      Diseño: platform.layout,
11      Idioma: navigator.language,
12      Cookies: navigator.cookieEnabled,
13      "No rastrear": navigator.doNotTrack,
14      Complementos: navigator.plugins?.length,
15    },
16  },
17];
18

Did you like this article? Share it!

© 2025