Skip to content

Instantly share code, notes, and snippets.

View fahdmekawy's full-sized avatar

Fahd Mekawy fahdmekawy

View GitHub Profile
@fahdmekawy
fahdmekawy / github-image-markdown-auto-resize.user.js
Last active June 24, 2025 16:41
Tampermonkey Script – Auto Image Conversion for GitHub
// ==UserScript==
// @name GitHub Auto Image Markdown to <img>
// @namespace http://tampermonkey.net/
// @version 1.0
// @description Auto-convert uploaded GitHub image markdown to <img> with width=200 (for PRs, issues, comments)
// @match https://github.com/*
// @grant none
// ==/UserScript==
(function () {