MCPcopy
hub / github.com/027xiguapi/code-box / closeLoginModalFunc

Function closeLoginModalFunc

contents/zhihu.tsx:170–179  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

168
169 // 隐藏登录弹窗
170 function closeLoginModalFunc() {
171 addCss(`
172 .Modal-wrapper--transparent,
173 .Modal-enter-done{
174 display:none !important;
175 }`)
176 const element = document.querySelector("html")
177 element.style.overflow = "auto"
178 element.style.margin = "0px"
179 }
180
181 // 自动展开全文
182 function autoOpenCodeFunc() {

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

addCssFunction · 0.85

Tested by

no test coverage detected