Is there any chance to implement some script similar to "adblock" directly to my code ? I mean when you have embedded video, that even users without an adblock installed in browser won't be bothered with advertising.
code i'm using for embeding:
code i'm using for embeding:
Code:
<iframe src="https://editedUrl.editedFile.mp4" scrolling="no" frameborder="0" width="640" height="360" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>