Refined-github: ‼️❎ More menu always open (Version 20.2.14.922 is broken)

Created on 18 Feb 2020  ·  25Comments  ·  Source: sindresorhus/refined-github

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.

Screenshot 2020-02-18 at 10 25 50

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:

Screenshot 2020-02-18 at 10 20 34

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?

bug

Most helpful comment

Fix ready

Update your extension as soon as your store shows 20.2.18.

(They're taking their sweet time to update it… 😞)

You should install an updated version locally in Chrome:

  1. Temporarily disable Refined GitHub in your browser
  2. Download: https://github.com/sindresorhus/refined-github/suites/471467732/artifacts/2065042
  3. Install it: https://github.com/sindresorhus/refined-github/blob/master/contributing.md#loading-into-the-browser

Remember to undo this later or else you won't receive updates.

All 25 comments

You're right, it's not working for me anymore either :(

I'm using Firefox 73.0 (64 bit) on Ubuntu 18.04

Doesn't work on Chrome either, but I'm not seeing any errors in console.

EDIT: actually, there are some:

image

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.


RG Options screenshot

2020-02-18_122211

I have Firefox 73.0 on macOS and RG 20.2.14 and most features work:

repo headerr

None of the errors in any of those consoles are related to Refined GitHub.

Have you tried turning it off and on again?

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.

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

Fix ready

Update your extension as soon as your store shows 20.2.18.

(They're taking their sweet time to update it… 😞)

You should install an updated version locally in Chrome:

  1. Temporarily disable Refined GitHub in your browser
  2. Download: https://github.com/sindresorhus/refined-github/suites/471467732/artifacts/2065042
  3. Install it: https://github.com/sindresorhus/refined-github/blob/master/contributing.md#loading-into-the-browser

Remember to undo this later or else you won't receive updates.

For me it works again, thx for the quick reaction & fix! :)

After upgrading to 20.2.18 on Firefox everything works again. Thanks for the super quick fix.

Closing as it is resolved.

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;
}

@silverwind chrome store is still on 20.2.14.922, so that's what you're possibly seeing.

Not sure, that version is 5 days old while the feature should've been there since many months.

Source file here.

Yeah, after closer investigation, it's the broken version which seems to come from a very old codebase.

Reopening for visibility

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

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

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

@s-kocher just go to the github action of the last commit and download the artifact

Thanks @kidonng & @yakov116 I tested both of your solutions are working fine :)
I never used github action artifact result, thanks for the information !

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.

@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 :)

Update your extensions! A new version has finally been published by the Chrome extensions team :tada:

Don’t forget to restore the more-tab feature, if you previously disabled it

Was this page helpful?
0 / 5 - 0 ratings

Related issues

pawelad picture pawelad  ·  3Comments

MilesBHuff picture MilesBHuff  ·  3Comments

sindresorhus picture sindresorhus  ·  3Comments

vanniktech picture vanniktech  ·  3Comments

hkdobrev picture hkdobrev  ·  3Comments