”
], { 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);
});
});
})();
Speaking in an interview on Smooth Vega Podcast, Cage stated:
“Then they said, ‘Oh, never mind.’ I’ve said this quote a lot of times, too. He texted me out of nowhere and he goes, ‘Never mind. We changed our mind. You’re average at best.’ I go, ‘Average at best? This mother******?’ I go, ‘Okay, let’s really face it. You and I both know I’m better than average, but thanks for getting back to me.’ But after that, that’s when I finally said, you know what? I don’t need to go back there. I’ll do what I need to do.”
Cage also noted that he was open to a return, but did not treat it as a necessity anymore.
“Now, doesn’t mean I’m saying like, ‘Oh, I’ll never go back there.’ It was just like, you know what? If I don’t go back there, it’s okay.”
You can check out his comments below:
Brian Cage was desperate to return to WWE at one point
According to Brian Cage, he was devastated to learn that he was being pushed away from the Stamford-based promotion.
In the same interview, the AEW star noted:
“I was so desperate after I got released, and that was a whole bunk story to get back to. I felt like my life was over. And after a lot of ups and downs, like I got re-signed, then I got rescinded, then I got cast for Tough Enough, then I got taken off that. Then I saw Johnny Ace in Fresno when I was living there, and he said, ‘Hey, we’re going to bring you back after Mania.’”
The return never happened, but it remains to be seen is Brian Cage will indeed be given another opportunity in the future in WWE.
If you use any quotes from the article, please credit the source and give an H/T to Sportskeeda for the transcription.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-former-wwe-star-open-return-despite-insulting-comment-promotion?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




