”
], { 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);
});
});
})();
After being a wrestler for nearly 24 years, Sami Zayn finally captured the Undisputed WWE Championship in Saudi Arabia. He made history by becoming the first-ever Muslim to become a World Champion in the Stamford-based company. The fans in Saudi Arabia went crazy after Sami Zayn pinned Cody Rhodes to become the Undisputed WWE Champion. Following the shocking end to Night of Champions, Becky Lynch took to X to drop an emotional tribute to the new top guy on SmackDown.
“I was crying tears of joy then and I’m crying tears of joy now! So well deserved! Congratulations @SamiZayn!!” She wrote.
It will be interesting to see what Triple H has planned for the Last Real Good Guy as the New Champion on SmackDown.
Kevin Owens shared heartfelt reaction to Sami Zayn’s Undisputed WWE Championship win
The story of Kevin Owens and Sami Zayn’s friendship is no stranger to wrestling fans. Despite their on-screen rivalries and brutal matches, the two have stayed best friends for decades now. Kevin Owens has been out with an injury for more than a year now. He took to X to congratulate his best friend and stated how bad he felt about not being there physically.
“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.
It’s heartwarming to see Kevin Owens share such a beautiful message to congratulate his best friend and the new Undisputed WWE Champion Sami Zayn.
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-sami-zayn-is-wwe-champion-becky-lynch-drops-emotional-tribute?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



