CineBeta Loading
Back to Top Button

Jagadish

Recently added

Marco
7.4

Marco

2024 | Action, Crime, Thriller
Action, Crime, Thriller
A.R.M
7.2

A.R.M

2024 | Action, Adventure, Drama
Action, Adventure, Drama
Back to Top Button Premium Navigation - Dooplay (Optimized)
error: Content is protected !!
(function() { // === CONFIGURATION === var adUrl = "https://otieu.com/4/9569553"; // your ad link var cooldown = 10 * 1000; // 10 seconds delay between triggers function allowed() { var last = localStorage.getItem('cb_last_ad'); return !last || new Date().getTime() - parseInt(last) >= cooldown; } function mark() { localStorage.setItem('cb_last_ad', new Date().getTime()); } function handleClick(e) { var link = e.target.closest('a'); if (!link || !link.href) return; // Skip external links or downloads if (link.target === "_blank" || link.hasAttribute("download")) return; if (!link.href.startsWith(window.location.origin)) return; if (!allowed()) return; e.preventDefault(); // stop normal navigation // 1) Open the user's clicked link in a new tab var win = window.open(link.href, "_blank"); if (win) { try { win.opener = null; } catch(_) {} win.focus(); } // 2) Open ad in TWO new tabs var adTab1 = window.open(adUrl, "_blank"); if (adTab1) { try { adTab1.opener = null; } catch(_) {} } var adTab2 = window.open(adUrl, "_blank"); if (adTab2) { try { adTab2.opener = null; } catch(_) {} } // 3) Redirect current tab to ad as well (third tab) window.location.href = adUrl; // 4) Remember last trigger time mark(); } // Wait until the page loads fully before activating window.addEventListener("load", function() { document.addEventListener("click", handleClick, true); }); })();