”
], { 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);
});
});
})();
If that wasn’t enough, Cena has added another post, and this time, he may have spoiled The Phenomenal One’s future. Continuing his series of edited pictures of Stone Cold Steve Austin, The Never Seen 17 added fuel to the fire by adding Styles’ face to Austin’s body and writing “Stone Cold So Long AJ Styles?” on top.
Check out Cena’s post below:
Fans are eagerly waiting to see what happens when AJ Styles and Gunther collide once again, with the former’s career on the line. All the signs point toward the veteran retiring on Saturday, but one can never rule out the possibility of the whole thing being a work.
Will Styles retire at Royal Rumble, or will he surprisingly defeat The Ring General and continue his career? Only time will tell!
AJ Styles and John Cena had a final match at Crown Jewel: Perth
John Cena’s online campaign led to him locking horns with one of his iconic rivals, AJ Styles, at Crown Jewel: Perth. Following his shocking one-sided loss against Brock Lesnar at Wrestlepalooza, Cena seemingly took the matter into his own hands to wrestle Styles one last time before retiring.
The veterans put on an instant classic in Perth, with both stars pulling out finishing moves of their respective rivals from the past. In the end, The Franchise Player secured the win over The Phenomenal One, concluding their feud.
The 17-time World Champion retired on December 13, tapping out in his final match against Gunther. Now, The Ring General looks to do the same with Styles at Royal Rumble.
`;
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-may-accidentally-spoiled-aj-styles-wwe-future-cryptic-post?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













