”
], { 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);
});
});
})();
“I made a promise that I will never, ever… I will never be seen on WWE television ever again. Cody Rhodes won; he is the one. Wow. What a dog he turned out to be. Maybe he was the right one all along. Maybe I was wrong about the Rhodes thing. But, no. Wrestling fans can sleep soundly, understanding that I will never be back over there,” he said.
Pat McAfee released his first album, The Diary of a Polarizing Figure, earlier this month. The former NFL punter revealed today that he will be joining the Monday Night Football Countdown broadcast this year on ESPN. The popular star has not been seen since Randy Orton betrayed him and connected with an RKO out of nowhere at WrestleMania 42.
Lana defends Pat McAfee’s involvement at WWE WrestleMania
Former WWE star Lana, now known as CJ Perry, defended Pat McAfee being added to the storyline between Randy Orton and Cody Rhodes at WrestleMania.
In an interview on The Ariel Helwani Show, Lana praised McAfee for his heel promo on the road to WrestleMania and pointed out how angry he made fans.
“When he grabbed that mic and he was cutting a great heel promo, people are booing him. The internet is getting so upset. Isn’t that what a heel is supposed to do? Isn’t a heel supposed to ruffle our feathers and p*ss us off and get people talking? I thought from that standpoint he was doing exactly what heels are supposed to do. And also he’s promoting the show. I know people were kind of upset about the 25% off promo he cut, but I think that’s business. That’s good business,” she said.
Only time will tell if Pat McAfee ever decides to return to the company sometime in the future.
`;
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-i-will-never-seen-wwe-television-major-name-claims-will-never-return-company?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













