”
], { 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 the latest episode of NXT, BirthRight’s Channing “Stacks” Lorenzo and Uriah Connors took on Out The Mud’s Lucien Price and Bronco Nima in a tag team match. OTM displayed remarkable chemistry at the start of the contest. As a result, Lorenzo and Connors struggled to gain momentum. At one point, Connors was even tossed to the outside by OTM.
BirthRight used the numbers game to its advantage and isolated Nima. Price eventually received a hot tag, but he was unable to turn the tide in his team’s favor. In a shocking moment, Los Garza showed up and confronted BirthRight.
Los Garza had promised that they would have Bronco Nima’s back in the tag team contest. Hence, they showed up during the bout to tackle BirthRight. However, Angel and Berto’s appearance backfired for OTM. The duo’s arrival distracted Nima and Lucien Price. In the end, Price suffered the deciding pinfall after being hit with a running knee and superkick combination.
WWE seemingly teased Bronco Nima’s split from Price on tonight’s NXT. The duo arguably lost the match due to Nima’s association with Los Perros Del Mal, escalating the tension between them. Moreover, NXT general manager Robert Stone said Nima’s involvement with the AAA faction was causing booking issues for him in NXT. This was a subtle hint at OTM’s imminent split.
What do you think about the ongoing WWE storyline involving OTM and Los Perros Del Mal? Hit the Discuss button and sound off.
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-wwe-smackdown-tag-team-appears-nxt-heartbreaking-split-teased?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



