”
], { 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);
});
});
})();
Conor McGregor was asked on the street about Roman Reigns’ recent appearance at UFC Freedom 250 and the attention it got, with social media posts about it going viral. Asked about Reigns’ involvement, McGregor said that he didn’t know about what involvement Reigns would have, but he felt it was a mistake given that UFC needed to platform their own combatants. He said that putting UFC fighters next to these guys would make for a better story.
He felt that the UFC fighters could put the WWE stars and other celebrities in their place by asking who they were and that this could lead to further stories that everyone in the company could then look forward to, as well as more fights that could happen.
Given that the star has already taken a shot at Reigns recently, it remains to be seen what the OTC has to say.
“Don’t know bro. Don’t know because we should have platformed our own combatants. Keep them next to these guys. Put our guys next to these guys. Because, so, who the f**k are you? What’s up? Let it be seen by the public. And then we have something to look forward to. On our side. Bouts to look forward to. Remember these guys have clashed here and there, etc., etc. It builds the story.”
Given that there is no way in which Reigns, at his age, could start a new career in MMA, the bouts would have to be in WWE. However, the two stars have not shared the best rapport in the past, with Reigns taking shots at McGregor after comments about him.
Roman Reigns answering McGregor again would make for an interesting interaction, but it’s yet to happen.
`;
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-who-the-f-k-are-you-conor-mcgregor-sends-message-after-roman-reigns-appearance-at-ufc-freedom-250-says-it-was-a-mistake?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













