], { 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 NXT Vengeance Day, she dropped the championship to her former Culling stablemate Tatum Paxley. While she has picked up some wins since then, her recent booking has seen her lose to Lola Vice, Lizzy Rain, and Arianna Grace.

This week on NXT, she was also unable to win the Fatal 4-Way No. 1 contender’s match for the North American Women’s title. Speaking on Busted Open After Dark, Hall of Famer Bully Ray revealed that he is a little concerned over Izzi Dame’s booking.

“I’m a little concerned with Izzi Dame. I don’t know why Izzi Dame is not being featured more. She was being featured for a while, but they’ve kind of had her in the Speed division. She didn’t win tonight. I wonder what’s going on with Izzi,” he said.

The tag team legend said he has been keeping an eye on Dame and likes what he has seen, saying that she is the complete package. He also believed WWE would have pushed a little bit more.

“Uncle Bully has been keeping an eye on Izzi, and he likes what he sees. IT factor, airport test, work, statuesque, the whole nine. I thought Izzi would have been someone they would hit the gas on a little bit more. Maybe they’re cooling her off because they plan on doing it. But I think the girl has earned more of the meat of the push,” he added.


Izzi Dame is serving a 10-year ban outside of WWE

Earlier this year, Izzi Dame revealed what led to her joining WWE despite pursuing a career in volleyball in Cyprus.

Speaking on Busted Open After Dark, she said she had signed a contract to play professional volleyball in the country. But during a three-month break, she flew back to USA and received a message for a WWE tryout.

Her father, who was her coach, wanted her to stick to volleyball, but her mother insisted she give WWE a shot. The tryout was successful, and Dame was signed by the sports entertainment giant.

She had to make a call to her agent to break her contract in Cyprus. While she was successful, she ended up being hit with a 10-year ban from playing in the country.


If you use quotes from this article, please credit Busted Open After Dark and give an H/T to Sportskeeda Wrestling for the transcription.

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-uncle-bully-keeping-eye-izzi-dame-he-likes-sees-wwe-legend-little-concerned?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