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

Function closeLoginModalFunc

contents/51cto.tsx:216–222  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

214
215 // 关闭登录弹框
216 function closeLoginModalFunc() {
217 const css = `
218 #login_iframe_mask {
219 display:none !important;
220 }`
221 addCss(css)
222 }
223
224 function downloadPdf() {
225 var article = document.querySelector<HTMLElement>("article .article-detail")

Callers 1

PlasmoOverlayFunction · 0.70

Calls 1

addCssFunction · 0.85

Tested by

no test coverage detected