”
], { 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);
});
});
})();
Ever since SummerSlam, the Dog has been very twitchy each time the topic of Oba Femi has come up. He has had multiple instances where he has asked Paul Heyman on what he thinks about the Nigerian only for Heyman to hit back saying that he respects him.
The two stars almost came to blows on RAW this week and it looks like they have broken the internet. On the WWE Instagram page, the number of views from their segment exceeded 8.9 million at the time of publishing.
Given the nature of their rivalry, the numbers from their faceoff will only go up in the coming days.
Update on what WWE thinks of Bron Breakker
Bron Breakker is clearly a very talented wrestler but there are some limitations to him. Now, there are some reports coming out on what WWE thinks of him.
According to Self Made Pro, the company thinks that Bron does not have a boisterous personality. He said:
“As far as I hear from people in WWE, he doesn’t have that type of like boisterous personality. He’s not one of those walk through the curtain, yell at guys type of person. He’s not even the type of guy that when he told something, even if it’s a bad idea, he’s gonna go, ‘What the f*ck is this?’ He’s—that’s not his personality, right? But he is of the belief like, ‘Hey man, like this is not where I really saw myself at this point.’”
It seems like a match with Oba Femi is the next big challenge for Bron Breakker. He will want to put any reservations about him to rest and come out stronger than ever.
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-numbers-don-t-lie-oba-femi-bron-breakker-break-the-internet?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


