”
], { 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);
});
});
})();
Keys was in the main event of WWE SmackDown this week with a shot at Cody Rhodes at Clash in Italy on the line, but Sikoa wanted to make it clear that he was there if he needed help.
Following the show, fan footage has shown the former champion waiting in the ringside area to be handed his cue so that he could head out and interfere in the match.
WWE is often able to hide stars who are set to be part of run-ins since they usually wait backstage and head down the ramp, but Sikoa needed to run in from the opposite side, which meant that he was waiting with the fans.
Solo Sikoa could have an interesting story on WWE SmackDown
Jacob Fatu could potentially be moved over to RAW when he is handed his rematch at Roman Reigns’ World Heavyweight Championship, since the title is exclusive to the brand, and the holder will be forced to stay on the red brand.
This means that Royce Keys and Jacob Fatu could be forced to catch up at another time, but it would also mean that Fatu won’t be there to help Keys in his story with Solo.
It’s clear that Keys doesn’t need any help from the MFTs, and Solo Sikoa only wants to recruit him so that he can be his muscle. Tama Tonga and Solo Sikoa have had some issues in recent weeks that still need to be addressed, while Tonga has sparked up a story with Shinsuke Nakamura, which seemed to be silenced when Talla Tonga attacked him.
The story here could evolve into an interesting angle in the coming weeks, with Sikoa potentially left with no family by SummerSlam. It’s unclear what the future holds for the MFTs, but with only two left, it could be a surprising few weeks.
`;
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-rare-solo-sikoa-botch-spotted-wwe-smackdown-main-event?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













