ByzantineFailure / BPM-for-Discord

BPM for Discord's Desktop App. Includes one-click installers, update notifications, and custom script support.
GNU Affero General Public License v3.0
17 stars 8 forks source link

Potential other options such as making avatars in the in-voice user list larger #27

Closed ByzantineFailure closed 8 years ago

ByzantineFailure commented 8 years ago

Requested by @thejbw, maybe create some other options for modifying how discord works. One potential option being making the list of users larger (e.g. via

.guild-channels ul .channel-voice-states li .avatar-small {
  width: 128px;
  height: 128px;
  background-size: 128px;
}

.guild-channels ul .channel-voice-states li .avatar-small {
    -webkit-transform: rotate(-90deg);
}
ByzantineFailure commented 8 years ago

This may be better handled by creating a separate project which simply loads and executes JS files from a directory inside of Discord's browser context.

ByzantineFailure commented 8 years ago

Functionality added via b56d83f88554e141d876e562506650a1450e838f