StyleGala

By Jonathan Aquino Last update Jan 30, 2007 — Installed 68 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name           StyleGala
// @namespace      http://jonathanaquino.com
// @description    Goes directly to the page featured on a StyleGala detail page
// @include        http://www.stylegala.com/archive/*
// ==/UserScript==
window.location = document.getElementById('site').getElementsByTagName('a')[0];