MCPcopy Index your code
hub / github.com/darkreader/darkreader / hasPatchForChromiumIssue501582

Function hasPatchForChromiumIssue501582

src/generators/css-filter.ts:27–32  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

25 * Patch: https://chromium-review.googlesource.com/c/chromium/src/+/1979258
26 */
27export function hasPatchForChromiumIssue501582(): boolean {
28 return __CHROMIUM_MV3__ || Boolean(
29 __CHROMIUM_MV2__ &&
30 compareChromeVersions(chromiumVersion, '81.0.4035.0') >= 0
31 );
32}
33
34/**
35 * Since Firefox v102.0, they have changed to the new root behavior.

Callers 1

Calls 1

compareChromeVersionsFunction · 0.90

Tested by

no test coverage detected