The AusGAF Tab UserScript
I do not like to read please just give me the link to this wonderful thing:
CHROME VERSION - source
FIREFOX VERSION - source
Note: Firefox version requires Greasemonkey.
What it does:
Adds two additional tabs to the top and bottom of NeoGAF. The AUSGAF link will take you to the current page of this thread. The subscriptions tab will take you to your subscription forum.
Why would you do this:
Because it's one less click to get to AusGAF.
I do not have an excuse for why I added the subscriptions tab.
How do I know this isn't some crazy virus thingy:
Because you can look at the source code!
The code for the firefox script is pretty much just two lines:
Code:$(".forum-tabs").append("<li class=''><a href='http://www.neogaf.com/forum/showthread.php?t=465230&page=9999999'>AusGAF</a></li>"); $(".forum-tabs").append("<li class=' child'><a href='http://www.neogaf.com/forum/subscription.php'>Subscriptions</a></li>");
The Chrome one is only slightly more involved, because Chrome does not support some greasemonkey stuff that firefox does (Namely @requires, which allows me to pull down the jquery stuff needed). But also, if you are supes worried about me stealing all of your personal neogaf data, maybe don't install it! I don't know!
Will this script magically update to the newer threads:
Fuckin' nope. I didn't want to complicate the script by having it automatically update. What I will probably do is just update the script on userscripts, and people can redownload new versions. But also, the scripts are both so super simple that anyone can just change them (or add new tabs) as they want without any real coding knowledge. Just need to copy paste some things.
--
Um, someone quote this for the next page if you want. That way people see it tomorrow. Thanks!
Quoting for Krtiz 'cos he's a good kid and works hard and aint no-one read shit on the bottom of a page.