”
], { 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);
});
});
})();
Following Tony D’Angelo’s NXT Championship win at the Stand & Deliver event last month, the competition for the biggest prize on the brand is heating up. Amid the chaos revolving around Tony’s belt, EVIL made his surprise debut on last week’s edition of the show and handed the NXT Champion a symbolic cloth. On this week’s NXT episode, he appeared in a vignette revealing his new WWE name, Naraku.
Before his new name, Naraku, was revealed, rumors suggested he would be called “Nox Raijin” in the WWE after the company trademarked the name. Bryan Alvarez of the Wrestling Observer Newsletter reported that he was told, along with many others, that EVIL would be Nox Raijin. However, he also revealed that the name wasn’t a swerve and the company will use it for another signing.
It will be interesting to see who will be “Nox Raijin” now that EVIL is Naraku.
Naraku, fka EVIL, will make his WWE NXT debut next week
After he walked into a WWE ring for the first time on last week’s episode of NXT, the Japanese star appeared in a vignette on this week’s show. He revealed that his new name at the company will be Naraku and put the entire roster on notice.
The vignette also revealed that he will be making his NXT debut on next week’s edition of the show. Fans are excited to see EVIL in the company’s developmental territory after his 15-year-long stint in New Japan Pro Wrestling.
It will be exciting to see who the former IWGP World Champion’s first opponent will be in the company.
`;
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-wwe-cancelled-major-plans-for-naraku-fka-evil-before-debut?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













