-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
Description
Description
ci-link feature stopped working due to now non-existing anchor on a GitHub repo page.
In the code it is looking for now non-existing parts:
async function init(signal: AbortSignal): Promise<void> {
await expectToken();
observe([
// Desktop
'.AppHeader-context-item:not([data-hovercard-type])',
// Mobile. `> *:first-child` avoids finding our own element
'.AppHeader-context-compact-mainItem > span:first-child',
], add, {signal});
}How to replicate the issue + URL
- open https://github.com/refined-github/refined-github with
ci-linkfeature switched on - or see this picture:

Extension version
26.2.2
Browser(s) used
firefox, chrome
Token ⚠️
- I set a token in the options page. I understand that some features require a token to work.
Reactions are currently unavailable