Skip to content

ci-link is broken #8943

@blzsaa

Description

@blzsaa

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

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions