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
import { useEffect, useState } from "react"; | |
import { render } from "react-dom"; | |
import Highcharts from "highcharts"; | |
import HighchartsReact from "highcharts-react-official"; | |
import SelectGraficos from "./SelectGraficos"; | |
const Grafico = ({ data }) => { | |
const [valores, setValores] = useState(null); | |
const [fecha, setFecha] = useState(null); | |
const [temperatura, setTemperatura] = useState(null); |
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
import { useState, useEffect } from "react"; | |
import Select from "./Select"; | |
import toast, { Toaster } from "react-hot-toast"; | |
const TablaConstantesPaciente = ({ data }) => { | |
const [temperatura, setTemperatura] = useState(""); | |
const [comida, setComida] = useState(""); | |
const [obHigiene, setObHigiene] = useState({ opcion: "No" }); | |
const [higiene, setHigiene] = useState(false); | |
const [postura, setPostura] = useState(""); |
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 Ver banes | |
// @namespace * | |
// @version 1.1 | |
// @description Te muestra si un user esta ban o no. | |
// @author Wixie | |
// @include http://www.poringa.net/* | |
// @include https://www.poringa.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 Waifu | |
// @author otro | |
// @include http://taringa.net/* | |
// @include https://taringa.net/* | |
// @include http://*.taringa.net/* | |
// @include https://*.taringa.net/* | |
// @run-at document-start | |
// @version 1 | |
// ==/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 Medalla | |
// @version 0.1 | |
// @description Nada | |
// @author Aryoamgames | |
// @match http://www.taringa.net/* | |
// @match https://www.taringa.net/* | |
// @grant none | |
// ==/UserScript== | |
/* jshint -W097 */ |
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 Bloqueador Shouts y Post | |
// @version 0.1 | |
// @description Oculta Shouts de Destacados Y Post del la Home | |
// @author AryoamGames and N3HL and OverJT | |
// @match https://www.taringa.net/* | |
// @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 BlockUsersShouts | |
// @version 0.3 | |
// @description Oculta Shouts de Destacados | |
// @author AryoamGames and N3HL and Overjt | |
// @match http*://www.taringa.net/* | |
// @match http://www.taringa.net/* | |
// @grant none | |
// ==/UserScript== | |
//'use strict'; |
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 Esconder Post Home | |
// @homepage https://gist.github.com/Aryoam/44ec2017854507b20b59 | |
// @version 0.3 | |
// @description Oculta Post de Destacados | |
// @author AryoamGames and N3HL | |
// @match https://www.taringa.net/* | |
// @match http://www.taringa.net/* | |
// @grant none | |
// ==/UserScript== |