joe27g/EnhancedDiscord

TypeError: Cannot read property 'contextMenu' of null

alsoGAMER opened this issue · 2 comments

/home/ag/Documents/EnhancedDiscord/plugins/direct_download.js:62 Uncaught (in promise) TypeError: Cannot read property 'contextMenu' of null
at Plugin.load (/home/ag/Documents/EnhancedDiscord/plugins/direct_download.js:62)
at loadPlugin (/home/ag/Documents/EnhancedDiscord/dom_shit.js:83)
at process. (/home/ag/Documents/EnhancedDiscord/dom_shit.js:193)

@joe27g any clue for this?

IndyV commented

findModule("contextMenu") now returns null because Discord changed their context menus. We'll have to find the correct module again to manipulate the context menu.