Skip to content

Instantly share code, notes, and snippets.

View NaokiStark's full-sized avatar
Green ticks are cool

Lucía NaokiStark

Green ticks are cool
View GitHub Profile
var nPp=null;
var showNoty= function(title,text,img, link){
if(NP==="granted"){
var opts= {body:text,icon:img};
nPp = new Notification(title,opts);
nPp.onclick=function(){
window.open(link);
this.close();
};
<?php
/* bbcode.inc.php Fabi hace esto re piola */
/**
* @author Fabi
*/
require_once("JBBCode/Parser.php");
class BBcode{
/*No sé realmente para que sirve*/
// ==UserScript==
// @name Cropper
// @namespace Fabi
// @version 0.2
// @description Corta imagenes desde el Mi
// @author Yo, Fabi
// @match http://www.taringa.net/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Notificaciones
// @namespace fabi
// @version 0.2
// @description Notificaciones...
// @author Fabi
// @match http*://www.taringa.net/*
// @grant none
// ==/UserScript==
var params = JSON.parse(process.argv[2]);
var trt=["Te quiero :love:",":love:","Te quiero cc4y3389yfff33cc"+params.nick+" :love:","<3","♥"];
console.log(trt[Math.floor(Math.random() * trt.length)]);
.tooltip-v6 .user-tip .actions-tip .follow-buttons .v.following,.tooltip-v6 .user-tip .actions-tip .follow-buttons .g.not-following:hover{
background:#53a32e!important;
color:#f0f0f0!important;
}
.tooltip-v6 .user-tip .actions-tip .follow-buttons .r.unfollowing{
background:#d35400!important;
color:#f0f0f0!important;
}
.tooltip-v6 .user-tip .actions-tip .follow-buttons .g.not-following{
background: #eaeaea!important;
// ==UserScript==
// @name Klep Beta
// @namespace Fabi
// @version 0.1
// @description eso
// @author @OK
// @match http://www.taringa.net/*
// @grant none
// ==/UserScript==
// ==UserScript==
// @name Google Imagenes
// @namespace Fabi
// @version 0.667
// @description Buscar imagenes en google en comentarios/shouts
// @author @OK
// @match http://www.taringa.net/*
// @grant none
// ==/UserScript==
<?php
$host=""; //rellenar
$port=""; //con datos
$user=""; //de conexion
$pass=""; //para
$db=""; //mysqli
if ($port != ""){
$HostFull = $host . ":" . $port;
<?php
//Ejemplo 1
#Spected: "no empty"
$asd="0";
if(empty($asd) == false){
echo "no empty";