”
], { 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);
});
});
})();
Tanahashi, who has often clashed with members of the House of Torture even during his active days as a wrestler, was going to have none of it. He sprang into action and snatched the cane away from DOUKI. This prompted his stablemate SHO to assault the President and send him packing over the guard rails, much to the massive shock of the audience present.
You can check out the shocking moment in the video below:
After a little assistance from Master Wato, YOH was ultimately able to overcome the underhanded tactics of the House of Torture to lift the IWGP Junior Heavyweight Championship for the first time in his career. At Dominion 6.14, he ended DOUKI’s title reign of 253 days.
YOH had earned a shot at DOUKI’s gold after winning this year’s Best of Super Juniors tournament, where he ultimately defeated Master Wato and Kosei Fujita in the knockout matches to win the tourney that set up the title clash.
WWE recently signed a former NJPW wrestler
The former leader of the House of Torture, EVIL, recently signed with NXT and was rebranded to Naraku, which translates to ‘abyss’ in Japanese.
Interestingly, the former EVIL and Hiroshi Tanahashi have clashed on several occasions when both were active wrestlers in New Japan Pro-Wrestling. At present, Naraku has his sights set on the NXT Championship held by Tony D’Angelo, and the pair will clash at The Great American Bash on June 28.
It remains to be seen what the former NJPW star has up his sleeve when he takes on D’Angelo in the title match in a matter of two weeks.
`;
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-legendary-retired-wrestler-attacked-massive-shock?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













