BDPluginLibrary
BDPluginLibrary copied to clipboard
Plugin library for BetterDiscord.
Change props filter according to the same filter change BD did internally. Caused PermissionsViewer to brake, other plugins might be affected too.
drop downs are not fully shown and being cutdown and unable to select the options underneath 
the saved data is [] and the defaultData is ["ctrl","f"] , Utilities.loadData loads defaultData intead of the saved data
Bumps [terser](https://github.com/terser/terser) from 5.10.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4. Changelog Sourced from moment's changelog. 2.29.4 Release Jul 6, 2022 #6015 [bugfix] Fix ReDoS in preprocessRFC2822 regex Commits 000ac18 Build 2.24.4 f2006b6 Bump version...
Bumps [grunt](https://github.com/gruntjs/grunt) from 1.5.2 to 1.5.3. Release notes Sourced from grunt's releases. v1.5.3 Merge pull request #1745 from gruntjs/fix-copy-op 572d79b Patch up race condition in symlink copying. 58016ff Merge pull...
Every time I move someone in vc (dragging them channel to channel) Discord crashes. 
With a popout created by Popouts.showUserPopout open, clicking on some items such as channels, author names in messages, scrollbars, opening context menus, and opening a modal from the popout itself...
When trying to use showUserPopout with position: "top" like shown below, it gives an error. ``` Popouts.showUserPopout(document.querySelector(".avatar-1EWyVD.wrapper-1VLyxH"), UserStore.getUser("340614112331694081"), {position: "top"}); ``` 
- fix #104 Let me know if it could be done better.