MCPcopy 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
101function removeBanner(itemObject) {
102 if (itemObject?.g3F1) itemObject.g3F1 = itemObject.g3F1?.filter((o) => isNotUpload(o));
103}
104
105function isVideo(o) {
106 let flag = true;

Callers 1

mapItemsFunction · 0.85

Calls 1

isNotUploadFunction · 0.85

Tested by

no test coverage detected