”
], { 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);
});
});
})();
While speaking to Jay Mohr on the Mohr Stories podcast, Rollins revealed that WWE Hall of Famer Dusty Rhodes helped him come up with the name “Seth Rollins”.
“When I got signed they were very much like ‘Nope, you can not be Tyler Black. You cannot be anything to do with (that name), none of that, nada… We have to come up with a new name…I just had names on a list. Dusty Rhodes came up with it for me. ‘I see it now, baby. I see it on the marquee. I see it at WrestleMania right now, it’s Seth Rollins, that’s it, it’s done,'” He said.
Fans loved to see Seth give Dusty the credit for his in-ring name even after so many years since his passing.
Seth Rollins recently revealed his status for WrestleMania 42
Rollins was the World Heavyweight Champion when he got injured, and the Championship had to be stripped from him. It all happened after the Vision turned on Rollins at the RAW after Crown Jewel. Many fans have been hoping that Rollins will come back from the injury in time to kickstart his face run against the Vision, leading up to a match at WrestleMania.
However, Rollins recently shared an update regarding his Mania status on the same podcast. He revealed that he’s trying his best to get healed before Mania, but it’s not in his hands.
“I will be working hard to try. I don’t know the answer to that, it’s really not up to me. They have to clear me,” he stated.
Fans are really hoping to see the Visionary back in a squared circle.
`;
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-breaks-character-lauds-hall-famer-amid-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












