From d499103fe3bb49a11dd518d76c325a42822d114f Mon Sep 17 00:00:00 2001 From: ccd0 Date: Thu, 12 Mar 2015 02:12:16 -0700 Subject: [PATCH] Build web page. --- index.html | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index d55c87cab..f4b2fc51f 100644 --- a/index.html +++ b/index.html @@ -15,7 +15,7 @@ Report Bugs -screenshot +Screenshot

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'; +}