”
], { 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);
});
});
})();
Recently, Heyman took to his official X (formerly Twitter) account to react to a video from an episode of SmackDown in 2022. On the show, the legend tried to fight a fan while managing The Bloodline for a dark match. He even removed his jacket to confront the spectator, forcing Jey Uso to intervene.
Later, Roman Reigns hugged Heyman and gave him his jacket back. The video of the wholesome moment recently went viral on social media. The Oracle wrote that the security guard’s reaction was the best part of the whole video. Although the message didn’t have much to do with WWE and TKO, Heyman directly addressed it to them in the post.
“The absolute best part about this is the security guard who throws his hands up in the air and just says “Fuq Dis, I’m Outta Here!” @WWE@TKOGrp@USANetwork@netflix@espn@ESPNBET,” he wrote.
Paul Heyman Reveals Why He Tried to Fight WWE Fans
In 2022, during an exclusive interview with Sportskeeda Wrestling, the WWE Hall of Famer, who was the Wiseman of The Bloodline at the time, reacted to the abovementioned incident. Heyman revealed that he got infuriated whenever a fan refused to acknowledge The Tribal Chief.
“I’m not from the Midwest; I’m from New York, which means I’ll whoop your a**,” claimed Heyman. “And I take things very personally, especially when you’re not acknowledging your Tribal Chief. And these are people who refuse to acknowledge The Tribal Chief. I won’t stand for that.”
With WrestleMania 42 on the horizon, it will be interesting when Heyman returns to television.
`;
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-fuq-dis-i-m-outta-here-paul-heyman-sends-message-wwe-tko-ahead-raw?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













