From 0aa945b81c93d50f2d7f3b8b403fe7c1fc957e98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= <914451+nileane@users.noreply.github.com> Date: Tue, 22 Aug 2023 13:09:23 +0200 Subject: [PATCH] Added UserScript instructions --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index d413551..0a8a560 100644 --- a/README.md +++ b/README.md @@ -158,11 +158,17 @@ Your users should now be able to select Tangerine UI as a theme in their setting ## Installation for regular users Even if you are not the admin of your instance, you can still use Tangerine UI with a browser extension. +### Using a UserStyle browser extension * Install any browser extension that allows you to inject CSS on a webpage, such as [Stylus](https://add0n.com/stylus.html), or [Live CSS Editor](https://github.com/webextensions/live-css-editor) * Copy & paste the contents of [`TangerineUI.css`](https://github.com/nileane/TangerineUI-for-Mastodon/blob/main/TangerineUI.css) to the extension's editor * 🪻 For the purple variant, copy the contents of [`TangerineUI-purple.css`](https://github.com/nileane/TangerineUI-for-Mastodon/blob/main/TangerineUI-purple.css) instead. * ⚠️ If you are a user on a Glitch-soc instance, you must switch to the vanilla flavour for Tangerine UI to work properly: * In your settings, navigate to Flavours → Vanilla Mastodon → select the 'Default' skin. + + ### Using a UserScript browser extension + If you wish to use a UserScript browser extension, [@Write](https://github.com/Write) has written a ready-to-use UserScript to load Tangerine UI on any Mastodon instance. + + * Check out [the TangerineUI-Userscript repository](https://github.com/Write/TangerineUI-Userscript) for instructions. ## Things to know * **Tangerine UI currently only supports Mastodon's single column layout**. The advanced web interface (multiple columns) will not be affected.