[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-2780":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":9,"language":10,"languages":9,"totalLinesOfCode":9,"stars":11,"forks":12,"watchers":13,"openIssues":14,"contributorsCount":15,"subscribersCount":15,"size":15,"stars1d":15,"stars7d":15,"stars30d":13,"stars90d":15,"forks30d":15,"starsTrendScore":15,"compositeScore":16,"rankGlobal":9,"rankLanguage":9,"license":9,"archived":17,"fork":17,"defaultBranch":18,"hasWiki":19,"hasPages":17,"topics":20,"createdAt":9,"pushedAt":9,"updatedAt":21,"readmeContent":22,"aiSummary":23,"trendingCount":15,"starSnapshotCount":15,"syncStatus":14,"lastSyncTime":24,"discoverSource":25},2780,"fingerprintdetector","mr-r3b00t\u002Ffingerprintdetector","mr-r3b00t","A very in development\u002Ftest of a chrome extension to see who is conducting what fingerprinting when you visit a website. use at own risk",null,"JavaScript",113,14,1,2,0,3.53,false,"main",true,[],"2026-06-12 02:00:43","# Fingerprint Detector\n\nA Chrome extension that detects, blocks, and spoofs browser fingerprinting attempts in real time.\n\n**Copyright Xservus Limited. All rights reserved.**\n\n---\n\n## Disclaimer\n\nThis is a **test version**. It is provided as-is with **no warranty, no support, and no guarantee of functionality**. Use at your own risk. Xservus Limited accepts no liability for any issues arising from the use of this software.\n\n---\n\n## What it does\n\nWebsites use browser fingerprinting to track you without cookies. They probe dozens of browser APIs (canvas, WebGL, audio, screen size, fonts, plugins, hardware info, etc.) to build a unique identifier for your browser.\n\nFingerprint Detector intercepts these API calls and gives you three modes:\n\n| Mode | What it does |\n|------|-------------|\n| **Detect** | Monitors fingerprinting API calls without interfering. Shows you exactly what a site is probing. |\n| **Ghost** | Returns common generic values for all fingerprinting APIs. Blocks canvas\u002Faudio\u002FWebGL data extraction. Spoofs HTTP headers. Makes you blend into the crowd. |\n| **Spoof** | Returns uniform fake values (Chrome 120 \u002F Windows 10 \u002F Intel UHD 630) with deterministic noise on canvas and audio. Every visit looks like the same common browser. |\n\n### Features\n\n- Real-time detection of 12+ fingerprinting categories (Canvas, WebGL, Audio, Plugins, Hardware, Screen, Fonts, WebRTC, Battery, UA\u002FPlatform, Storage, Connection)\n- Per-site mode configuration with global defaults\n- HTTP User-Agent and Accept-Language header spoofing via declarativeNetRequest\n- CSS font enumeration protection\n- Timezone spoofing (Intl.DateTimeFormat + Date.getTimezoneOffset)\n- Return value logging showing exactly what data sites extracted\n- Blocked call counter with visual indicators\n- JSON export of detection reports\n- Share results on X\u002FTwitter\n- Badge showing detection count and severity (green\u002Forange\u002Fred)\n\n---\n\n## Installation\n\n### Step 1: Download the extension\n\nClone or download this repository to your computer:\n\n```\ngit clone https:\u002F\u002Fgithub.com\u002Fmr-r3b00t\u002Ffingerprintdetector.git\n```\n\nOr click **Code > Download ZIP** on GitHub and extract the ZIP file.\n\n### Step 2: Open Chrome Extensions\n\n1. Open Google Chrome\n2. Navigate to `chrome:\u002F\u002Fextensions\u002F`\n3. Enable **Developer mode** using the toggle in the top-right corner\n\n### Step 3: Load the extension\n\n1. Click **Load unpacked**\n2. Select the folder containing the extension files (the folder with `manifest.json` in it)\n3. The extension icon should appear in your Chrome toolbar\n\n### Step 4: Pin the extension (optional)\n\n1. Click the puzzle piece icon in the Chrome toolbar\n2. Find **Fingerprint Detector** in the list\n3. Click the pin icon to keep it visible in the toolbar\n\n---\n\n## Usage\n\n1. Visit any website\n2. Click the Fingerprint Detector icon in the toolbar\n3. The popup shows all detected fingerprinting API calls, grouped by category\n4. Use the **Detect \u002F Ghost \u002F Spoof** toggle to change protection mode\n5. Click **Set for site** to save the mode for the current domain, or **Set as default** for all sites\n6. Click **Export** to download a JSON report of all detections\n7. Click **Post on X** to share your findings\n\n### Modes explained\n\n- **Detect**: Passive monitoring only. See what sites are doing without changing anything.\n- **Ghost**: Active protection. Returns the most common browser values so you blend in with millions of other Chrome users. Blocks canvas pixel extraction, audio fingerprinting, and WebRTC IP leaks.\n- **Spoof**: Returns a fixed fake identity (Chrome 120 on Windows 10 with Intel UHD 630 graphics). Adds deterministic noise to canvas and audio so your fingerprint is consistent per-domain but different from your real one.\n\n---\n\n## Tested against\n\n- [EFF Cover Your Tracks](https:\u002F\u002Fcoveryourtracks.eff.org\u002F) - Achieves \"randomized fingerprint\" status in Ghost mode\n- LinkedIn, Google, Facebook, and other high-fingerprinting sites\n\n---\n\n## Acknowledgements\n\nThanks to **Horatio** for suggesting the share to social media feature!\n\n---\n\n## License\n\nCopyright Xservus Limited. All rights reserved.\n\nThis software is proprietary. No license is granted for redistribution, modification, or commercial use without explicit written permission from Xservus Limited.\n\n---\n\n## Contact\n\n- GitHub: [github.com\u002Fmr-r3b00t\u002Ffingerprintdetector](https:\u002F\u002Fgithub.com\u002Fmr-r3b00t\u002Ffingerprintdetector)\n- Twitter\u002FX: [@UK_Daniel_Card](https:\u002F\u002Ftwitter.com\u002FUK_Daniel_Card)\n","Fingerprint Detector 是一个 Chrome 浏览器扩展程序，用于检测、阻止和伪装浏览器指纹识别尝试。其核心功能包括实时监测 12 种以上的指纹识别类别（如 Canvas、WebGL、Audio 等），并提供三种模式：检测模式仅监控 API 调用；Ghost 模式返回通用值以混淆追踪；Spoof 模式则提供一致的虚假数据使每次访问看起来相同。此外，该工具还支持自定义 HTTP 头部信息、CSS 字体枚举保护以及时区伪装等高级特性。适用于需要增强个人隐私保护、防止被网站跟踪的用户场景。请注意，此项目尚处于测试阶段，使用时需自行承担风险。","2026-06-11 02:51:12","CREATED_QUERY"]