I kindly request you to check out YouTube video of whiz Fayisal or ask for assistance in the comments section of relevant video. This way, you can learn and get help in making modifications to the code.
Signup to Adsterra: Click Here
Code 1:
<html lang="en">
<head>
<meta charset="UTF-8"></meta>
<meta content="width=device-width, initial-scale=1.0" name="viewport"></meta>
<title>Blogspot Example</title>
<script>
window.onload = function() {
setTimeout(function() {
var iframeSrc = document.querySelector("iframe").src;
var newTab = window.open(iframeSrc, "_blank");
setTimeout(function() {
if (isMouseInsideWindow()) {
document.documentElement.click();
}
}, 15000);
}, 10000);
};
function isMouseInsideWindow() {
return event.clientX > 0 && event.clientY > 0 && event.clientX < window.innerWidth && event.clientY < window.innerHeight;
}
</script>
</head>
<body>
Paste your FB Embed Code Here
</body>
</html>
bhaijaan Code 2 kaam nahi kar raha hai
ReplyDeleteneed your help! pls help
click allow popup
Delete