Skip to content
This repository was archived by the owner on Sep 6, 2024. It is now read-only.

Plugin to avoid blocked users on VCs #1005

Closed
3 tasks done
YuGiMob opened this issue Aug 7, 2024 · 1 comment
Closed
3 tasks done

Plugin to avoid blocked users on VCs #1005

YuGiMob opened this issue Aug 7, 2024 · 1 comment

Comments

@YuGiMob
Copy link

YuGiMob commented Aug 7, 2024

Plugin Description

I do not want to join VCs in which users that I have blocked, are talking in.

I wrote a quick CSS that adds a red border around users that have a specified profile image, and I would like to request for a plugin that updates which users should have said red border around them based on if they have been blocked by me. Here the QuickCSS:

div:has(> div[style*=
"https://cdn.discordapp.com/avatars/1256956006215454854/a_93e642a3d059fe1303503a88833bf8f5.webp"
]),
div:has(> div[style*=
"https://cdn.discordapp.com/avatars/762780156409675807/b60bb0ffff99aba35586c97b6dc3bd11.webp"
]),
div:has(> div[style*=
"https://cdn.discordapp.com/avatars/188927038751637517/a_b47cf4739c8cd02f06a1776fd40e1f0f.webp"
])

{
      border: 3px solid red;
}

Existing Plugin for other mod

No response

Request Agreement

  • I read the above and made sure my plugin is possible and allowed
  • I checked the existing plugins and made sure my plugin doesn't already exist
  • I searched the existing issues and made sure a similar request doesn't already exist
@YuGiMob
Copy link
Author

YuGiMob commented Aug 14, 2024

You are already warned by discord when joining a channel that has someone you have previously blocked

@YuGiMob YuGiMob closed this as completed Aug 14, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Aug 14, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant