Is there any way to block ads/popups from embeded video directly on my server?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • devilson
    New Member
    • Nov 2016
    • 2

    Is there any way to block ads/popups from embeded video directly on my server?

    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:
    <iframe src="https://editedUrl.editedFile.mp4" scrolling="no" frameborder="0" width="640" height="360" allowfullscreen="true" webkitallowfullscreen="true" mozallowfullscreen="true"></iframe>
    Last edited by Frinavale; Nov 15 '16, 09:35 PM. Reason: removed url suggestions and added code tags
Working...