Skip to content

Instantly share code, notes, and snippets.

@icebreaker
Last active November 15, 2017 00:01
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save icebreaker/6d81d09a230ae8bf9add6e957b78caec to your computer and use it in GitHub Desktop.
Save icebreaker/6d81d09a230ae8bf9add6e957b78caec to your computer and use it in GitHub Desktop.
Wider Mastodon Gamedev Columns.
// ==UserScript==
// @name Wider Mastodon Gamedev Columns.
// @namespace https://mastodon.gamedev.place
// @version 0.1
// @description Wider Mastodon Gamedev Columns.
// @author Mastodon
// @match https://mastodon.gamedev.place/*
// @grant GM_addStyle
// ==/UserScript==
(function() {
'use strict';
GM_addStyle('.column { width: 500px !important; }');
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment