From 528084a0c1d1efbe4bee47a1a145459f7ffa6b3b Mon Sep 17 00:00:00 2001 From: ccd0 Date: Wed, 24 Jan 2018 09:18:14 -0800 Subject: [PATCH] Build web page. --- index.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/index.html b/index.html index 60990e843..975ffac84 100644 --- a/index.html +++ b/index.html @@ -39,7 +39,7 @@

Note: This version of 4chan X does not work with Opera 12. If you need Opera 12 support, try loadletter's fork instead.

Install JS Blocker or Tampermonkey, then click here to install 4chan X.

-

+

Several minimal browsers have support for userscripts and can run 4chan X. Due to the lack of the cross-site GM_* API, and lack of support for userscripts in iframes, not all features will work. You may experience crashes when repeatedly solving the default image-based captchas. You can avoid this problem by enabling Use Recaptcha v1 in your settings.

@@ -123,7 +123,7 @@ var engine = (function() { if (/Gecko\/|Goanna/.test(navigator.userAgent)) return 'gecko'; if (/Presto\//.test(navigator.userAgent)) return 'presto'; })(); -var engines = {'firefox': 'gecko', 'chromium': 'blink presto', 'safari': 'webkit', 'webkitgtk': 'webkit', 'ms-edge': 'edge', 'other-browsers': ''}; +var engines = {'firefox': 'gecko', 'chromium': 'blink presto', 'safari': 'webkit', 'webkitgtk-qtwebkit-qtwebengine': 'webkit', 'ms-edge': 'edge', 'other-browsers': ''}; if (location.hash.slice(1) in engines) { for (browser in engines) { document.getElementById(browser + '-hide').checked = (browser !== location.hash.slice(1));