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

Disable the "Activity" page on discord servers. #1120

Closed
3 tasks done
quelziz opened this issue Sep 6, 2024 · 6 comments
Closed
3 tasks done

Disable the "Activity" page on discord servers. #1120

quelziz opened this issue Sep 6, 2024 · 6 comments
Labels
rejected (stock feature) Discord already has this as a feature (e.g. via toggle or experiment).

Comments

@quelziz
Copy link

quelziz commented Sep 6, 2024

Plugin Description

Disable the "Activity" page on discord servers. I can't find any settings, nor a plugin to disable it, and its kinda annoying.

image

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
@GrayLanterns
Copy link

A plugin for this is not yet available, but you can paste this lil bad boy in your QuickCSS and it does pretty much suffice. Kudos to @KrystalSkullOfficial on Discord for lighting up the road.

/* remove activities from memberlist */
[class^=membersGroup_]:has([d^="M10.56 1.1c-.46.05-.7.53-.64.98.18"]),
div:not([class]):has([class^=facePile_]) { 
  display: none; 
}

@KrystalSkullOfficial
Copy link

thank you but it wasn't actually made by me it made by an @krammeth on discord :3
I'm just trying to spread it around because it was buried in the sea that is the theme-development channel

@GrayLanterns
Copy link

Oh I didn't know, thanks for the heads up. Perhaps Krammeth lit up your road and you lit up mine. And I guess I poured some of the stardust left for OP to follow along. Cheers to the lil north stars of the Vencordverse, haha ✨

@Krammeth
Copy link

Krammeth commented Sep 6, 2024

Heya, I just finished doing a slightly better version that doesn't rely on [class^=facePile_], as there could be more elements selected by it

/* remove activities from memberlist */
[class^=membersGroup_]:has([d^="M10.56 1.1c-.46.05-.7.53-.64.98.18"]),
[class^=members_] [class^=content_] div:not([class]):has([class^=infoSection_]) { 
  display: none; 
}

Cheers!

@GrayLanterns
Copy link

You're awesome! Have a great rest of the day! @Krammeth

@Krammeth
Copy link

Krammeth commented Sep 6, 2024

You too!

@Vendicated Vendicated closed this as not planned Won't fix, can't repro, duplicate, stale Sep 6, 2024
@Vendicated Vendicated added the rejected (stock feature) Discord already has this as a feature (e.g. via toggle or experiment). label Sep 6, 2024
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
rejected (stock feature) Discord already has this as a feature (e.g. via toggle or experiment).
Projects
None yet
Development

No branches or pull requests

5 participants