diff --git a/index.html b/index.html index fa71ce168..80e7b89ad 100644 --- a/index.html +++ b/index.html @@ -10,24 +10,39 @@ h1 { text-align: center; background-color: #eee; } -img { +img.screenshot { display: block; margin: auto; width: 640px; max-width: 100%; - height: auto; } @media (min-width: 1120px) { - img { + img.screenshot { float: right; margin-left: 8px; } } +img.hover { + display: none; +} +a:hover + img.hover { + display: block; + position: absolute; + top: 0; + bottom: 0; + left: 0; + right: 0; + margin: auto; + max-width: 100%; + max-height: 100%; + pointer-events: none; + box-shadow: 5px 5px 20px rgba(0,0,0,0.4); +}
-
+
Adds various features to 4chan. Originally written by aeosynth, and subsequently maintained by Mayhem, ihavenoface, Zixaphir, Seaweed, and Spittie, with contributions from many others.
If you're looking for a maintained fork of OneeChan (a style script used in addition to 4chan X), try @@ -40,7 +55,7 @@ If you're switching to this fork from someone else's fork of 4chan X, ba
Known issues: The combination of Firefox 29 and Greasemonkey 2.0+ causes 4chan X not to work. If you have this problem, you should upgrade Firefox to version 30 or higher. -Alternatively, you can downgrade to Greasemonkey 1.15 and turn off automatic updates for Greasemonkey (see pic).
+Alternatively, you can downgrade to Greasemonkey 1.15 and turn off automatic updates for Greasemonkey (see pic
).
Download the file from the link above and add drag it to your chrome://extensions page.
This should also work for non-Windows/dev/canary Chrome and Chromium-based versions of Opera.