riolubruh / YABDP4Nitro

Yet Another BetterDiscord Plugin for Nitro features. Unlock screensharing modes, use cross-server and gif emotes and much more!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nitro Banners not animating

remy010 opened this issue · comments

Hello Admin, can you fix this issue? The issue is that when I toggle on the plugin, I can't see other people's banners moving means that they are using Discord Nitro and putting in a GIF in their banners but when I toggle it off, the GIF banners are moving perfectly fine.

Can you fix it please?

Confirmed

Oh this is ironic, hahaha. The issue is caused because the original function returns a png instead of a gif for some reason.

Figured it out. For some unknown reason, the function getUserBannerURL wasn't receiving the 'canAnimate' argument, so it was assuming that it couldn't!
Overriding it as below fixes the issue:
asd
However, as a side effect, nitro banners will continue animating even if the window is not focused (which i think literally nobody would care about or even notice tbh)

Figured it out. For some unknown reason, the function getUserBannerURL wasn't receiving the 'canAnimate' argument, so it was assuming that it couldn't! Overriding it as below fixes the issue: asd However, as a side effect, nitro banners will continue animating even if the window is not focused (which i think literally nobody would care about or even notice tbh)

so that's means you can't fix it? It's a bug feature?

As I said, the issue can be fixed, there's just a minor side effect to the fix.