MCPcopy Create free account
hub / github.com/ChinaGodMan/UserScripts / progressBarremove

Function progressBarremove

popup-window/popup-window.user.js:932–936  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

930 progressBarremove()
931 }
932 function progressBarremove() {
933 if (state.progressBar) {
934 state.progressBar.remove()
935 }
936 }
937 function handleMouseLeave() {
938 clearTimeout(state.pressTimer)
939 state.pressTimer = null

Callers 4

onMouseMoveFunction · 0.85
onMouseUpFunction · 0.85
onProgresFunction · 0.85
handleMouseUpFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected