basementdevs / twitch-better-profile

Twitch Better Profile - A new way to first interact with users on Twitch.
55 stars 14 forks source link

fix: loading target to all pages after 3 seconds #1

Closed DanielHe4rt closed 2 months ago

DanielHe4rt commented 2 months ago

Motivation

After the release of 0.0.3 we saw that the plugin was only loaded in one page per browser due each page loading time.

Currently the goal is to support:

Fixes

I've tried to add EventListeners on window but still not working properly. After that I just decided to implement a small recursion to start to listen when the page is fully loaded.