blob: 110eca5743dab2dd3de1628db080b4f3a705d7c1 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# 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

### 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

|