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

WWE star Nathan Frazer took to X to share his reaction following England’s loss in the semi-finals. Frazer is British and a huge supporter of the English football team, while his tag team partner Axiom is from Spain. Since Spain entered the finals by defeating France, the former WWE NXT Champion was hoping to see his team play against his tag team partner’s team in the finals. However, Frazer’s dreams got shattered after England’s loss last night. He shared a picture of himself and Axiom in their respective teams’ football jerseys, saying they were robbed of this final.

“We were robbed of a generational final man😭,” he wrote.

It’s hilarious to see WWE star Nathan Frazer take the English Football team’s loss so personally. However, it would’ve been interesting to see Fraxiom’s dynamic play out if their teams were pitted against each other in the finals.

WWE star El Grande Americano also made a surprise appearance during the FIFA World Cup

Over the last few months, El Grande Americano has become a major sensation among Mexican fans. He’s one of the biggest babyfaces in Lucha Libre AAA right now and had one of the best matches of the year against Chad Gable 2 months ago.

The star made a surprise appearance during the Mexico vs. England game in the Round of 16. He was there to support the Mexican team but was heartbroken after they lost. He even shared a message urging all Mexican fans not to be heartbroken after their team lost.

It is great to see stars like El Grande Americano represent WWE at the FIFA World Cup.

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-we-were-robbed-wwe-star-distraught-after-heartbreaking-world-cup-exit?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