Skip to content

Instantly share code, notes, and snippets.

View EverfreeFaerie's full-sized avatar
🧚‍♀️

EverfreeFaerie EverfreeFaerie

🧚‍♀️
View GitHub Profile
@imjasonh
imjasonh / markdown.css
Last active May 24, 2024 22:56
Render Markdown as unrendered Markdown (see http://jsbin.com/huwosomawo)
* {
font-size: 12pt;
font-family: monospace;
font-weight: normal;
font-style: normal;
text-decoration: none;
color: black;
cursor: default;
}
@PhilippIRL
PhilippIRL / twitter-rect-avatars.user.js
Last active December 17, 2017 10:09 — forked from EverfreeFaerie/twitter-rect-avatars.user.js
Twitter: Rectangular avatars
// ==UserScript==
// @name Twitter: Rectangular avatars
// @name:de Twitter: Rechteckige Avatare
// @include *://twitter.com/*
// @include *://tweetdeck.twitter.com/*
// @include *://analytics.twitter.com/*
// @author xThunderbolt, PplusS
// ==/UserScript==
function addGlobalStyle(css) {