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

In an exclusive with F4Wonline, the former WWE star addressed speculations about racism between stars backstage. Shanky claimed the roster accepted him with open arms, and there was no racism or any discrimination between talent from different brands in the company.

So when I went backstage, Roman [Reigns] was there… Seth Rollins, everyone was there. You know, like, we’re all in the same place, eating together at catering. There was no racism, nothing like, ‘Oh, you’re new, so you can’t sit at that table and eat.’ Nothing like that. Everyone was down-to-earth and humble. So, I mean, I’m telling you—it was beyond that,” he said. [H/T – F4Wonline]

"Skyscraping" Shanky shakes it out before match

Shanky’s last WWE match was against Gunther

In 2021, Shanky was officially moved to the main roster on Monday Night RAW and aligned with Jinder Mahal and Veer Mahaan. The trio feuded with Drew McIntyre for weeks before the storyline ended at SummerSlam. After the event, Shanky and Mahal were drafted to the blue brand.

In the coming months, the two became a formidable tag team and often competed in tag team matches. While Mahal remained a foreign heel, Shanky was slowly turning face as a dancing giant. After the new regime arrived, the 34-year-old star was gone from the weekly product.

In 2023, Shanky returned to the company and faced Gunther in India for the Intercontinental Championship and lost. After his loss, he was released from WWE when the new regime cut talent in September 2023. This marked the end of his run in the Stamford-based promotion.

After his release, Shanky had four matches on the independent circuit, and primarily focused on other aspects of his life. It’ll be interesting to see if he ever makes a surprise return to the promotion.

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-ex-wwe-star-addresses-racism-speculations?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