MCPcopy Create free account
hub / github.com/Useful-Scripts-Extension/useful-script / modal.js

File modal.js

popup/helpers/modal.js:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1const modal = document.querySelector("#myModal");
2const closeModalBtn = modal.querySelector(".close");
3const modalTitle = modal.querySelector(".title");
4const modalBody = modal.querySelector(".body");

Callers

nothing calls this directly

Calls 1

initModalFunction · 0.85

Tested by

no test coverage detected