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
#!/usr/bin/php | |
<?php | |
if($_SERVER['USER']!="root"){ | |
echo "Debes ser Root, ejecuta con sudo".PHP_EOL; | |
exit(1); | |
} | |
$option=new Options(); | |
//TODO: Force Download Version | |
$fversion=false; |
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
#!/bin/bash | |
#Esta parte ejecutarla solo en entornos donde la carpeta personal se crea cada vez que te registras | |
#chmod -R go-rwx /home/`whoami`/ #Quitamos permisos de la carpeta personal a otros usuarios | |
#export LANG="es_ES.UTF-8" #Le decimos de usar un tipo de idioma y charset determinado | |
rojo="\e[1m\e[31m"; #Color Rojo con negrita | |
verde="\e[1m\e[32m"; #Color verde con negrita | |
end="\e[0m"; #Color de reset | |
function downloadFlash { |
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 Pordede AutoContinue | |
// @description Le da click al continue cuando abres un link a otra web. | |
// @namespace @FabianPastor | |
// @include http://www.pordede.com/aporte/* | |
// @version 1.0.0 | |
// @grant none | |
// ==/UserScript== | |
location=$(".links .episodeText").attr("href"); |
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 Mediavida Abrir Spoilers | |
// @description Abre todos los spoilers de mediavida | |
// @namespace FabianPastor | |
// @include http://www.mediavida.com/foro/*/* | |
// @run-at document-end | |
// @version 1.0.0 | |
// @grant none | |
// ==/UserScript== | |
var i=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
// ==UserScript== | |
// @name Meneame CSS Edit | |
// @namespace FabianPastor | |
// @include https://www.meneame.net/* | |
// @version 1 | |
// @grant none | |
// ==/UserScript== | |
$(".ads-interlinks").remove(); | |
$("#sidebar").remove(); |
NewerOlder