From f168193e64793621652a86a3b2f238fe153f5b65 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Mon, 20 Jan 2025 10:39:07 -0400 Subject: userstuff: initial commit Userscripts and userstyles. Extension/platform-agnostic. At the moment we're using the macOS 'Userscripts' app (from the app store), which we've configured to point to a folder in iCloud Documents, 'Userscripts Folder'. 'Userscripts Folder' is flat and each file is hardlinked with the appropriate placement in userstuff, though we haven't checked if the Userscripts app breaks hardlinks or not. --- userstuff/discord/Highlight hovered message.user.css | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 userstuff/discord/Highlight hovered message.user.css (limited to 'userstuff/discord/Highlight hovered message.user.css') diff --git a/userstuff/discord/Highlight hovered message.user.css b/userstuff/discord/Highlight hovered message.user.css new file mode 100644 index 0000000..fe9d89b --- /dev/null +++ b/userstuff/discord/Highlight hovered message.user.css @@ -0,0 +1,10 @@ +/* ==UserStyle== +@name Highlight hovered message +@description Adds a background and underline to the Discord message under the mouse cursor +@match https://discord.com/* +==/UserStyle== */ + +div[class*=cozyMessage]:hover { + background-color: #ccc1; + box-shadow: 0 1px 0px #eee5; +} -- cgit 1.3.0-6-gf8a5