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

According to Fightful Select, it is now being reported that despite Tony losing the title, the company still holds him in high regard and the result at Heatwave was not an indictment of him. The report also states that Tony’s name has not been mentioned when it came to a call up to the main roster.

With all this going on, D’Angelo will be gearing up for what is next and that is taking part in a six man tag team match next week on NXT.

WWE legend Shawn Michaels hails Tony D’Angelo

Shawn Michaels, who closely follows the NXT stars, recently hailed Tony D’Angelo. The WWE Hall of Famer labeled Tony as one of the hardest workers in NXT and that he could rebuild the men’s division in the developmental brand.

Speaking on Busted Open Radio, HBK said:

“Yes, all those things went on but Tony D’Angelo is the guy who we knew that could carry us and had the shoulders strong enough to carry us through this time that we could rebuild this men’s division and he’s been the one that’s done that. Tony D’Angelo is one of the hardest workers in this place. He’s a phenomenal human being, and he has done a great job as champion. It is just, once again, one of those things that you can’t control, a narrative that goes out there about you but I will say that time usually begins and history begins to tell a different story when everything’s said and done and I think that’s gonna be the case with Tony D’Angelo.”

That is some very high praise indeed from the WWE Hall of Famer and Tony D’Angelo would have loved every word of it.

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-unfortunate-update-former-wwe-champion-plans-after-title-loss-report?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