], { 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);
});
});
})();

Fast forward to SummerSlam, Rollins revealed that it was all a ruse and cashed in his Money in the Bank contract on CM Punk. The Visionary opened up about John Cena’s reaction to the injury and after finding out that Rollins lied about it on The Sal Licata Show.

“John was not aware at first. He texted me, obviously, he and I are friends, so he texts me to send condolences and be positive as a friend, check in. And I was like, ‘I don’t know who knows. I don’t know who the brass has told. I don’t know who they smartened up.’ So, I just played dumb for as long as I could. I think like a week later, a few days later, he texts me back and was like with, ‘Unwarranted.’ Like he just text again and was like, ‘Well played, sir. Well played,'” Rollins said.

Seth Rollins discusses The Shield, Cash-In, John Cena , AND MORE! -      ("The Sal Licata Show")

John Cena and Seth Rollins had a brief rivalry in the mid-2010s. The two became close friends, but Rollins was unable to wrestle Cena during his farewell tour due to a legitimate shoulder injury suffered in October.


John Cena makes Seth Rollins’ Top 5 Royal Rumble performance list

In an appearance on ESPN’s First Take, Seth Rollins took over Stephen A. Smith’s list segment. Rollins, who was promoting the Royal Rumble, listed his five best performances in the event’s history.

John Cena’s return and eventual win in 2008 came in at No. 4. Cena was ahead of Rey Mysterio’s record-breaking performance in 2006, but it was behind Becky Lynch in 2019, Shawn Michaels in 1995 and Ric Flair in 1992.

There might be a slight bias on Rollins’ part since he’s married to Lynch, who took Lana’s spot and eliminated Nia Jax and Charlotte Flair to win the women’s Rumble match.

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-john-cena-s-reaction-seth-rollins-lying-injury-disclosed?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