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 Taringa! Oculta Shouts | |
| // @namespace MangaReader | |
| // @description Oculta shouts de texto, o de imagen, o de video, o de enlace | |
| // @author http://www.taringa.net/MangaReader | |
| // @include http://www.taringa.net/* | |
| // @exclude http://www.taringa.net/ | |
| // @exclude http://www.taringa.net/posts/* | |
| // @exclude http://www.taringa.net/post/* | |
| // @icon http://i.imgur.com/OQ928Nw.png |
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 Taringa! Visor de fotos | |
| // @namespace MangaReader | |
| // @description Ve las fotos de los posts como en el escritorio | |
| // @author http://www.taringa.net/MangaReader | |
| // @include http://www.taringa.net/posts/* | |
| // @include http://www.taringa.net/post/* | |
| // @exclude http://www.taringa.net/posts/editar/* | |
| // @icon http://i.imgur.com/LqccTgB.png | |
| // @version 4.0 |
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
| /* | |
| Cobalt theme by Carlos Asín | |
| ************************************ | |
| A cobalt theme for Chrome Developer Tools inspired by Sublime Text 2 cobalt theme. | |
| Modifies the source code and other smaller tweaks. |