Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save miv403/adaf3de741e6b5d0e1433a78739cf8c5 to your computer and use it in GitHub Desktop.
Save miv403/adaf3de741e6b5d0e1433a78739cf8c5 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Mastodon Bird UI
// @match https://ieji.de/*
// @grant GM_addStyle
// @grant GM_getResourceText
// @version 2
// @description A UserScript that applies the Mastodon Bird UI style to ieji.de
// @resource layout-single-column https://raw.githubusercontent.com/ronilaukkarinen/mastodon-bird-ui/master/layout-single-column.css
// @resource layout-multiple-columns https://raw.githubusercontent.com/ronilaukkarinen/mastodon-bird-ui/master/layout-multiple-columns.css
// @downloadURL https://gist.github.com/egecelikci/bcd4d543564cba8ebe6536f23886fcd9/raw/mastodon-bird-ui.user.js
// @updateURL https://gist.github.com/egecelikci/bcd4d543564cba8ebe6536f23886fcd9/raw/mastodon-bird-ui.user.js
// ==/UserScript==
GM_addStyle(GM_getResourceText('layout-single-column'));
GM_addStyle(GM_getResourceText('layout-multiple-columns'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment