Build web page.
This commit is contained in:
parent
051e3c3432
commit
fc98a839bc
11
index.html
11
index.html
@ -13,11 +13,12 @@ h1 {
|
||||
img {
|
||||
display: block;
|
||||
margin: auto;
|
||||
max-width: 100%
|
||||
max-width: 100%;
|
||||
}
|
||||
@media (min-width: 1120px) {
|
||||
img {
|
||||
float: right;
|
||||
margin-left: 8px;
|
||||
}
|
||||
}
|
||||
</style>
|
||||
@ -26,9 +27,9 @@ img {
|
||||
</head><body>
|
||||
<h1 id="4chan-x">4chan X</h1><img src="img/screenshot.png">
|
||||
<p>Adds various features to 4chan.
|
||||
A continuation of the fork formerly maintained by <a href="https://github.com/seaweedchan/4chan-x">Seaweed</a> and subsequently <a href="https://github.com/Spittie/4chan-x">Spittie</a>.</p>
|
||||
<p>If you're looking for a maintained fork of OneeChan, try
|
||||
<a href="https://github.com/Nebukazar/OneeChan">https://github.com/Nebukazar/OneeChan</a></p>
|
||||
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
|
||||
<a href="https://github.com/Nebukazar/OneeChan">https://github.com/Nebukazar/OneeChan</a>.</p>
|
||||
<h2 id="firefox-version-click-to-install-https-ccd0-github-io-4chan-x-builds-4chan-x-user-js-">Firefox version: <a href="https://ccd0.github.io/4chan-x/builds/4chan-X.user.js">Click to Install</a></h2>
|
||||
<p>Install <a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/">Greasemonkey</a>, then click the link above to install 4chan X. If you are using Firefox 29 or earlier, you should use <a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/versions/#version-1.15">Greasemonkey 1.15</a>.</p>
|
||||
<p>If you want to try out Electrolysis, use the latest <a href="https://addons.mozilla.org/en-US/firefox/addon/greasemonkey/versions/">beta version</a> of Greasemonkey. See <a href="https://github.com/greasemonkey/greasemonkey/issues/2004">this thread</a> for the latest news on support.</p>
|
||||
@ -46,7 +47,7 @@ This should also work for non-Windows/dev/canary Chrome and Chromium-based versi
|
||||
<p>The stable and beta releases of Chrome on Windows will disable extensions not installed from the Chrome store, so users will need to install 4chan X from the link above.
|
||||
Only the latest stable version of 4chan X is available.</p>
|
||||
<h2 id="other-browsers">Other browsers</h2>
|
||||
<p>This fork of 4chan X is not guaranteed to work correctly in other browsers, but you are welcome to try your luck. Pull requests to fix the bugs you will likely find are always welcome. You may fare better with <a href="https://github.com/loadletter/4chan-x">loadletter's v2 fork</a>, which has fewer features but less dependence on browser-specific APIs.</p>
|
||||
<p>This fork of 4chan X is not guaranteed to work correctly in other browsers, but you are welcome to try your luck. Pull requests to fix the bugs you will likely find are always welcome. You may fare better with <a href="https://github.com/loadletter/4chan-x">loadletter's fork</a>, which has fewer features but less dependence on browser-specific APIs.</p>
|
||||
<ul>
|
||||
<li><a href="https://github.com/ccd0/4chan-x/wiki/Installing-4chan-X-in-dwb">Installing 4chan X in dwb</a></li>
|
||||
</ul>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user