”
], { 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);
});
});
})();
On X, Owens mentioned that he wished he were in attendance for today’s Night of Champions Premium Live Event to witness Sami Zayn’s crowning moment.
“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. Now enjoy these pictures of me annoying him at various stages of our careers. The last one is him putting on my sock in a hotel room in the middle of nowhere in Texas because I thought I had broken my back the night before and could not move. He had to help me put on my boxers too. Look how happy he is… Now tell me he doesn’t deserve to be champion! @SamiZayn,” wrote Owens.
Check out Owens’ post on X:
Jey Uso reacted to Sami Zayn winning the Undisputed WWE Championship
Jey Uso has reacted to Sami Zayn winning the Undisputed WWE Championship. The two were stablemates in The Bloodline and bonded during their time in the faction.
On Instagram, Jey wrote:
“Wow!!! My mfn dawg @samizayn,”
Sami Zayn ended Cody Rhodes’ third reign as the Undisputed WWE Champion.
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/news-i-ve-missed-lot-things-kevin-owens-shares-heartfelt-reaction-sami-zayn-winning-undisputed-wwe-championship-night-champions?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



