4chan-x/index.html
2011-08-23 17:07:42 -07:00

82 lines
2.5 KiB
HTML

<!doctype html>
<html>
<head>
<meta charset="UTF-8">
<title>4chan X</title>
<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;
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 > * {
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&currency_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 Firefox, Chrome and Opera are supported.</p>
<p>Firefox: 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>
<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>