Last active
October 16, 2023 18:19
-
-
Save egecelikci/456da293b589d135417bd0ce56962629 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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')); |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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