MCPcopy
hub / github.com/fingerprintjs/fingerprintjs / isApplicable

Function isApplicable

src/sources/dom_blockers.ts:326–329  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

324}
325
326export function isApplicable(): boolean {
327 // Safari (desktop and mobile) and all Android browsers keep content blockers in both regular and private mode
328 return isWebKit() || isAndroid()
329}
330
331export async function getBlockedSelectors<T extends string>(selectors: readonly T[]): Promise<{ [K in T]?: true }> {
332 const d = document

Callers 2

getDomBlockersFunction · 0.85

Calls 2

isWebKitFunction · 0.90
isAndroidFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…