Justineo / github-hovercard

Neat hovercards for GitHub.
https://justineo.github.io/github-hovercard/
Other
1.83k stars 90 forks source link

Conflict with 'Refined GitHub' extension: its `user-local-time` feature #162

Closed darkred closed 3 years ago

darkred commented 3 years ago

I have noticed that, if you have enabled both GitHub Hovercard (GH) and Refined GitHub (RG), the user-local-time RG feature (screenshot) becomes broken.

STR

Justineo commented 3 years ago

The estimated local time of a user isn't provided by GitHub's API and Refined GitHub supports it by modifying GitHub's own hovercard, which is replaced by GitHub Hovercard's implementation (as you can see they are a bit different, like stats for followers/following/repos, follow/unfollow button, etc.). I don't think I'll fix this unless we can work out a "protocol" to share data across extensions.

darkred commented 3 years ago

Ok, thank you for your response.

darkred commented 3 years ago

I don't think I'll fix this unless we can work out a "protocal" to share data across extensions.

Kindly cc'ing @fregante (because I missed that when I wrote the OP) in case he'd like to share his opinion on this.