”
], { 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);
});
});
})();
On social media, Nima reacted to his main roster debut with a one-word message. He and Price are ready to take over and take the fight to The Bloodline, LA Knight, and Solo Sikoa on RAW.
“A R R I V E D @RealRoyceKeys @Lucien_wwe,” wrote Nima.
Check out Nima’s post on X:
Keys has been involved in the Bloodline’s storyline with Solo Sikoa and LA Knight for months. He even teamed up with Sikoa and Knight in a winning effort against Jacob Fatu and The Usos at the SummerSlam Premium Live Event.
However, things took a drastic turn for Keys, who was left in a bloody mess by Fatu after orders from Roman Reigns. The former AEW Superstar was absent from TV since the attack before he finally returned on this week’s Monday Night RAW.
WWE RAW Superstar Bronco Nima Reacted To Perros del Mal’s Betrayal
Perros del Mal kicked Bronco Nima out of the faction after he failed to beat Penta over at AAA. A win for Nima would’ve seen Penta join the faction after they offered to back up the former WWE Intercontinental Champion against Roman Reigns and The Bloodline.
On X, Nima posted the following message after the betrayal of his now-former stablemates.
“It be your own people sometimes…”
Penta remains in contention to challenge Reigns for the World Heavyweight Championship. He will face Rey Fenix in the final of the tournament to decide the next No. 1 contender for The OTC’s title.
`;
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-superstar-breaks-silence-after-debuting-on-raw-as-a-member-of-royce-keys-new-faction-just-days-after-major-betrayal?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













