Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Useful-Scripts-Extension/useful-script
/ toggleModal
Function
toggleModal
popup/helpers/modal.js:20–22 ·
view source on GitHub ↗
(show = true)
Source
from the content-addressed store, hash-verified
18
}
19
20
export
function
toggleModal(show = true) {
21
modal.classList.toggle(
"hide"
, !show);
22
}
23
24
export
function
openModal(title, body) {
25
modalTitle.innerHTML = title;
Callers
2
initModal
Function · 0.85
openModal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected