”
], { 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 one has to wonder whether Roman Reigns and Bronson Reed will go at it in a trilogy match at some point in the near future, Reed looks like he is ready to go. He appeared in an IGN event and was spotted without a cast, implying that he is ready or atleast almost ready for a return to the ring. Perhaps this could set up a blockbuster World Title clash with Roman Reigns.
Roman Reigns’ rival, Bronson Reed, was involved in a minor accident recently
In a rather shocking turn of events, Bronson Reed reveals that he was involved in a car accident, although he noted that it was minor and nobody was hurt. What was alarming was the fact that the person behind the crash, who seemingly hit his car on the rear end, was on their phone.
This is a cautionary tale, as there are several accidents that happen globally each year due to people being on their phones when driving. Some have even called it an epidemic of sorts. It’s well known that you are supposed to keep your eyes on the road at all times when driving a car. Even in the outlier case of a very good autonomous self-driving vehicle, the usage of phones might only be considered safe when you are in a geo-fenced area. This means that the area has been designed specifically to ensure that self-driving is safe. That, however, is usually only in the rare cases of some cities that have provided this infrastructure.
As a whole, it is a dangerous situation because for Bronson Reed, he may have potentially had his child in the car, or atleast that’s what he implied. It just goes to show that it doesn’t matter how well one drives, as another person’s mistake can be costly.
Either way, we are glad to hear that Reed and his family are fine and that nothing else came of it.
`;
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-the-last-man-pin-roman-reigns-appears-ready-return-injury-just-months-major-surgery?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













