Skip to content

Instantly share code, notes, and snippets.

View JPSantistebanQ's full-sized avatar
🏠
Working from home

Juan Piero Santisteban Quiroz JPSantistebanQ

🏠
Working from home
View GitHub Profile
@ingo-eichhorst
ingo-eichhorst / animated-flowchart-dotted.html
Last active May 4, 2025 22:18
Mermaid Animated Dotted Line
<!DOCTYPE html>
<html>
<head>
<style>
.flowchart-link {
stroke-dasharray: 4, 4 !important;
animation: flow 1s linear infinite;
stroke-width: 2px !important;
}
@cutiepoka
cutiepoka / gist:a9347c68bfcf29060926a8af46bb1701
Created October 6, 2023 18:18
Youtube allow ads popup blocker
// ==UserScript==
// @name youtube popup killer
// @namespace http://tampermonkey.net/
// @version 0.3
// @description try to take over the world!
// @author Selbereth
// @match https://*.youtube.com/*
// @icon https://www.google.com/s2/favicons?sz=64&domain=youtube.com
// @grant none
// ==/UserScript==
@elcascarudo-dev
elcascarudo-dev / Postman
Created May 24, 2020 12:50
Instalar Postman en Ubuntu 20.04
1.- Descargar Postman
https://www.postman.com/downloads/
2.- Descomprimirlo
tar zxf Postman-*.tar.gz