Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/027xiguapi/code-box
/ closeAdsFunc
Function
closeAdsFunc
contents/csdn.tsx:183–190 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
181
182
// 关闭广告
183
function closeAdsFunc() {
184
const css = `
185
.toolbar-advert,
186
#recommendAdBox,
187
.adsbygoogle {
188
display:none !important;
189
}`
190
}
191
192
// 解除 关注博主即可阅读全文的提示
193
const followFunc = () => {
Callers
1
PlasmoOverlay
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected