”
], { 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);
});
});
})();
Seth Rollins, who is a die-hard Chicago Bears fan, recently joined ESPN Chicago to discuss football. During the interview, The Visionary also commented on his absence, noting that there is no fixed date for his return:
“I’ve been off WWE television since SummerSlam. I had a title match with Roman Reigns in Minneapolis, lost that match. I’m just taking my time right now, focusing on other things. At the end if the day, I’ll come back when the time is right.”
The former World Heavyweight Champion also commented on his recent house shows’ experience:
“I was able to go down to South America couple of weeks ago and do some non televised events for the South American and Mexican fans down there. Really fantastic crowd. I mean, just unbelievable. Their passion for professional wrestling, what we do, is unparalleled, and they’re not spoiled like the American crowds.”
Seth Rollins was initially planned for WWE Money in the Bank – Report
Seth Rollins was initially advertised for RAW this past Monday, with reports stating that she was slated to be a part of Money in the Bank premium live event. However, those plans did not come to fruition, and his absence from WWE television has continued.
Seth Rollins has been one of the top guys in the company for over a decade. He closed the chapter on his SHIELD storyline at SummerSlam, where he faced Roman Reigns for the last time. The Visionary fell short against his former stablemate. While his wife Becky Lynch made her return after SummerSlam, there is still no return timeline set for the former world champion.
Please credit the original source with H/T to Sportskeeda Wrestling if you use any quotes from the article!
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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-seth-rollins-finally-comments-wwe-absence?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




