Code
Hub
Trending
Following
Digest
Workspaces
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/gto76/python-cheatsheet
/ addDarkThemeScript
Function
addDarkThemeScript
parse.js:751–753 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
749
}
750
751
function
addDarkThemeScript() {
752
$(
'#main'
).before(DARK_THEME_SCRIPT);
753
}
754
755
function
removeOrigToc() {
756
const
headerContents = $(
'#contents'
);
Callers
1
modifyPage
Function · 0.85
Calls
1
$
Function · 0.85
Tested by
no test coverage detected