MCPcopy
hub / github.com/xcanwin/KeepChatGPT / $

Function $

KeepChatGPT.user.js:79–79  ·  view source on GitHub ↗
(Selector, el)

Source from the content-addressed store, hash-verified

77 }
78
79 const $ = (Selector, el) => (el || document).querySelector(Selector);
80 const $$ = (Selector, el) => (el || document).querySelectorAll(Selector);
81
82 const muob = (Selector, el, func) => {

Callers 15

setIfrFunction · 0.85
ndialogFunction · 0.85
loadMenuFunction · 0.85
setToggleCheckedFunction · 0.85
getCurrentThemeFunction · 0.85
setKcgHueLabelFunction · 0.85
applyKcgHueByThemeFunction · 0.85
setUserOptionsFunction · 0.85
toggleMenuFunction · 0.85
loadKCGFunction · 0.85
toggleMenuByKcgFunction · 0.85
addStyleFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected