Skip to content

Instantly share code, notes, and snippets.

@pastak
Created September 25, 2013 05:51
Show Gist options
  • Save pastak/6695604 to your computer and use it in GitHub Desktop.
Save pastak/6695604 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Skip Gunosy Cushion Page
// @namespace userjs.com.cosmio.pastak
// @description
// @include http://gunosy.com/g/*
// ==/UserScript==
(function (){
var link = document.querySelector('a.articles-show-click');
location.href = link.href;
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment