Skip to content

Instantly share code, notes, and snippets.

@eramdam
eramdam / tweaks-for-mastodon.css
Last active June 27, 2026 22:41 — forked from cassidyjames/tweaks-for-mastodon.css
CSS Tweaks for Mastodon
/*
Based on Cassidy’s CSS tweaks for mastodon.blaede.family (https://gist.github.com/cassidyjames/292c1e3062ad5248284999e4c7841a17)
Inspired in part by TangerineUI:
https://github.com/nileane/TangerineUI-for-Mastodon/
…but much smaller in scope.
Simplified-to-only-keep-color styles by @eramdam@erambert.me.
Provided as-is, works fine as far as I can tell as of 2026-07-25 on Mastodon 4.6.2.
*/
@eramdam
eramdam / obsidian-web-clipper.js
Created January 16, 2022 00:31 — forked from kepano/obsidian-web-clipper.js
Obsidian Web Clipper Bookmarklet to save articles and pages from the web (for Safari, Chrome, Firefox, and mobile browsers)
javascript: Promise.all([import('https://unpkg.com/turndown@6.0.0?module'), import('https://unpkg.com/@tehshrike/readability@0.2.0'), ]).then(async ([{
default: Turndown
}, {
default: Readability
}]) => {
/* Optional vault name */
const vault = "";
/* Optional folder name such as "Clippings/" */