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

Function removeAcrylicOverlay

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

Source from the content-addressed store, hash-verified

537 }
538 }
539 function removeAcrylicOverlay() {
540 if (state.acrylicOverlay) {
541 document.body.removeChild(state.acrylicOverlay)
542 state.acrylicOverlay = null
543 }
544 }
545 window.addEventListener('message', (event) => {
546 const message = event.data
547 if (message.type === 'qinwuyuan') {

Callers 3

openPopupWindowFunction · 0.85
closePopupWindowFunction · 0.85
handleClickFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected