Thanks for developing this extension. Will this extension add links to each top poster in the future? So each avatar or name of the user is clickable, and links to his/her profile page. I checked codes and found in top-posters-widget/js/dist/forum.js from line 106
m("div", {
className: "Afrux-TopPostersWidget-users-item-avatar",
},
Found the following code in other forum.js
href: e ? je.route.user(e) : "#"
But I don't know how to make it work.