so I was making an extension for firefox where it calculates and displays a user’s Karma. Now the extension works perfectly fine when you paste in your profile and go there, or if you refresh your profile. but if you go to the main menu of Lemmy, then back to your profile by clicking on your profile, the extension simply doesn’t work.

You are viewing a single thread.
View all comments View context
1 point
*

I ended up going primitive and used intervals to check if a particular div was visible: function refreshExtension() { console.log("checking ", shown); const targetNode = document.getElementsByClassName("person-details")[0]; if (!shown && targetNode) { main(); } if (!targetNode) { shown = false; } } setInterval(refreshExtension, 200);

will it affect performance?

permalink
report
parent
reply

FF addons&extensions

!firefox_addons@lemmy.ml

Create post

Share your Firefox extensions or search tools.

Community stats

  • 1

    Monthly active users

  • 24

    Posts

  • 7

    Comments

Community moderators