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

However, the former NXT Champion isn’t the only new signing the Stamford-based promotion has been pushing. Je’Von Evans joined the main roster by officially signing with Monday Night RAW in January and has been getting massively pushed.

Recently, Cory Hayes of Bodyslam quoted a post by an X handle about Shawn Michaels, naming Evans as someone he wished had stayed in NXT a bit longer, noting that The Young OG was once considered to beat Oba Femi before the main roster came calling.

If this had happened, The Bouncy Man would have become the youngest NXT Champion at the age of 21, breaking Bo Dallas’ record as the youngest NXT titleholder at 22 years. However, the plans never came to fruition and were canceled.

“Je’Von was going to dethrone Oba before the main roster came calling,” Hayes wrote.


Je’Von Evans is set to have a massive WWE match

Oba Femi isn’t the only one getting into a major bout at his WrestleMania debut. Even the Young OG will be showcasing his talent at The Grandest Stage of Them All.

Evans earned his spot in the six-pack ladder match for the WWE Intercontinental Championship after beating Rayo Americano at Main Event, and now he will compete against five top competitors, including defending titleholder Penta, Rey Mysterio, Rusev, JD McDonagh, and Dragon Lee.

Both rising stars are set to show fans why they are the new generation and why they are the chosen ones to be the next big thing in World Wrestling Entertainment.

That said, it will be interesting to see what plans Triple H and his WWE creative team have in store for both Femi and Evans in the coming months.

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/rumor-wwe-allegedly-canceled-historic-title-change-involving-oba-femi-raw-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