”
], { 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);
});
});
})();
However, it seems that WWE has made a slight modification to Breakker’s spot after last night’s botch. During the Countdown to Royal Rumble, Paul Heyman furiously confronted Adam Pearce regarding the 28-year-old’s entry number.
Heyman accused Pearce of being responsible for Breakker entering at the number two spot. While number one and number two are technically the same in the traditional Royal Rumble Matches, the company has seemingly made a slight modification in response to the botch on SmackDown.
It remains to be seen who starts off the 30-person bout against Breakker. The match is set to be the main event of the show.
Bron Breakker stood tall at the end of WWE SmackDown
The go-home episode of SmackDown before the Royal Rumble saw a massive eight-man tag team match between The Vision and the team of Randy Orton, Sami Zayn, Jey Uso, and Cody Rhodes.
The bout ended in a no-contest after Drew McIntyre attacked Zayn. Jacob Fatu also came out, and a chaotic brawl broke out. In the closing moments of the show, Zayn and Rhodes were left in the ring, with both holding the Undisputed WWE Championship.
However, Bron Breakker came out of nowhere and took both of them out with a double spear. The show went off the air with the 28-year-old standing tall over Rhodes and Zayn.
It will be interesting to see how Breakker fares in the Men’s Royal Rumble Match.
`;
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-wwe-makes-last-minute-change-men-s-royal-rumble-match-accidental-spoiler?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













