<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Eddie On Everything &#187; reddit</title>
	<atom:link href="http://www.eddieoneverything.com/tag/reddit/feed" rel="self" type="application/rss+xml" />
	<link>http://www.eddieoneverything.com</link>
	<description>Tips &#38; tricks on things that interest me</description>
	<lastBuildDate>Wed, 11 Jan 2012 08:29:23 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Evil Reddit Javascript Code</title>
		<link>http://www.eddieoneverything.com/javascript/evil-reddit-javascript-code.php</link>
		<comments>http://www.eddieoneverything.com/javascript/evil-reddit-javascript-code.php#comments</comments>
		<pubDate>Thu, 31 Dec 2009 18:57:51 +0000</pubDate>
		<dc:creator>eddie</dc:creator>
				<category><![CDATA[javascript]]></category>
		<category><![CDATA[downvote]]></category>
		<category><![CDATA[reddit]]></category>
		<category><![CDATA[upvote]]></category>

		<guid isPermaLink="false">http://www.eddieoneverything.com/?p=503</guid>
		<description><![CDATA[Reddit.com is a user community where people share new ideas and insightful commentary.  Nah, just kidding &#8211; it&#8217;s just a website where you can find links to certain mob-approved topics. If you&#8217;re so inclined,you can even argue with and insult other people over those links. Ain&#8217;t the internet grand?
One silly feature of Reddit is [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.reddit.com">Reddit.com</a> is a user community where people share new ideas and insightful commentary.  Nah, just kidding &#8211; it&#8217;s just a website where you can find links to certain mob-approved topics. If you&#8217;re so inclined,you can even argue with and insult other people over those links. Ain&#8217;t the internet grand?</p>
<p>One silly feature of Reddit is the &#8220;karma&#8221; feature, where uses can vote a topic or comment &#8220;up&#8221; or &#8220;down&#8221; based on their opinion of the topic, the commenter, the commenter&#8217;s mom, or even the commenter&#8217;s command of the English language. At first, this might sound like a good idea.  After all, if something is useful or insightful, it will then garner a lot of votes, right? </p>
<p>Wrong. In practice, what really happens is that anyone who disagrees with your viewpoint will vote your comment &#8220;down&#8221; for any reason at all, thus ensuring that differing viewpoints are never heard or considered. For instance, say you posted that you kind-of liked Microsoft&#8217;s new search engine &#8220;Bing,&#8221; and stated that its map feature had a couple of innovative ideas.  Well you&#8217;d be instantly voted down by people who hate Microsoft, by geeks that love Google, by denizens that worship Apple, by GPS-fanatics, and people who just don&#8217;t care. You&#8217;ll garner just a few measly &#8220;upvotes&#8221; from people who might have had a chance to read your comments before they were down-voted to internet oblivion.  Ain&#8217;t the internet grand?</p>
<p>And that&#8217;s if you&#8217;re lucky.  If you&#8217;re unlucky, the disagreeing party will go through all of your past comments and vote them all &#8220;down,&#8221; thus ruining your &#8220;karma&#8221; score and decreasing your standing on the site. </p>
<p>In the end, it&#8217;s a pretty silly system.</p>
<p>So, here&#8217;s a little code that will help send that message:</p>
<p>Downvote every comment on a page:<br />
<code>javascript:(function f(){var u=$(".down");if(u.length-1){setTimeout(f,100);u[1].onclick()} })()<br />
</code><br />
Upvote every comment on a page:<br />
<code>javascript:(function f(){var u=$(".up");if(u.length-1){setTimeout(f,100);u[1].onclick()} })()<br />
</code></p>
<p>Just paste the above code into your browser&#8217;s location bar and it will either upvote or downvote every comment on a page.</p>
<p>Ain&#8217;t the internet grand?</p>
<h2  class="related_post_title">Related Posts</h2><ul class="related_post"><li><a href="http://www.eddieoneverything.com/articles/how-to-set-the-window-size-and-position-of-a-chrome-application-shortcut.php" title="How to Set the Window Size and Position of a Chrome Application Shortcut">How to Set the Window Size and Position of a Chrome Application Shortcut</a></li><li><a href="http://www.eddieoneverything.com/articles/adding-a-confirm-dialog-to-instapapers-read-later-bookmarklet.php" title="Adding a Confirm Dialog To Instapaper&#8217;s &#8220;Read Later&#8221; Bookmarklet">Adding a Confirm Dialog To Instapaper&#8217;s &#8220;Read Later&#8221; Bookmarklet</a></li><li><a href="http://www.eddieoneverything.com/programming/how-to-set-a-class-name-using-javascript-in-ie-and-other-browsers.php" title="How To Set a Class Name using Javascript in IE and Other Browsers">How To Set a Class Name using Javascript in IE and Other Browsers</a></li><li><a href="http://www.eddieoneverything.com/internet/how-to-reveal-stored-passwords-in-firefox-chrome-safari-and-ie.php" title="How To Reveal Stored Passwords in Firefox, Chrome, Safari, and IE">How To Reveal Stored Passwords in Firefox, Chrome, Safari, and IE</a></li><li><a href="http://www.eddieoneverything.com/programming/calculate-the-days-since-a-given-date-javascript.php" title="Calculate the Days Since a Given Date (Javascript)">Calculate the Days Since a Given Date (Javascript)</a></li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.eddieoneverything.com/javascript/evil-reddit-javascript-code.php/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>

