Last active
December 10, 2015 11:02
-
-
Save maagmirror/3285bedac23ca2037aac to your computer and use it in GitHub Desktop.
Likeador
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 Likeador | |
// @namespace http://taringa.net/naoko- editado por maag | |
// @version 0.4 | |
// @description Botón Likea perfiles y Mi | |
// @match *://www.taringa.net/* | |
// @copyright fabi | |
// @grant none | |
// ==/UserScript== | |
function addbtn(){ | |
$('.perfil-info').append('<div class="follow-buttons" style="display:inline-block"><a original-title="Dale una violada a este user :3" onclick="$(\'.button-action-s.action-vote\').click()" class="btn g"><div class="following-text">Likear</div></a></div>'); | |
$('.my-shout-attach-options').append('<div class="follow-buttons" style="display:inline-block"><a original-title="Dale una violada a todos :3" onclick="$(\'.button-action-s.action-vote\').click()" class="btn g"><div class="following-text">Likear</div></a></div>'); | |
$('.search-in-search').append('<div class="follow-buttons" style="display:inline-block"><a original-title="Dale una violada a este user :3" onclick="$(\'.button-action-s.action-vote\').click()" class="btn g"><div class="following-text">Likear</div></a></div>'); | |
} | |
addbtn(); |
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
dasa |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
hello my name is christmasgirl