Skip to content

Instantly share code, notes, and snippets.

View cr08's full-sized avatar

cr08

View GitHub Profile
@cr08
cr08 / userscript.js
Last active December 18, 2022 19:14 — forked from dampatnight/userscript.js
Userscript to change column width of the Mastodon UI
// ==UserScript==
// @name Column width
// @namespace http://tampermonkey.net/
// @version 0.1
// @description https://github.com/tootsuite/mastodon/issues/8632
// @author dampatnight
// @match https://neurodifferent.me*
// @grant GM_addStyle
// ==/UserScript==