Skip to content

Instantly share code, notes, and snippets.

View jhonnymoreira's full-sized avatar

Jhonny Moreira jhonnymoreira

View GitHub Profile
UPDATE
segments
SET
name = REPLACE(name, '%.protonmail.com%', '.proton.me');
UPDATE
urls
SET
url = REPLACE(url, '%.protonmail.com%', '.proton.me');
@jhonnymoreira
jhonnymoreira / create-terminal-link.ts
Created March 24, 2025 19:57
Display a terminal link. Useful for long links.
@jhonnymoreira
jhonnymoreira / youtube-quotes.user.js
Last active April 23, 2025 01:35
Detox from Media
// ==UserScript==
// @name YouTube Quote
// @namespace http://tampermonkey.net/
// @version 0.1
// @description Replaces document body with a random quote from ZenQuotes API on YouTube pages
// @author Nobody
// @match *://www.youtube.com/*
// @grant none
// @run-at document-start
// ==/UserScript==