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

Giulia (Eimi Gloria Matsudo) has shared a heartfelt Instagram story celebrating her long-awaited return to Italy, the birthplace of her father. In the emotional post, the former Women’s United States Champion revealed that at age 12, due to complicated family circumstances, she believed she would never set foot in Italy again.

Twenty years later, professional wrestling has made it possible, and now she’s grateful for everything that has brought her back here.

“When I was 12 years old, because of complicated circumstances, I thought I would never come back to Italy. Twenty years later, here I am. Professional wrestling brought me back and connected me to se many incredible people. I love this country. Baci baci,” wrote Giulia

You can check out the screenshot of her Instagram story below:

Giulia was born in London to a Japanese mother and Italian father, but was raised primarily in Japan. Her journey has now come full circle as she could be preparing for a possible match on the RAW after Clash in Italy live from the same arena.

Will she make her presence felt tonight? Only time will tell.

What is the current Clash in Italy 2026 card?

The show is set to be opened by Gunther’s battle against Cody Rhodes for the Undisputed WWE Championship. Later, Rhea Ripley will defend her WWE Women’s Championship against Jade Cargill in a rematch from their WrestleMania 42 clash. These two matches shape the first hour of the show, which will be streaming on ESPN 2.

Later, it shifts to ESPN Unlimited with potentially one more rematch, that being Brock Lesnar vs. Oba Femi. The two behemoths will clash again, coming from their WM 42 Night 2 opening bout. Then, Becky Lynch will put her Women’s Intercontinental Championship on the line against Sol Ruca.

In the main event, Roman Reigns will defend his World Heavyweight Championship against Jacob Fatu in a Tribal Combat match. This one is also a rematch from their Backlash 2026 battle.

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-twenty-years-later-i-am-absent-wwe-star-returns-ahead-clash-italy-2026?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