Skip to content

Instantly share code, notes, and snippets.

View amelandri's full-sized avatar
💻
Working

Alessandro Melandri amelandri

💻
Working
View GitHub Profile
@nileane
nileane / Instagram-force-video-controls.user.js
Last active September 2, 2025 17:26
Force HTML video controls on Instagram Reels
// ==UserScript==
// @name Instagram Force Video Controls (No Overlay)
// @namespace https://github.com/nileane
// @version 1.0
// @description Force-enable HTML controls on all Instagram videos and remove overlay UI
// @author Niléane
// @match https://www.instagram.com/*
// @run-at document-idle
// @grant none
// ==/UserScript==
@jdbrice
jdbrice / md-cal.sh
Last active October 8, 2024 11:49
Generate markdown table calendar. Use wiki links to individual days
# Author: Daniel Brandenburg
#
# This program is free software: you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
# the Free Software Foundation, either version 3 of the License, or
# (at your option) any later version.
#
# This program is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the