Skip to content

Instantly share code, notes, and snippets.

@egecelikci
Last active October 16, 2023 18:19
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 egecelikci/456da293b589d135417bd0ce56962629 to your computer and use it in GitHub Desktop.
Save egecelikci/456da293b589d135417bd0ce56962629 to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Tangerine UI for Mastodon
// @description A UserScript that applies the Tangerine UI for Mastodon style to ieji.de
// @version 3
// @match https://ieji.de/*
// @icon https://github.com/mastodon/mastodon/raw/main/public/favicon.ico
// @grant GM_addStyle
// @grant GM_getResourceText
// @homepage https://gist.github.com/egecelikci/bcd4d543564cba8ebe6536f23886fcd9
// @downloadURL https://gist.github.com/egecelikci/456da293b589d135417bd0ce56962629/raw/tangerine-ui-for-mastodon.user.js
// @updateURL https://gist.github.com/egecelikci/456da293b589d135417bd0ce56962629/raw/tangerine-ui-for-mastodon.user.js
// @resource TangerineUI https://github.com/nileane/TangerineUI-for-Mastodon/raw/main/TangerineUI.css
// ==/UserScript==
GM_addStyle(GM_getResourceText('TangerineUI'));
// ==UserScript==
// @name Tangerine UI (Purple) for Mastodon
// @description A UserScript that applies the Tangerine UI for Mastodon style to ieji.de
// @version 2
// @match https://ieji.de/*
// @icon https://github.com/mastodon/mastodon/raw/main/public/favicon.ico
// @grant GM_addStyle
// @grant GM_getResourceText
// @homepage https://gist.github.com/egecelikci/bcd4d543564cba8ebe6536f23886fcd9
// @downloadURL https://gist.github.com/egecelikci/456da293b589d135417bd0ce56962629/raw/tangerine-ui-purple-for-mastodon.user.js
// @updateURL https://gist.github.com/egecelikci/456da293b589d135417bd0ce56962629/raw/tangerine-ui-purple-for-mastodon.user.js
// @resource TangerineUI-purple https://github.com/nileane/TangerineUI-for-Mastodon/raw/main/TangerineUI-purple.css
// ==/UserScript==
GM_addStyle(GM_getResourceText('TangerineUI-purple'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment