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

In a recent interview on The Happy Hour for FOX Sports Radio, Ricky Saints was asked about who his dream opponent would be if he had a match in Madison Square Garden. Saints picked Seth Rollins, stating that he would love to face the WWE veteran in a singles match.

“I would (pick) Seth Rollins. I used to watch Seth when he was on the indies, Ring of Honor, things of that nature, but I haven’t had a one-on-one match with Seth. That’s alluring to me, to have that. We just had a fatal four-way in the King of the Ring tournament, so there was that, but I want to be in there one-on-one with him. If it’s in the Garden, that’s even better. The stakes are a lot higher.”

You can check out his comments below:

Ricky Saints has spoken about the difference between AEW and WWE

According to Ricky Saints, the calculated arrangements in WWE is a welcome change for him.

Speaking in the same interview, Saints noted that he had a much more detailed schedule in the Stamford-based promotion compared to AEW. He said:

“Sometimes I go, ‘Nothing, really, it’s kind of all the same.’ If I had to give you for sure, the whole process of how your day starts off. It’s laid out for you in the sense of, ‘here is your media, here is where you’re going to be at this time, here’s what you’re going to do at this hour, then you’ll go to the venue and wrestle.’ When it comes to that, it’s nicer to have things planned out for me. It’s almost down to the full details,” said Saints.

As of now, only time will tell if Ricky Saints will get his wish down the line.

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-massive-madison-square-garden-match-pitched-involving-seth-rollins-wwe?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