”
], { 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);
});
});
})();
As he continues to roll inside the ring, Trick recently sat down for an interview with WAVE News. During the conversation, he discussed his journey to pro wrestling and his WWE character.
He was also asked about his outfit and whether he changes it with every appearance. The 31-year-old shared the details of his attire and revealed why he wears an all-white look. He also came up with a new nickname for himself—The Anointed One.
“I keep it pretty simple. All white. Because I’m The Anointed One. I’m anointed to do what I do, so we keep it all white,” he said.
You can watch the interview below:
Trick Williams has impressed fans with his flamboyant on-screen character. He usually sports a white fur coat combined with custom white pants on top of his lemon pepper steppers.
His style has become a big part of his character on the main roster, and fans have been enjoying watching him in action.
Trick Williams qualified for the Elimination Chamber
This week on SmackDown, Trick Williams faced Carmelo Hayes and former World Heavyweight Champion Damian Priest on SmackDown in a Triple Threat Elimination Chamber qualifying match.
Priest appeared to be in control of the match toward the end and looked set to hit his finisher on Hayes. However, Trick swooped in and hit the former Judgment Day member with a Trick Shot to pin him and pick up the win.
He now joins four other participants in the men’s Elimination Chamber, with only one more spot left. This win continues his impressive run since coming up to the main roster.
If you use quotes from this article, please credit WAVE News and give an H/T to Sportskeeda Wrestling for the transcription.
`;
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-new-wwe-name-trick-williams?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













