Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/darkreader/darkreader
/ isURLInDarkList
Method
isURLInDarkList
src/background/config-manager.ts:233–238 ·
view source on GitHub ↗
(url: string)
Source
from the content-addressed store, hash-verified
231
}
232
233
static isURLInDarkList(url: string): boolean {
234
if
(!ConfigManager.DARK_SITES_INDEX) {
235
return
false;
236
}
237
return
isURLInIndexedList(url, ConfigManager.DARK_SITES_INDEX);
238
}
239
}
Callers
2
toggleActiveTab
Method · 0.80
getTabInfo
Method · 0.80
Calls
1
isURLInIndexedList
Function · 0.90
Tested by
no test coverage detected