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
/* | |
Jeje, tomen devs (? | |
http://taringa.net/XP | |
Testeado en Opera, Chrome, Firefox (Se puede usar cualquier editor de estilos CSS {Stylish, Stylebot} | |
el "!important" es por si las vacas. | |
*/ | |
.loading div.activity-element{ |
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
do somethimg |
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
.activity-element a.avatar{margin-right:12px}.activity-element a.avatar img,.activity-element a.avatar img:hover{border-radius:0;border:none;box-shadow:none}.activity-content,.activity-element.unread .activity-content{float:left;border:1px solid #E8E8E8;min-height:35px;border-radius:0;position:relative;word-wrap:break-word}.dialog{display:none}.activity-element.unread{background:#F4F4F4}.shout-individual .activity-content{border-bottom:none}.shout-footer{margin-left:65px!important;padding:0!important;width:565px!important;background:#E8E8E8;height:39px;border-radius:0;box-shadow:none;border:none!important}.shout-individual .shout-footer{width:642px!important}.date-icon{float:left;margin:9px 0 0 10px}.shout-footer .s-action-list{display:block;float:right;margin-top:4px}.activity-element.image p,.activity-element.video p{margin-bottom:15px;font-size:14px}.activity-content p{margin:19px 5px}.cont-filterH{margin-left:74px;width:564px}.activity-header{display:block;margin-bottom:5px;font-size:16px;margin-top:2px;p |
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 Follower | |
// @namespace http://taringa.net/XQ/ | |
// @version 0.4 | |
// @description Boton de la mierda esa. Lo borraron en Greasy Fork | |
// @author Yo | |
// @match http*://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 Coso para mostrar imágenes | |
// @namespace http://taringa.net/Nikumi | |
// @version 0.3 | |
// @description escriba algo sobre el script | |
// @match http://www.taringa.net/* | |
// @copyright 2115+, Fabi | |
// ==/UserScript== | |
var MostrarImgs = function(){ |
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 Coso que esconde actividad y reshouts | |
// @namespace http://www.taringa.net/XQ | |
// @version 0.2 | |
// @description Coso que esconde actividad y reshouts de usuarios que no queres | |
// @author Fabi | |
// @match http://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
function getRandomNumber(lowerBound,upperBound){ | |
aleatorio = Math.floor(Math.random() * (upperBound - lowerBound)) + lowerBound; | |
return aleatorio; | |
} | |
function getRandomChar() { | |
var numberChars = "0123456789"; | |
var lowerChars = "abcdefghijklmnopqrstuvwxyz"; | |
var upperChars = "ABCDEFGHIJKLMNOPQRSTUVWXYZ"; | |
var charSet = ""; | |
charSet += numberChars; charSet += lowerChars; charSet += upperChars; |
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 CleanButton | |
// @namespace http://www.taringa.net/XQ | |
// @version 0.4 | |
// @description Limpia la actividad del perfil | |
// @author Yo | |
// @match http://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 Coso que esconde actividad de reshouts | |
// @namespace http://www.taringa.net/XQ | |
// @version 0.1 | |
// @description Coso que esconde reshouts de usuarios que no queres | |
// @author Fabi | |
// @match http://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 CleanButton | |
// @namespace http://www.taringa.net/XQ | |
// @version 0.4 | |
// @description Limpia la actividad del perfil | |
// @author Yo | |
// @include http*://www.taringa.net/* | |
// @grant none | |
// ==/UserScript== |
OlderNewer