StraightToScripts

By pw Last update Nov 28, 2007 — Installed 180 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0
// ==UserScript==
// @name           StraightToScripts
// @namespace      localhost
// @description    Skip the new userscripts.org top page and go straight to scripts.
// @include        http://userscripts.org/
// ==/UserScript==

var url = window.location.href;
url += "scripts";
window.location.replace(url);