], { 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 a recent edition of the Pat McAfee Show, the former RAW commentator seemingly revealed that The People’s Champion would not be returning to the company anytime soon.

“How come it was McAfee on the phone? Because I fu**king called him and told him, that’s why. ‘I wanted it to be The Rock!’ You think The Rock wants to do anything for you? ‘I wanted it to be Vince McMahon.’ Vince? Sorry! It was me! It was me!” McAfee said. (H/T ITR Wrestling)

McAfee’s return has been heavily criticized by fans, considering he has almost no prior links to Cody Rhodes or Randy Orton, and hasn’t helped elevate their feud either.

Real reason behind Pat McAfee’s involvement in Undisputed WWE Championship feud revealed amidst The Rock return rumors

Fans have been left frustrated following the return of Pat McAfee considering his role in the storyline. Despite predictions that it would be The Rock, Vince McMahon or even Kevin Owens on the other end of the phone, it was someone with no prior ties to Orton.

According to PWInsider, McAfee’s return happened mainly because of an intervention from TKO Holdings’ Executive Chairman Ari Emanuel. Since McAfee is one of the most popular names on ESPN and the first hour of WrestleMania 42 will be streaming live on the ESPN app for free, the expectation was that it would help generate more attention.

However, it has instead deflated one of the most highly anticipated feuds in WWE for the past few years. It now remains to be seen how the storyline concludes this weekend, with Cody Rhodes vs. Randy Orton set to main-event Night One of WrestleMania 42.

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-pat-mcafee-may-subtly-revealed-truth-the-rock-s-potential-wwe-return?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