], { 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);
});
});
})();

“I am KYOKI Congrats on your debut, KYOKI-chan BAKUSAI will create an explosive movement in WWE Come along with Shin-chan and Kyoki-chan MORE MORE MORE,” reads the English translation of Kyoki’s post.

The junior heavyweight and Nakamura faced The Miz and Kit Wilson on SmackDown. The Japanese stars came out victorious and were confronted by WWE Tag Team Champions MFTs Tama and Talla Tonga alongside their father, Haku.

The first Kyoki vignette aired on the episode where the Tonga brothers won the WWE Tag Team Championships. It will be exciting to see how the Japanese star is booked on the blue brand.

What else happened on this recent SmackDown?

The September 4, 2026, episode of WWE SmackDown was taped at Rocket Arena in Cleveland last Friday.

Charlotte Flair and Tatum Paxley (with Alexa Bliss) defeated Women’s Tag Team Champions Fatal Influence of Fallon Henley and Lainey Reid in a non-title match. A post-match assault by Jade Cargill, B-Fab, Michin, and Fatal Influence built tension ahead of their six-woman tag team match at Sunday Night’s Main Event.

Nia Jax defeated Tiffany Stratton in an impromptu match. Earlier, Chelsea Green was medically cleared to compete (with a protective mask). General Manager Nick Aldis booked Green to defend the Women’s Championship against Jax the next week in the Mexico City edition of SmackDown.

The main event saw Undisputed WWE Champion CM Punk retain his title against Johnny Gargano, who finally got up from his planking posture, and that too in his hometown of Cleveland. However, the chaos in the end involved Sami Zayn, Kevin Owens, Gunther, and Finn Bálor. After the match, Punk challenged Zayn to a title bout in Mexico City the next week.

Why did you not like this content?


`;
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-shinsuke-nakamura-s-new-partner-breaks-silence-after-making-his-wwe-smackdown-debut?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

Leave A Reply

Exit mobile version