90 lines
3.1 KiB
HTML
90 lines
3.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>4chan X</title>
|
|
<link rel="shortcut icon" href="favicon.png">
|
|
<script type="text/javascript">
|
|
window.onload = function() {
|
|
var s = document.createElement('script'); s.async = true;
|
|
s.src = 'https://apis.google.com/js/plusone.js';
|
|
document.head.appendChild(s);
|
|
};
|
|
</script>
|
|
<style>
|
|
body {
|
|
font-family: Georgia, "Bitstream Charter", serif;
|
|
margin: auto;
|
|
position: relative;
|
|
text-align: justify;
|
|
width: 500px;
|
|
}
|
|
h1, h2, h3, h4 {
|
|
color: #DDD;
|
|
font-weight: 700;
|
|
text-transform: capitalize;
|
|
margin: 0;
|
|
opacity: .8;
|
|
overflow: hidden;
|
|
text-align: center;
|
|
}
|
|
h1 {
|
|
font-size: 110px;
|
|
text-shadow: 0 2px 2px #888;
|
|
}
|
|
h2 {
|
|
font-size: 100px;
|
|
text-transform: uppercase;
|
|
text-shadow: 0 2px 2px #888;
|
|
}
|
|
h3 > * {
|
|
float: left;
|
|
width: 33%;
|
|
}
|
|
h4 {
|
|
margin: 5px 0;
|
|
}
|
|
h4 > * {
|
|
float: left;
|
|
width: 50%;
|
|
}
|
|
a {
|
|
color: #FA0;
|
|
text-decoration: none;
|
|
opacity: .75;
|
|
-webkit-transition: opacity .2s;
|
|
-moz-transition: opacity .2s;
|
|
-o-transition: opacity .2s;
|
|
}
|
|
a:hover {
|
|
opacity: 1;
|
|
}
|
|
hr {
|
|
border: 1px #DDD solid
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>4chan x</h1>
|
|
<h2><a href="https://github.com/aeosynth/4chan-x/raw/master/4chan_x.user.js">install</a></h2>
|
|
<h3>
|
|
<a href="https://raw.github.com/aeosynth/4chan-x/master/changelog">changelog</a>
|
|
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_donations&business=2DBVZBUAM4DHC&lc=US&item_name=Aeosynth¤cy_code=USD&bn=PP%2dDonationsBF%3abtn_donate_LG%2egif%3aNonHosted">donate</a>
|
|
<div><g:plusone></g:plusone></div>
|
|
</h3>
|
|
<h4>
|
|
<a href="http://chat.now.im/x/aeos">anonymous support throd</a>
|
|
<a href="https://github.com/aeosynth/4chan-x/issues">GitHub issues tracker</a>
|
|
</h4>
|
|
<hr>
|
|
<p>The latest stable releases of <strong>Firefox</strong>, <strong>Chrome</strong> and <strong>Opera</strong> are supported.</p>
|
|
<p><strong>Firefox</strong>: install <a href="https://addons.mozilla.org/firefox/addon/scriptish/">Scriptish</a>, restart Firefox, and install 4chan X.</p>
|
|
<p>If you get a security error involving localStorage (check the web console with Ctrl + Shift + K), go to <code>about:config</code> and enable <code>dom.storage.enabled</code>.</p>
|
|
<p><strong>Chrome</strong>: Install 4chan X, that's it.</p>
|
|
<p><strong>Opera</strong>: Save 4chan X into your userscripts folder. If you didn't set it already, select a folder with: Ctrl + F12 (Preferences) > Advanced > Content > Javacript Options > user Javascript Folder.</p>
|
|
<hr>
|
|
<p>For linkification / youtube embedding, check out <a href="http://userscripts.org/scripts/show/107707">YouLink</a>, which works on the entire web, not just 4chan.</p>
|
|
<p>For exhentai sauce, check out <a href="http://userscripts.org/scripts/show/108810">ExSauce</a>.</p>
|
|
</body>
|
|
</html>
|