MCPcopy Create free account
hub / github.com/Moli-X/Resources / removeAd

Function removeAd

Script/ADYouTube.js:97–99  ·  view source on GitHub ↗
(itemObject)

Source from the content-addressed store, hash-verified

95}
96
97function removeAd(itemObject) {
98 if (itemObject?.n5F1) itemObject.n5F1 = itemObject.n5F1?.filter((o) => isVideo(o));
99}
100
101function removeBanner(itemObject) {
102 if (itemObject?.g3F1) itemObject.g3F1 = itemObject.g3F1?.filter((o) => isNotUpload(o));

Callers 2

ADYouTube.jsFile · 0.85
mapItemsFunction · 0.85

Calls 1

isVideoFunction · 0.85

Tested by

no test coverage detected