Introduction
Introduction Statistics Contact Development Disclaimer Help
uncomment ua - firefox-fix-web - Firefox extension: fix web
git clone git://git.codemadness.org/firefox-fix-web
Log
Files
Refs
README
LICENSE
---
commit a81434c3c96580c016888e52e4e95dc8d1a39f84
parent c3f263a560549afadef48cb668af08ea91b41f1c
Author: Hiltjo Posthuma <[email protected]>
Date: Sun, 20 Dec 2020 11:45:50 +0100
uncomment ua
Diffstat:
M extension/background.js | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/extension/background.js b/extension/background.js
@@ -5,11 +5,11 @@ var ff_version = info.version || "72.0";
/* User-Agent's */
// Windows 7 (64-bit)
-//var ua_windows7 = "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:" + ff_versio…
+var ua_windows7 = "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:" + ff_version …
// Windows 10 (64-bit)
var ua_windows10 = "Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:" + ff_versio…
// Windows 10 Chrome, NOTE: update version manually if needed.
-//var ua_windows10_chrome = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWe…
+var ua_windows10_chrome = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebK…
// OpenBSD amd64
var ua_openbsd = "Mozilla/5.0 (X11; OpenBSD amd64; rv:" + ff_version + ") Geck…
You are viewing proxied material from codemadness.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.