], { 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 noted that he did not like WWE Speed Champion Lexis King calling himself the fastest man alive. So he asked Shawn Michaels for a spot in the next WWE Speed Championship tournament. Frazer added that the veteran granted his request and put him in a match against Romeo Moreno in the first round.

“So, Lexis King is parading himself around, calling himself the fastest man alive. And I happen to think that that’s an insult to the business. So I’ve decided to do something about it. I called up Shawn Michaels, and I said, ‘Put me in the next Speed tournament now.’ And he has granted my request. And it turns out, there’s kind of like an international vibe to this tournament. In the first round, they have me going up against [stutters]. [Axiom says, ‘Romeo Moreno’]. Yeah, him,” Frazer said.

After having a humorous banter with Axiom, Nathan Frazer urged fans to tune in to the CW Network this Tuesday to watch him in action on NXT. The SmackDown star further claimed that he would win the WWE Speed Championship and told the fans to remember that no one was faster than him.

“And it turns out he’s from España. He’s from Madrid, right? The same place that you’re [Axiom] from. Hey, hey. Wouldn’t be the first time I beat a kid from Madrid. [Axiom responds, ‘Well, it wouldn’t be the first time a kid from Madrid beats you either’]. Right. Anyway, tune in at 8pm on the CW Network to NXT and watch Nathan Frazer fulfill his destiny by becoming the WWE Speed Champion. And always remember, nobody is faster than Frazer,” he added.

You can check out the Instagram post below:

Fraxiom suffered a huge loss on WWE SmackDown earlier this month

On the May 1 edition of Friday Night SmackDown, Nathan Frazer and Axiom challenged Damian Priest and R-Truth for the WWE Tag Team Championship.

The high-flyers put forth an impressive performance against the more experienced duo. Unfortunately, they could not convert it into a win, as Priest ended the bout with a Razor’s Edge on Axiom to retain the gold.

Despite the loss, Fraxiom continues to be an integral part of SmackDown’s tag team division. Frazer and Axiom are still searching for their first main roster championship win.

If you use any quotes from this article, please credit Nathan Frazer with an H/T to Sportskeeda Wrestling for the transcription.

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-breaking-former-champion-announces-his-return-to-wwe-nxt?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