Created
January 19, 2017 02:24
-
-
Save angelarias/2341e81ba1c4817473f34c1e3fd349e3 to your computer and use it in GitHub Desktop.
Con este script vas a poder seguir masivamente a los usuarios de taringa
This file contains hidden or 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 Seguir usuarios | |
| // @namespace http://taringa.net/ange1adres | |
| // @version 0.4 | |
| // @description Botón para Seguir usuarios masivamente en T! | |
| // @match *://www.taringa.net/* | |
| // @copyright Virtual Storm | |
| // @grant none | |
| // ==/UserScript== | |
| /*Fix jQuery*/ | |
| function addbtn(){ | |
| $('.perfil-info').append('<div class="follow-buttons" style="display:inline-block"><a original-title="Seguirlos" onclick="$(\'.btn.g.not-following\').click()" class="btn g"><div class="following-text">Seguirlos</div></a></div>'); | |
| // $('.my-shout-attach-options').append('<div class="follow-buttons" style="display:inline-block"><a original-title="Seguirlos" onclick="$(\'.btn.g.not-following\').click()" class="btn g"><div class="following-text">Seguirlos</div></a></div>'); | |
| // $('.search-in-search').append('<div class="follow-buttons" style="display:inline-block"><a original-title="Seguirlos" onclick="$(\'.btn.g.not-following\').click()" class="btn g"><div class="following-text">Seguirlos</div></a></div>'); | |
| } | |
| addbtn(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment