”
], { 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);
});
});
})();
New Japan Pro Wrestling announced Takahashi’s departure back in February. He wrestled his final match for the company at the New Beginning in Osaka event on February 11th. He teamed with Taiji Ishimori to defeat the United Empire’s Francesco Akira and Jakob Austin Young at the event. Since then, there have been rumours suggesting that he’s set to make his debut for WWE very soon.
As per the recent report by Fightful, people within WWE especially the developmental brand NXT have been expecting Hiromu to join the company soon. Former IWGP World Heavyweight Champion EVIL also made his WWE debut earlier this year and is now known as Naraku.
It will be interesting to see if Takahashi will join the Stamford-based company anytime soon.
EVIL made his WWE debut following WrestleMania 42
WWE hosted both nights of WrestleMania 42 in Las Vegas in April. Following the Show of Shows, the company started moving towards fresh storylines across all their brands including NXT. The developmental brand saw some new faces make their debut including the former IWGP World Heavyweight Champion EVIL.
EVIL made his NXT debut back at the April 28th episode when he interrupted Tony D’ Angelo. He started going by the name Naraku soon after and made his in-ring debut against Lince Dorado last month. He recently defeated Mason Rook to become the new #1 Contender for D’Angelo’s title but failed to win it at the Great American Bash.
Fans are interested in seeing what’s next for the former House of Torture leader in NXT.
`;
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-report-huge-wwe-debut-expected?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













