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

Function closeRedirectModalFunc

contents/csdn.tsx:256–264  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

254
255 // 隐藏移动端跳转APP弹窗
256 function closeRedirectModalFunc() {
257 const css = `
258 .ios-shadowbox,
259 .feed-Sign-weixin,
260 .weixin-shadowbox {
261 display:none !important;
262 }`
263 addCss(css)
264 }
265
266 function closeVipFunc() {
267 document.querySelectorAll(".hide-article-box").forEach((box) => {

Callers 1

PlasmoOverlayFunction · 0.85

Calls 1

addCssFunction · 0.85

Tested by

no test coverage detected