• GD sorting userscript
    7 replies, posted
Does anyone have a link to the userscript for GD that sorts by latest reply, rather than latest created thread? The original thread is here, but userscripts.org seems to have been taken down. [URL]http://facepunch.com/showthread.php?t=1293373[/URL] If anyone has it uploaded to another source, a link would be much appreciated. Also, Garry, why on earth is GD still sorted this way?
[code]// ==UserScript== // @name Facepunch GD unshitter // @namespace http://scrap.tf // @version 1.0 // @description Fixes garry's "real forum" // @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js // @match http://facepunch.com/* // @copyright 2013+, Geel9 // ==/UserScript== $(function(){ $("a[href='forumdisplay.php?f=6']").attr("href", "forumdisplay.php?f=6&sort=lastpost&order=desc"); });[/code]
Yay!
[QUOTE=Splash Attack;45264197]Also, Garry, why on earth is GD still sorted this way?[/QUOTE] Because Garry doesn't give enough of a shit to change it i assume.
You could alternatively just add a bookmark for facepunch.com/forumdisplay.php?f=6&sort=lastpost&order=desc instead.
Just wanted to toss a note in here that if anyone is looking to grab a userscript off of userscripts.org, you're going to have to change to URL so that you're requesting the site on port 8080. e.g.: [code]http://userscripts.org/scripts/show/174275[/code] will turn into [code]http://userscripts.org:8080/scripts/show/174275[/code]
Right here kiddos Made this months ago, still up Just a redirect [editline]7th July 2014[/editline] [url]http://userscripts.org:8080/scripts/show/408023[/url]
[QUOTE=deadeye536;45281385]Just wanted to toss a note in here that if anyone is looking to grab a userscript off of userscripts.org, you're going to have to change to URL so that you're requesting the site on port 8080. e.g.: [code]http://userscripts.org/scripts/show/174275[/code] will turn into [code]http://userscripts.org:8080/scripts/show/174275[/code][/QUOTE] Why did they do that?
Sorry, you need to Log In to post a reply to this thread.