Skip to content

Instantly share code, notes, and snippets.

View logicplace's full-sized avatar
🐑

Sapphire Becker logicplace

🐑
View GitHub Profile
@logicplace
logicplace / github_colors.user.js
Created March 4, 2023 06:38
Utilize the color attribute in HTML elements (e.g. span) in rendered Markdown on GitHub
// ==UserScript==
// @name GitHub colors
// @namespace https://logicplace.com/
// @version 1.0
// @description Support span (and other tags) color on GitHub since I guess it used to work
// @author Sapphire Becker
// @match https://github.com/*
// @match https://gist.github.com/*
// ==/UserScript==