Skip to content

Instantly share code, notes, and snippets.

@FabianPastor
Last active October 18, 2015 17:00
Show Gist options
  • Save FabianPastor/4a17cc4ace920398fa36 to your computer and use it in GitHub Desktop.
Save FabianPastor/4a17cc4ace920398fa36 to your computer and use it in GitHub Desktop.
UserScript para Greasymonkey que redirecciona automáticamente en la pagina Pordede al abrir un enlace.
// ==UserScript==
// @name Pordede AutoContinue
// @description Le da click al continue cuando abres un link a otra web.
// @namespace @FabianPastor
// @include http://www.pordede.com/aporte/*
// @version 1.0.0
// @grant none
// ==/UserScript==
location=$(".links .episodeText").attr("href");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment