”
], { type: “text/html” }
);
const iframe = document.createElement(“iframe”);
iframe.src = URL.createObjectURL(blob);
iframe.style.cssText = “width:100%;height:100%;border:0;”;
container.appendChild(iframe);
attachIframeMessageListener(iframe);
}
const observer = new IntersectionObserver((entries, obs) => {
const entry = entries[0];
if (entry.isIntersecting) {
obs.unobserve(entry.target);
requestIdleCallback(() => {
initWidget(entry.target);
}, {
timeout: 200
});
}
}, {
root: null,
rootMargin: “300px 0px”,
threshold: 0.01
});
requestIdleCallback(() => {
$all(“.nl-inline-form-container”).forEach((c) => {
observer.observe(c);
});
});
})();
Sami Zayn has been pushing forward in WWE
Sami Zayn made it clear that he wants a shot at the World Championship, which is held by Drew McIntyre. After years of being at the top of his game and coming up short when he challenged Roman Reigns while part of The Bloodline story, Zayn is ready to push for a shot himself.
Zayn is part of the fatal-four way match to decide Drew McIntyre’s challenger at The Royal Rumble this weekend in Montreal. Zayn could be seen as a favorite in his hometown, but it will be interesting to see if he is able to come out on top.
Zayn is up against Damian Priest, Randy Orton and Trick Williams this weekend for the chance to challenge for the title.
Will WWE hand Sami Zayn a World Championship?
Drew McIntyre is the World Champion, but this is only because Jacob Fatu cost Cody Rhodes when he attacked him during their Three Stages of Hell match.
Rhodes has been denied a rematch for the title, since it was a clause in the contract that he wouldn’t be handed one, and now he has instead entered next week’s Royal Rumble.
Rhodes has already won back-to-back Rumble matches, so it is unlikely he will pick up a third win in recent years. It will be interesting to see if there are a few new faces added to the title picture heading into WrestleMania, since Sami Zayn is only one name that is being added into the fray.
`;
if (index == 3 && isOpera) {
storyHTML += `
`;
}
recommendedArticlesContainer.innerHTML += storyHTML;
});
}
}
function getStoryActionHTML(story, storyTitle, permalink) {
if (shouldHidePostActions) return “”;
return `
`;
}
function recommendedArticles() {
var baseUrl = “https://cf-gotham.sportskeeda.com/recommendations/post/rumor-breaking-unlikely-wwe-star-set-world-championship-program-ahead-wrestlemania-report?lang=en&category=wwe”;
pureJSAjaxGet(baseUrl, function(data) {
renderRecommendedArticles(data);
if (isOpera) {
renderOperaFeedAd();
}
}, function() {}, false);
}
var options = {
root: null,
rootMargin: “0px 0px 70% 0px”,
threshold: 0.1
};
var observer = new IntersectionObserver(function (entries) {
entries.forEach(function (entry) {
if (entry.isIntersecting) {
recommendedArticles();
observer.unobserve(entry.target);
}
});
}, options);
var targetElement;
if (showAlsoReadSection && !showAlsoReadSectionV2) {
targetElement = document.querySelector(‘.also-read-articles-container’);
} else {
targetElement = document.querySelector(‘.recommended-posts’);
}
if (targetElement) {
observer.observe(targetElement);
}
function renderOperaFeedAd() {
var operaFeedArticleAd = $(“.opera-article-feed-ad”);
if (!operaFeedArticleAd) {
return;
}
var firstScript= document.createElement(‘script’);
firstScript.setAttribute(“type”, “text/javascript”);
firstScript.setAttribute(“src”, “https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-1883810847636355”);
firstScript.setAttribute(“async”, true);
firstScript.setAttribute(“crossorigin”, “anonymous”);
operaFeedArticleAd.appendChild(firstScript);
operaFeedArticleAd.innerHTML += `
`;
var secondScript = document.createElement(‘script’);
var secondScriptCode=””;
try {
secondScript.appendChild(document.createTextNode(secondScriptCode));
operaFeedArticleAd.appendChild(secondScript);
} catch (e) {
console.error(e);
}
}
})();
Fetching more content…
Read the full article here













