], { 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);
});
});
})();

Speaking on his Stevie Richards Show, the former WWE star predicted that the company could be planning a long-term story for Sami Zayn with him losing the title to Gunther only to win it back later. He added that the 41-year-old could win the 2027 Men’s Royal Rumble match to find his way back into the title picture, culminating with his win in the main event of WrestleMania 43 in Saudi Arabia.

“You can have Sami kind of repeat the Cody story, where Sami does lose it but has to win the Royal Rumble to win the title back in Saudi Arabia at WrestleMania 43. So you have a detour. Maybe it’s Gunther. And then he fights Gunther at WrestleMania 43 and ends up winning the title back,” said Stevie Richards. (10:32 – 10:50)

A MISTAKE? | ...Sami Zayn as WWE Champion

WWE veteran Vince Russo is not a fan of Sami Zayn as the Undisputed Champion

Sami Zayn’s title win has also been criticized by many, with Vince Russo believing that he was simply rewarded for being with WWE for over a decade. He added that Zayn was barely a draw and would not bring in new eyeballs to the product.

“You’re going to tell me when Triple H makes a decision like that, and every other a** clown in the room, you’re going to sit there and tell me they’ve convinced themselves this is best for business and this is going to bring more viewers to the show? Is it that, or are we going to give Sami a big golden star on his forehead because of how hard he’s been working the last 13 years? It’s a joke, bro,” he said.

Both Cody Rhodes and especially Gunther, who wasn’t pinned at Night of Champions, could step on this week’s SmackDown to get a rematch against Zayn.

Why did you not like this content?


`;
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-tipped-lose-undisputed-title-megastar-shocking-twist-pitched-former-wwe-star?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

Leave A Reply

Exit mobile version