The issue has been closed
Hi,
I have been using refined-github for a long time on Firefox (beta update channel) without problems. A few days ago (I think) I noticed that the GitHub UI had changed. This turned out to be because RG has stopped modifying it (and the plain GH looks "weird'). For example the CI status has vanished.

I am not sure what changed but it seems like basic features that should be there have stopped working. There are errors in my JS console when I visit this page:

I think this is the source of the problem, but I am not sure how to further debug it. If I hover over the "injectGlobalHook.js" link in the console it links me to moz-extension://c22f98a5-2aa6-4346-9f98-f4bc11b4aa78/build/injectGlobalHook.js I am guessing this is RG but if you know how to match the UUID to an installed extension that would be great so I can confirm it.
I am running Firefox 73.0 (64-bit) from the beta updates channel on OSX 10.14.6 (18G103). I think the only other noteworthy extension I have installed is Privacy Badger. On version 20.2.14.922 of refined github.
What else should I look at to try and debug what happened/changed?

You're right, it's not working for me anymore either :(
I'm using Firefox 73.0 (64 bit) on Ubuntu 18.04
posted by jdreesen about 5 years ago
Doesn't work on Chrome either, but I'm not seeing any errors in console.
EDIT: actually, there are some:

posted by dwelle about 5 years ago
Doesn't work on Chrome either.
I confirm.
In details:
I had RG 20.2.3 (in Chrome 80.0.3987.106 on win10).
It was working fine (I had a personal token in its settings and
the Show the features enabled on each page in the console
checkbox was enabled).
Today I clicked "Update" in chrome://extensions and RG got updated to 20.2.14.922 :
From that point it stopped working. Additionally, in its settings the personal token is no longer displayed and the Show the features enabled on each page in the console
checkbox is now unchecked.
<details>
<summary>RG Options screenshot</summary>

</details>
posted by darkred about 5 years ago
posted by fregante about 5 years ago 
I have Firefox 73.0 on macOS and RG 20.2.14 and most features work.
I also have no problem with RG in Firefox 73.0 on win 10.
For me, RG is not working only in Chrome, and, disabling and re-enabling RG in chrome://extensions doesn't help.
posted by darkred about 5 years ago
I know what happened: 20.2.14.922 is a broken version, I stopped it in Firefox but it was published in Chrome just today. Also you might have downloaded that version in Firefox while it was available.
I'll publish a new release soon, I don't know how long it will take to appear on Chrome though
posted by fregante about 5 years ago
posted by fregante about 5 years ago 
For me it works again, thx for the quick reaction & fix! :)
posted by jdreesen about 5 years ago
After upgrading to 20.2.18 on Firefox everything works again. Thanks for the super quick fix.
Closing as it is resolved.
posted by betatim about 5 years ago
I see some discrepancy in the shipped CSS in Firefox vs. Chrome extensions. Below style is only present in the Firefox extension. Is this related here?
```css
.rgh-collaborator {
border: 1px solid #c0d3eb;
}
posted by silverwind about 5 years ago
@silverwind chrome store is still on 20.2.14.922
, so that's what you're possibly seeing.
posted by dwelle about 5 years ago
Not sure, that version is 5 days old while the feature should've been there since many months.
Source file here.
posted by silverwind about 5 years ago
Yeah, after closer investigation, it's the broken version which seems to come from a very old codebase.
posted by silverwind about 5 years ago
posted by fregante about 5 years ago 
Same problem and console errors with :
- Windows 10 x64 1803
- Chrome 78.0.3904.87 (64 bits)
- Extension version 20.2.14.922
- GitHub Enterprise Server 2.17.6
posted by s-kocher about 5 years ago
Is there a provided package somewhere so we can sideload the last working version 20.2.19 in chrome without waiting the official publishing on chrome webstore ?
I didn't find this kind of package on releases page
posted by s-kocher about 5 years ago
Is there a provided package somewhere so we can sideload the last working version 20.2.19 in chrome without waiting the official publishing on chrome webstore ?
I didn't find this kind of package on releases page
I've built one for myself using the latest code. If you would like to use it, here it is.
If you do not trust this, you can build one easily, just install Node.js and follow the contributing guide (but replace npm run watch
with npm run build
).
EDIT: Quick link to the artifact mentioned by yakov116: https://github.com/sindresorhus/refined-github/suites/471467732/artifacts/2065042
posted by kidonng about 5 years ago
@s-kocher just go to the github action of the last commit and download the artifact
posted by yakov116 about 5 years ago
Thanks @kidonng & @yakov116 I tested both of your solutions are working fine :)
I never used github action artifact result, thanks for the information !
posted by s-kocher about 5 years ago
posted by fregante about 5 years ago 
Has it been verified that the new version has been pushed to the Chrome web store? I'm surprised it'd take them this long to update.
posted by Enrico2 about 5 years ago
@Enrico2 don't worry. It gets even more surprising and interesting how i'm getting pretty old version and even already not existing or renamed features while I just installed that version before 2-3 days when started to report tons of other bugs :D
I'm waiting for new chrome store version too :)
posted by tunnckoCore about 5 years ago
posted by sindresorhus about 5 years ago 
Update your extensions! A new version has finally been published by the Chrome extensions team :tada:
posted by fregante about 5 years ago
Don’t forget to restore the more-tab
feature, if you previously disabled it
posted by fregante about 5 years ago