”
], { 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);
});
});
})();
According to WrestleVotes during a Q&A session for Fightful Select, Zayn is universally loved backstage, and everyone was happy for him. It was also noted that many have been waiting for this moment, and the backstage reaction has been very positive so far.
“This is something people have wanted for a very long time. Everybody loves Sami. That’s from in the ring to people who travel weekly, and it goes as far as the parking guys. Sami Zayn is universally loved inside that company. I don’t think he has an enemy anywhere. People have been waiting for this, so I know the backstage reaction has been great,” said the insider. (H/T: Ringside News)
Sami Zayn had never won a major title in WWE before his surprise victory at Night of Champions this past Saturday.
Injured WWE star reacts to Sami Zayn’s title win
Kevin Owens took to social media to react to Sami Zayn becoming Undisputed WWE Champion over the weekend.
Following Night of Champions, The Prizefighter shared a heartfelt message on social media and noted that Zayn deserved to be the champion. Owens has been out of action since last year due to a neck injury.
“I’ve missed a lot of things I wish I hadn’t in the last 15 months because of this injury but today is, by far, the one I wish I had been there for the most. He has brought out the best in me as both an ally and a foe. That’s because he is THE best. When you’re consistently that good for that long, you become undeniable. Sami becoming WWE Champion was inevitable. He has deserved that moment for a very long time, and I am so happy to see him finally get it,” he wrote.
It will be interesting to see how long The Last Real Good Guy can hold onto the title.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-backstage-update-wwe-reacted-sami-zayn-s-title-win-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


