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 Taringa! Switcher | |
// @namespace http://www.taringa.ml/ | |
// @version 0.1 | |
// @description Switch between different user accounts in Taringa! | |
// @author anpep | |
// @match *://*.taringa.net/* | |
// @grant none | |
// ==/UserScript== |
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 Cropper | |
// @namespace www.taringa.net/naoko- | |
// @version 0.4 | |
// @description Corta imagenes desde el Mi | |
// @author Yo, Fabi | |
// @match *://www.taringa.net/* | |
// @grant none | |
// ==/UserScript== | |
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 Taringa Registro | |
// @namespace Fabi | |
// @version 0.7 | |
// @description Muestra el formulario de registro | |
// @author Fabi | |
// @include http*://*.taringa.net/registro | |
// ==/UserScript== | |
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 Notis taringa | |
// @namespace http://www.taringa.net/maag- | |
// @description fixeo de notificaciones bug v6 | |
// @author Maag | |
// @include http*://*.taringa.net* | |
// @run-at document-start | |
// @version 1 | |
// ==/UserScript== |