Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Moli-X/Resources
/ removeBanner
Function
removeBanner
Script/ADYouTube.js:101–103 ·
view source on GitHub ↗
(itemObject)
Source
from the content-addressed store, hash-verified
99
}
100
101
function
removeBanner(itemObject) {
102
if
(itemObject?.g3F1) itemObject.g3F1 = itemObject.g3F1?.filter((o) => isNotUpload(o));
103
}
104
105
function
isVideo(o) {
106
let
flag = true;
Callers
1
mapItems
Function · 0.85
Calls
1
isNotUpload
Function · 0.85
Tested by
no test coverage detected