Last active
February 10, 2017 01:35
-
-
Save angelarias/b860b90c9262055a5ac3278d6b4f8477 to your computer and use it in GitHub Desktop.
Con este script podras dejar de seguir a usuarios masivamente en 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 Dejar de seguir usuarios | |
| // @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="Deja de seguirlos" onclick="$(\'.btn.r.unfollowing\').click()" class="btn g"><div class="following-text">Deja de seguirlos</div></a></div>'); | |
| } | |
| addbtn(); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment