Build web page.
This commit is contained in:
parent
3ba1ac26fb
commit
68b3fa6f23
25
index.html
25
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);
|
||||
}
|
||||
</style>
|
||||
<link rel="icon" href="src/General/img/icon.gif">
|
||||
<link rel="chrome-webstore-item" href="https://chrome.google.com/webstore/detail/ohnjgmpcibpbafdlkimncjhflgedgpam">
|
||||
</head><body>
|
||||
<h1 id="4chan-x">4chan X</h1><a href="img/screenshot.png"><img src="img/screenshot.png"></a>
|
||||
<h1 id="4chan-x">4chan X</h1><a href="img/screenshot.png"><img class="screenshot" src="img/screenshot.png"></a><img class="hover" src="img/screenshot.png">
|
||||
<p>Adds various features to 4chan.
|
||||
Originally written by <a href="https://github.com/aeosynth/4chan-x">aeosynth</a>, and subsequently maintained by <a href="https://github.com/MayhemYDG/4chan-x">Mayhem</a>, <a href="https://github.com/ihavenoface/4chan-x">ihavenoface</a>, <a href="https://github.com/zixaphir/appchan-x">Zixaphir</a>, <a href="https://github.com/seaweedchan/4chan-x">Seaweed</a>, and <a href="https://github.com/Spittie/4chan-x">Spittie</a>, with contributions from many others.</p>
|
||||
<p>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
|
||||
<p><strong>Known issues</strong>:
|
||||
The combination of Firefox 29 and Greasemonkey 2.0+ causes 4chan X not to work.
|
||||
If you have this problem, you should <a href="http://www.mozilla.org/en-US/firefox/new/">upgrade Firefox</a> to version 30 or higher.
|
||||
Alternatively, you can downgrade to <a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/versions/#version-1.15">Greasemonkey 1.15</a> and turn off automatic updates for Greasemonkey (<a href="https://ccd0.github.io/4chan-x/img/2014-07-12_16-19-32.png">see pic</a>).</p>
|
||||
Alternatively, you can downgrade to <a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/versions/#version-1.15">Greasemonkey 1.15</a> and turn off automatic updates for Greasemonkey (<a href="https://ccd0.github.io/4chan-x/img/2014-07-12_16-19-32.png">see pic</a><img class="hover" src="https://ccd0.github.io/4chan-x/img/2014-07-12_16-19-32.png">).</p>
|
||||
<h2 id="chromium-version-click-to-install-https-ccd0-github-io-4chan-x-builds-4chan-x-crx-">Chromium version: <a href="https://ccd0.github.io/4chan-x/builds/4chan-X.crx">Click to Install</a></h2>
|
||||
<p>Download the file from the link above and add drag it to your <code>chrome://extensions</code> page.
|
||||
This should also work for non-Windows/dev/canary Chrome and Chromium-based versions of Opera.</p>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user