Skip to content

Instantly share code, notes, and snippets.

@youpy
Created May 3, 2009 14:38
Show Gist options
  • Save youpy/106009 to your computer and use it in GitHub Desktop.
Save youpy/106009 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name reddit redirect
// @namespace http://d.hatena.ne.jp/youpy/
// @include http://www.reddit.com/*/comments/*
// @require http://gist.github.com/raw/3242/1a7950e033a207efcfc233ae8d9939b676bdbf46
// ==/UserScript==
(function() {
location.href = $X('//a[@class="title"]')[0].href;
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment