Last active
October 18, 2015 17:00
-
-
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.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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