”
], { 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);
});
});
})();
However, McAfee’s promo segment on SmackDown this week has convinced Hall of Famer Mark Henry that he has earned his place. Admitting that McAfee was potentially added to the storyline after later consideration, Henry stated that the only other star that could pull off such an extensive promo was probably Chris Jericho.
“There are a lot of wrestlers today that can’t pull that time on a microphone. They don’t have the bandwidth. They don’t have their memory. They don’t have the cadence and confidence and their ability to rock the mic like that. Pat McAfee did the damn job last night. And you can say whatever you want. The argument with me is, Yes, he may not have been the first choice. Or maybe he shouldn’t have been the guy in the first place. But he walked through the door. And he was the guy. And is the guy. And he lived up. There is nobody that you can mention to me other than maybe Jericho that could have done what he did. Successfully.”
You can check out his comments below:
Pat McAfee fired shots at CM Punk on WWE SmackDown
CM Punk got back his receipt for his shots against Pat McAfee on last week’s RAW episode.
McAfee blasted Punk by referencing his controversial comments about Saudi Arabia and then backtracking on it. The veteran also pointed out Punk’s merchandise on WWEshop.com.
Pat McAfee also made the announcement that tickets for the first night at WrestleMania 42 will have a significant discount if purchased before the next episode of WWE RAW. Whether this helps the ticket sales of this year’s Showcase of The Immortals, remains to be seen.
If you use any quotes from the first half of 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-startling-comment-pat-mcafee-wwe-smackdown-hall-famer-concedes-may-first-choice?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


