video-ad-sdk
Version:
VAST/VPAID SDK that allows video ads to be played on top of any player
9 lines (7 loc) • 315 B
JavaScript
/* eslint-disable sonar/class-prototype */
require('whatwg-fetch')
HTMLMediaElement.prototype.play = () => Promise.resolve()
HTMLMediaElement.prototype.pause = () => undefined
HTMLMediaElement.prototype.load = () => undefined
HTMLMediaElement.prototype.addTextTrack = () => undefined
window.open = () => undefined