ModularVencord/src/plugins/themeAttributes
2023-08-31 01:49:53 +02:00
..
index.ts new plugin: themeAttributes (#1686) 2023-08-31 01:49:53 +02:00
README.md new plugin: themeAttributes (#1686) 2023-08-31 01:49:53 +02:00

ThemeAttributes

This plugin adds data attributes to various elements inside Discord

This allows themes to more easily theme those elements or even do things that otherwise wouldn't be possible

Available Attributes

All Tab Bars (User Settings, Server Settings, etc)

data-tab-id contains the id of that tab

image

Chat Messages

  • data-author-id contains the id of the author
  • data-is-self is a boolean indicating whether this is the current user's message

image