diff --git a/index.html b/index.html
index d55c87cab..f4b2fc51f 100644
--- a/index.html
+++ b/index.html
@@ -15,7 +15,7 @@
Report Bugs
-
+
Adds various features to 4chan. Originally written by aeosynth, and subsequently maintained by Mayhem, ihavenoface, Zixaphir, Seaweed, and Spittie, with contributions from many others.
@@ -79,5 +79,8 @@ for (var i = 0; i < document.links.length; i++) { link.addEventListener('click', storeInstall, false); } } +if (!('pointer-events' in document.documentElement.style)) { + document.documentElement.className = 'workaround'; +}