kevinwucodes/gmail-quick-links

Doesn't work at all after Gmail redesign

Closed this issue · 7 comments

After Gmail launched its redesign (24th of April) the Quick-Links add-on doesn't work at all - tested on Firefox 59.0.2 / Macos 10.13.4

Would be awesome if you can update the add-on for the new Gmail.

Thanks in advance
Christian

Can you check your "about:addons" to see if you are running the latest Gmail Quick Links version? It should say 0.3.0

image

Just checked it, the add-on Version is 0.3.0

I can't reproduce this. Maybe try uninstalling and reinstalling the add-on? I'm also running FF 59.0.2 and it works for me.

Note that the Quick Links have now been moved to the TOP of the labels in left hand navigation sidebar. Previously this was at the BOTTOM of your labels.

@ChristianHeissing by any chance, are you using an international version of gmail?

@kevinwucodes I'm not sure what you mean with "international version" :-/

I'm using normal Gmail (https://mail.google.com/mail/u/1/#inbox) and my UI is shown in German. At the top of my labels I can see only my created labels I use for grouping my mails.

ah, I found the bug! Currently, the extension only works if you've setup Gmail with the English language. I know what I need to do to fix this and I can provide a fix shortly.

document .querySelectorAll('a[class="gb_b gb_ib gb_R"]')[0] .attributes['aria-label'].nodeValue.match(/\(([^)]+)\)/)[1]

fixed in 96271a4 and released in v0.3.1