From be940b008483295aa07b8121651f3c381c33b856 Mon Sep 17 00:00:00 2001 From: feder-cr <85809106+feder-cr@users.noreply.github.com> Date: Thu, 25 Jun 2026 04:27:32 +0200 Subject: [PATCH] docs: remove preferences line from README --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index 3bb65cf..3fd2319 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ invisible_playwright spoofs **all the layers that matter, together, coherently**: Navigator, screen, GPU/WebGL, Canvas, fonts, audio, WebRTC, timezone, DevTools detection, SOCKS5 auth, and the rest. See [feder-cr/invisible_firefox](https://github.com/feder-cr/invisible_firefox) for the full per-layer breakdown of which C++ files are patched and why. -Everything is driven by preferences - no hardcoded values in the binary. You change one pref, you change the spoofed value. ---