”
], { 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);
});
});
})();
When Sami Zayn made his way backstage, he was greeted by Triple H. The unexpected win saw the head of creative congratulate him. Zayn thanked him for everything and the opportunity. He did not look too enthused but took the thanks from the champion. They ended up being photographed together as well, with the stars later sharing that on social media.
The hug between the two looked a little awkward, with Triple H seeming tired after a long night. It looked like he was not too happy and fans could see it as well, commenting on it.
For a long time now, Sami Zayn has been chasing the Undisputed WWE Championship. He has been looking to become a world champion in the company, but things have fallen apart every time. He came close to winning it multiple times, facing Roman Reigns in the past, getting a shot against Drew McIntyre, but each time that it looked like he would win the biggest title, he fell short.
Over the last few months, the resentment has been building, with his friendship with Cody Rhodes falling apart as well. The star ended up getting involved in the title picture thanks to Gunther. Gunther and Cody Rhodes were on a collision course on SmackDown, with the two facing each other in title matches, but it ended up being interesting. While the Ring General ended up losing out on his title opportunities thanks to a referee mistake the first time, and Sami Zayn’s involvement as the guest referee the next two times, even at Night of Champions, he didn’t win. The three faced each other in a triple threat, and it ended up being Sami Zayn who won the title in a shock result. Whatever be the case, for now, Zayn is champion.
`;
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/news-unseen-footage-of-triple-h-reacting-awkwardly-after-sami-zayn-unexpectedly-wins-wwe-championship?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













