Last active
February 29, 2016 01:48
-
-
Save Aryoam/32369e94a99c6b605fca to your computer and use it in GitHub Desktop.
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 Medalla | |
// @version 0.1 | |
// @description Nada | |
// @author Aryoamgames | |
// @match http://www.taringa.net/* | |
// @match https://www.taringa.net/* | |
// @grant none | |
// ==/UserScript== | |
/* jshint -W097 */ | |
'use strict'; | |
$('.box.w-medallas ul.clearfix').append('<span title = "Yo estuve Virgueando el dia que Leo gano un Oscar"><img src="https://k60.kn3.net/B/B/1/A/F/B/9E5.jpg">'); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment