#__**Remove the app launcher on top of DM

1 messages · Page 1 of 1 (latest)

sour brook
vast acorn
#

right click and click hide

#

no need for css

#

also this snippet kinda goes against the rule of

dont post low effort snippets (single display: none for example).

#

you can also toggle it here

sour brook
#

oops sorry
i F hat how discord put random things behind a right click you don't expect

sour brook
vast acorn
#

yea discord do be doing shit like this

sour brook
#

i guess it's because the experiment prevented the settings from even appearing
after doing a full relaunch, it now show

#

also WHYT TF would they put it in advanced

vast acorn
#

honestly if playing with experiments you should be doing a full reload regardless as some things cant be dynamically changed, especially with how lazy discord are at times

sour brook
#

everything in advanced is like dev setting stuff

vast acorn
#

ikr

#

so dumb

sour brook
#

i usuall only do soft reload with ctrl + r but sometimes it's not even enough ig

vast acorn
#

if you need full restarts often you could make a batch/bash script to reopen discord after killing it

#

makes the task a bit quicker

sour brook
vast acorn
#

you can use powershell to start discord as admin

#

if on windows ofc

#

sure you have to accept the UAC prompt BUT at least you dont have to right click discord and click run as admin

#

you could do a batch script like this and add it to PATH so you can run it via runbox

start "" PowerShell.exe -NoLogo -NoProfile -NonInteractive -Command "Start-Process -FilePath 'notepad' -Verb RunAs"
#

obviously replacing notepad with the path of the discord executable

sour brook
#

i have enabled the option on the exe to automatically start as admin

#

and it doesn't serve me a UAC prompt because of registry edit for that single program

#

but it also mean nothing can call the exe without the necessary perms

vast acorn
#

ahh right icic

sour brook
#

technically i could make an AHK script automatically running with UAC perms but at this point just killing and reopening is faster

#

it's more the discord loading times that annoy me

vast acorn
#

they shouldnt be that bad if you are using openasar

sour brook