”
], { 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 X, WWE announced that Trick Williams will face AAA star Laredo Kid in a singles match. Notably, the promotion didn’t advertise the US title being on the line. The Countdown show will kick off at 7:30 ET/4:30 PT and stream on WWE’s YouTube channel.
Trick Willy last competed on WWE programming on the July 10 SmackDown episode. He faced Carmelo Hayes in a non-title match that saw Baron Corbin make a shocking return to the promotion after two years.
Corbin ended up attacking both competitors before making it clear that he is coming for the US championship. Meanwhile, Laredo Kid has been competing under AAA for some time and has had stints in TNA. His last match for the promotion came on the June 20 show in Mérida, Yucatán.
It will be interesting to see if the match leads to a program between the two down the line or whether it turns out to be a one-and-done deal.
Trick Williams calls out Seth Rollins and Becky Lynch for mixed tag team match
Trick Williams and Lash Legend could very well turn out to be WWE’s next power couple. They recently got married, and both stars are a part of the SmackDown roster.
The fans are yet to see them together in the ring, but Trick Williams believes it will happen soon. In an interview on Italian Wrestling Channel, the Anointed One was asked who he would like to face in a mixed tag team match in WWE.
He picked Seth Rollins and Becky Lynch, saying, given their personas, the story writes itself. Williams then also mentioned Montez Ford and Bianca Belair and said this is something fans would love to see in the ring.
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-breaking-wwe-announces-massive-trick-williams-match-ahead-saturday-night-s-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


