], { 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 INSIGHT with Chris Van Vliet, the 39-year-old star was asked about the possibility of a second run in WWE. Nation said he never got in trouble working for the company, which makes him a likely candidate for a second run if they want him. However, he’s not waiting for that call, as he’s more focused on his career.

“I feel like I never got in trouble. I feel like I never did get in trouble. I never did anything that was against company policy or anything like that. So, I think if that option was on the table, I definitely would be a likely candidate if they were looking at me and thinking, and I think that option would be there for sure. But it’s not something I’m sitting just waiting and dying for to happen,” Nation said.

Apollo Crews: WWE Release, Nigerian Character, WrestleMania 37, IC Title, Uhaa Nation, What's Next

Apollo Crews has won two titles in WWE

In 2016, Apollo Crews moved to the main roster under Vince McMahon’s creative leadership, but it took him years before winning championships in the Stamford-based promotion. In 2020, Crews won his first major title when he defeated Andrade to win the United States Championship.

Unfortunately, Crews’ reign ended before crossing the 100-day mark, losing the title to Bobby Lashley. A few months later, he adopted a new Nigerian gimmick on SmackDown and ultimately won the Intercontinental Championship from Big E at WrestleMania 37.

Crews’ reign as Intercontinental Champion lasted a bit longer than his first title reign, but he lost the title to Shinsuke Nakamura. Uhaa Nation appeared for TNA Wrestling and Dragongate following his WWE release.

If you use quotes from the article, please credit INSIGHT with Chris Van Vliet and provide 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-i-never-anything-company-policy-2-time-champion-possible-wwe-return?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