public
Description: Reddit, Hacker News, Digg voting script for Ubiquity.
Homepage:
Clone URL: git://github.com/jeresig/vote.git
vote / index.html
100644 11 lines (10 sloc) 0.248 kb
1
2
3
4
5
6
7
8
9
10
11
<html>
<head>
<title>Ubiquity Vote</title>
<link rel="commands" href="vote.js" name="Vote"/>
</head>
<body>
<h1>Ubiquity Vote</h1>
<p>A script that automates voting for stories and comments on Reddit, Hacker News, and Digg.</p>
</body>
</html>