”
], { 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);
});
});
})();
Tonight on SmackDown, Tama Tonga faced off against Ilja Dragunov with the rest of The MFTs present at ringside. Solo’s group kept interfering in the match. In the end, Tama Tonga was able to defeat Ilja Dragunov. Following the match, Solo got on the mic to address the fans but he was jumped by the Mad Dragon. This proved to be a costly mistake as the MFTs took him out. Matt Cardona and Apollo Crews tried to get involved, but they were taken out too. Following this, Uncle Howdy appeared on the titantron with the rest of the Wyatt Sicks. Uncle Howdy told Solo that if he is the shining light, then he needs to show everyone he can stand on his own. He then said that the next time he came down to the ring he would be alone and would expose Solo’s insecurities. Howdy then questioned if Solo would show up.
Cody Rhodes recalled getting confronted by Solo Sikoa
Cody Rhodes and Solo Sikoa are no strangers to each other. The two of them crossed paths multiple times during Cody’s pursuit of the WWE Championship. One of their encounters led to a backstage confrontation.
Speaking on his What Do You Wanna Talk About? podcast, Cody recalled a backstage incident with Solo where he thought the latter didn’t respect his leadership. He later realized that the MFT leader was right.
“I went home texting my inner circle about like, man, have I like, Solo doesn’t respect me. Have I lost my, I’ve thought about it. I thought about it, like I’m supposed to lead him. And he’s telling me (to don’t cheer), and then I thought, ‘No, he’s right.’ It was Hunter. Finally, I was talking to Hunter. He was like, ‘Yeah, no, he’s not wrong,'” Rhodes said.
It remains to be seen if Solo Sikoa will accept Uncle Howdy’s challenge.
`;
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-solo-sikoa-receives-ominous-challenge-smackdown-wwe-star-threatens-expose?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













