”
], { 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);
});
});
})();
Following SmackDown, many wrestling fans have questioned how one of the company’s most popular names has decided to turn heel, just weeks after Cody Rhodes was set to be part of his show and then rescheduled.
Adam Pearce has also questioned by Pat would choose to side with Orton, since he had a good relationship with everyone in WWE and now he’s blown this up to back The Viper as he makes his return to his original character.
Pearce shared on Instagram, “Why, Patrick, Why?” whilst also reminding fans to love somebody today, as part of a post where he shared a throwback image with McAfee.
Why did Pat McAfee decide to help Randy Orton?
Pat McAfee and Randy Orton joining forces is a huge shock to many WWE fans, but it’s a swerve that WWE has clearly been planning for several weeks. Orton has been speaking to someone on the phone for a number of weeks, and it may have always been the plan for it to be McAfee.
There are just two more episodes of SmackDown before WrestleMania, and WWE has the chance to give this swerve some backstory, which could then also lead to a story between the two men heading into SummerSlam as well.
Pat McAfee and Orton haven’t had a lot of interaction on WWE TV over the past few years, but there has to be a reason why he was chosen to push The Viper towards his 15th World Championship in just two weeks.
McAfee is a fantastic person on the mic, but there has to be more to this alliance, which could come to light in the coming weeks.
`;
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-adam-pearce-questions-pat-mcafee-s-return-align-randy-orton?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













