”
], { 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);
});
});
})();
During William’s entrance, he gave a bunch of fans high-fives and accidentally knocked the phone out of a man’s hands. You can check out the humorous botch in the video below.
The Judgment Day’s Liv Morgan and JD McDonagh interfered in the match. Dominik Mysterio wound up picking up the victory to advance in the King of the Ring tournament after his stablemates interfered. Mysterio will be squaring off against Oba Femi in the semifinals of the King of the Ring tournament.
Oba Femi dominated Brock Lesnar at WrestleMania 42, and The Beast Incarnate seemingly retired after the match. However, Lesnar returned last month and defeated Femi at WWE Clash in Italy.
WWE legend comments on Trick Williams’ success
Wrestling veteran Booker T recently shared his thoughts on Trick Williams’ potential in the company.
Speaking on No-Contest Wrestling, the WWE Hall of Famer praised Williams but warned that the popular star could not get complacent due to his success so far on the main roster. Booker T noted that this was a pivotal moment in Williams’ career, and he now has to work harder than ever.
“I hope he listens to this because I shoot straight. This is the most pivotal time for a young wrestler like Trick Williams. He cannot get complacent. He cannot start believing the hype. This is the time where he’s got to do more than he ever imagined to put himself into position to be that guy,” he said.
Trick Williams defeated Sami Zayn at WrestleMania 42 to become the new United States Champion. It will be fascinating to see what WWE has planned for the champion in the weeks ahead on SmackDown.
`;
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-watch-popular-wwe-star-smacks-fan-s-phone-hands-smackdown?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













