”
], { 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);
});
});
})();
Therefore, when a journalist decided to call wrestling “fake”, the WWE star lost his cool and lashed out at the journalist.
“You brought me in here and you’re going to talk to me like this? No, man. Just because you’re in charge of some s**t here, man, doesn’t mean you can talk to me like this. You’re saying what I do is easy, and you’re in front of all your people in here talking about my job is easy. You couldn’t walk a damn day in my shoes. Got me in there. Dude, are you kidding me, man? I’ll smack the s**t out of you right now. I’m not playing around. Bring me all the way here for some media, man. This guy’s talking his f**king head off, man. What’s his problem, dude?”
Austin Theory reacted to the masked man attacking him on RAW
At the 2026 Royal Rumble, a masked man showed up out of nowhere and attacked Bron Breakker during his entrance. This resulted in Breakker getting eliminated from the match. This week on RAW, Austin Theory had the chance to qualify for the Elimination Chamber match. However, the masked man showed up again and attacked him, thereby costing him the match.
Following this attack, the former United States Champion took to social media to send a message to the fans about his attacker.
“Mask man, huh? Well played.”
It remains to be seen who has been tormenting The Vision behind the mask.
If you use the quote from the first half of the article, then link back to the source with an H/T to Sportskeeda Wrestling.
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-austin-theory-loses-cool-gets-real-life-altercation-journalist-use-f-word?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


