![]() |
How to block popunders from embedded tube videos?
Is there any way to embed videos from tube sites without getting intrusive popunders for your visitors to deal with when they click on a video. Anyone know of a way to block their popunders for site visitors by editing the embed code?
Are there any tube sites with no popunders anyone can recommend? |
You can try something like this:
1. Change the iframe to point to your server. If you load it via Javascript then do the next steps on the client side. 2. On your server add an endpoint for iframe. This URL will load the original iframe and inject Javascript. 3. In the injected code (for the iframe only), override the `window.open` function Code:
window.open = function(strUrl, strWindowName, [strWindowFeatures]){ |
All times are GMT -7. The time now is 06:57 AM. |
Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc