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

On X, AJ Styles wrote highly of Jelly Roll, stating that he is one of the kindest people The Phenomenal One has come across.

“Has one of the kindest hearts I’ve ever met. I hope you have the opportunity to meet him someday.” wrote Styles.

Check out Styles’ post on X:

Jelly Roll claimed that he and Pat McAfee didn’t belong at WrestleMania 42

Jelly Roll posted a vlog on YouTube in the aftermath of his and Pat McAfee’s WrestleMania 42 appearance. The 41-year-old admitted that he had one goal for The Showcase of Immortals and succeeded. He also expressed his mutual respect for McAfee.

Speaking on the vlog, Roll suggested that he and McAfee return to their respective fields.

“I had one goal tonight and I kind of succeeded. Pat, I love you, man. Neither one of us had any business here. I say we get back to what we are good at, man. Even though I am not actually really good at anything. But you are great at something so go do that. I’ll keep searching for what I am going to do when I grow up,”

Jelly Roll formed an alliance with Randy Orton over the past year. He even teamed up with Orton to face the team of Drew McIntyre and Logan Paul in a losing effort at the 2025 SummerSlam Premium Live Event. Earlier this year, Roll competed in a singles match, defeating Kit Wilson on WWE SmackDown.

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-one-kindest-hearts-i-ve-ever-met-aj-styles-defends-jelly-roll-criticism?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