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

Function joinSelectors

src/inject/dynamic-theme/modify-css.ts:125–127  ·  view source on GitHub ↗
(...selectors: string[])

Source from the content-addressed store, hash-verified

123}
124
125function joinSelectors(...selectors: string[]) {
126 return selectors.filter(Boolean).join(', ');
127}
128
129const hostsWithOddScrollbars = [
130 'calendar.google.com',

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected