Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/darkreader/darkreader
/ removeStyle
Function
removeStyle
src/inject/style.ts:30–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
28
}
29
30
export
function
removeStyle(): void {
31
removeNode(document.getElementById(
'dark-reader-style'
));
32
document.documentElement.removeAttribute(
'data-darkreader-mode'
);
33
}
Callers
2
responseHandler
Function · 0.90
onMessage
Function · 0.90
Calls
1
removeNode
Function · 0.90
Tested by
no test coverage detected