”
], { 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);
});
});
})();
Nathan Frazer tagged fellow pro wrestlers Kale Dixon, Uriah Connors, Nicky Mariano, and Summer Sorrell in the post, suggesting that he might have competed with these stars for the mini golf championship. Summer Sorrell even commented on the post that she was coming for the title.
“FIRST EVER Florida Chronicles Mini Golf champion!” Frazer wrote.
You can check out his Instagram post below:
Last week, Nathan Frazer made an interesting announcement via a social media update. The British star revealed that he would be returning to Twitch in May. He often plays video games and interacts with the fans on the streaming platform but has been absent for a while.
Nathan Frazer suffered a massive loss on WWE SmackDown
On the May 1 edition of Friday Night SmackDown, Nathan Frazer and his tag team partner, Axiom, competed in a high-stakes match. The duo challenged R-Truth and Damian Priest for the WWE Tag Team Championship.
The former NXT Tag Team Champions put forth an impressive performance as they used their speed and agility against the two veteran performers. While Fraxiom came close to securing the victory and winning their first title on the main roster, The Archer of Infamy eventually closed the bout with a Razor’s Edge on Axiom to retain the gold.
Fraxiom has been one of the top-performing teams on Friday Night SmackDown. However, the match on SmackDown last week was only their second championship bout on the main roster. Their previous attempt to capture the WWE Tag Team Championship ended with a no contest finish to their match against The Street Profits that went on for more than 20 minutes on the May 23, 2025, edition of Friday Night SmackDown.
Only time will tell if Nathan Frazer and Axiom get another opportunity to win the WWE Tag Team Championship.
`;
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-major-wwe-star-becomes-first-ever-champion?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













