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
<p><img class="aligncenter" src="/wp-content/uploads/2019/11/Header-LogoRescataditos.png" /></p> | |
<p style="text-align: center;"><img class="float-right" src="http://rescataditos.provet.com.ar/wp-content/uploads/2019/11/Formulario-Patitas.png" /></p> | |
<p><img class="float-left" src="http://rescataditos.provet.com.ar/wp-content/uploads/2019/11/Formulario-Patitas.png" /></p> | |
<h2 style="text-align: center; margin: 0 0 0px!important;">Rescataditos en Acción comienza el 15 de noviembre. <br />¡Junto a vos haremos que este fin de año los Rescataditos estén más cuidados!</h2> | |
<p style="text-align: center;"><a href="https://www.facebook.com/Provet?fref=ts"><img src="/wp-content/uploads/2019/11/Pie-Icono-fb.png" /></a> <a href="https://www.instagram.com/provet.arg/"><img src="/wp-content/uploads/2019/11/Pie-Icono-Instagram.png" /></a> <a href="https://www.youtube.com/channel/UCHIUfaPhGi-z4jHcDSfLtjg"><img src="/wp-content/uploads/2019/11/Pie-Icono-Youtube.png" /></a></p> | |
<p> </p> |
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
._3fs0K{ | |
color: red; | |
} | |
._315-i { | |
overflow: hidden; | |
text-overflow: ellipsis; | |
white-space: nowrap; | |
flex: 1 1 auto; | |
color: red; | |
} |
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
var slideIndex = 1; | |
showDivs(slideIndex); | |
function plusDivs(n) { | |
showDivs(slideIndex += n); | |
} | |
function showDivs(n) { | |
var i; | |
var x = document.getElementsByClassName("mySlides"); |
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
# BEGIN WP Rocket v3.2.2 | |
# Use UTF-8 encoding for anything served text/plain or text/html | |
AddDefaultCharset UTF-8 | |
# Force UTF-8 for a number of file formats | |
<IfModule mod_mime.c> | |
AddCharset UTF-8 .atom .css .js .json .rss .vtt .xml | |
</IfModule> | |
# FileETag None is not enough for every server. | |
<IfModule mod_headers.c> |
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 limpiarML | |
// @namespace elmaag | |
// @version 0.4 | |
// @description Limpia la actividad mala de ML | |
// @author Yo | |
// @match https://questions.mercadolibre.com.uy/* | |
// @grant none | |
// ==/UserScript== |
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 Violador | |
// @namespace http://taringa.net/XQ | |
// @version 0.4 | |
// @description Botón Likea perfiles y Mi | |
// @match https://www.taringa.net/* | |
// @copyright yo | |
// ==/UserScript== | |
/*Fix jQuery*/ | |
$.getScript('https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js'); |
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 CleanButton | |
// @namespace http://www.taringa.net/XQ | |
// @version 0.4 | |
// @description Limpia la actividad del perfil | |
// @author Yo | |
// @match https://www.taringa.net/* | |
// @grant none | |
// ==/UserScript== |