”
], { 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);
});
});
})();
Interestingly, Oba Femi had used this line to describe himself several months ago, when he was the NXT North American Champion, speaking to his then-challenger, Wes Lee. Taking to X, The Ruler posted a tweet and demanded royalties from Breakker for stealing his lines.
“I’ll be expecting my royalties for those bars!!!”
Femi’s entire promo saw him address himself as The Ruler, The Destroyer, and The Bringer of War. It is safe to assume that if any other WWE Superstar tries to use these titles for themselves, the NXT Champion will knock on their doors as well.
Bron Breakker spears CM Punk yet again
This week’s episode of RAW saw CM Punk and Rey Mysterio compete in tag team action against Bronson Reed and Austin Theory. The Final moments of the match saw Mysterio climb to the top rope, only to get knocked off balance by Theory. A-Town then landed a Curb Stomp on the masked luchador to pick up the win.
Immediately after, however, CM Punk attacked Theory. Bron Breakker tried to catch a distracted Punk off-guard, but the World Heavyweight Champion turned around in time. A-Town re-entered the ring to help Breakker, but got clotheslined off the top rope by The Second City Saint.
However, Punk’s luck ran out after this as Bron Breakker caught him with a Spear to end the episode of RAW. The Dog of WWE even mocked The Straight Edge Superstar with his ‘Go To Sleep’ gesture. It would be interesting to see if Breakker will dethrone Punk on RAW’s Netflix anniversary.
`;
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-bron-breakker-steals-wwe-champion-s-lines-raw-oba-femi-breaks-silence?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













