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

Function reWindowConfig

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

Source from the content-addressed store, hash-verified

321 }
322 }
323 function reWindowConfig() {
324 const windowConfig = getWindowConfig()
325 config.windowWidth = windowConfig.width,
326 config.windowHeight = windowConfig.height,
327 config.screenLeft = windowConfig.left,
328 config.screenTop = windowConfig.top
329 }
330 let config = {
331 }
332 function updateConfig() {

Callers 2

openPopupWindowFunction · 0.85

Calls 1

getWindowConfigFunction · 0.85

Tested by

no test coverage detected