#Remove Mobile Icons*
1 messages · Page 1 of 1 (latest)

why would i use indicator plugin if i wanna remove the icon, weird snippet
The snippet doesnt remove the icons from the plugin
The snippet changes the vanilla icons to normal icons
Yeah your indicators are safe, only the main icons discord uses
This breaks the streaming icon
uhhhh... ok? like... how?
there's no way it should, the URLs use Avatar-Status-Mobile
unless the streaming icon uses the same mask url the member list and profile popout use
which... I doubt but I could be wrong
where though, cus there's no way this is my snippet's issue, I just cant see how
my stream icon is there everywhere I can see
am i tripping
one second
nvm im tripping lmfao
but it does remove the banner for non-nitro ppl
once again... HUH?
you have something wacko lol
lol
Yeahhh meant for default discord lol
It worked initially but I restarted Discord and now it deletes the icons instead of replacing them.
Ping/reply please
Aaand now it works again lol
Weird
Opening and closing the profile fixes things, something to do with it not loading fast enough…. Or maybe too fast idk
The problem was in DMs but yeah same thing
Yeah it’s cus it loads the icon too fast, I cant seem to find a fix for it
Tried my best, seems a plugin would be a better way of this lol
Yeah, any chance you'll make a plug-in? The issue persists and the only fix is to switch to a server and then back to DMs
I would love to, however I’m still learning typescript so this may die where it stands as just some niche css
At least for now
I think this could be fixed with just css
Have you tried uploading the mask to github and using that?
or converting the mask to base64, but that would probably be a bit long
the masks are all using discord's own links, so it's as fast as it should be, it's just too fast is the issue, sometimes it loads and sometimes it just doesnt
but they're not normal urls
they're just using the id, so maybe sometimes that forgets to load?
idrk how exactly it works, but i do think hosting it on github or something has a chance to work
this was for old profiles, it was to fix themes that just delete popout banners
in fact all of this css is for old profiles and idk if they even work anymore, I dont use it myself, and I also forgot to reply, the ID is purely part of discord so the main issue is it's loading too quickly I'm guessing, I could try to run it through some other things to make it slower on purpose but that's such a hassle for now since I gotta rewrite this anyways
I don't use it either, but I don't get what you mean by loading too fast
And I think the benefit of hosting the mask on github is it never dissapears, whereas using the id on discord requires your instance to generate it
and maybe it might generate it too slowly sometimes? idrk
so sometimes it runs and sometimes it just needs a refresh, the IDs are the same regardless and the fix for most cases is to just re-open the channel or profile, so it's not the ID not getting loaded; it's the CSS activating before the ID exists if your discord loads too fast
so yeah an external link might help, I can see about that, if I have the time I'll probably rework this one

