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

In the accompanying caption, Dame added that she created the new title belt by herself, and it would soon be available to purchase.

“BTS of our shoot for my CUSTOM Izzi Dame NXT Women’s North American title!!!! Made entirely by ME🖤💚 Coming soon to @wweshop,” she wrote.

Check out her video below:

Izzi Dame is currently feuding with her former Culling stablemate, Tatum Paxley, whom she betrayed last month. Before winning the NXT Women’s North American Title at New Year’s Evil, the 26-year-old lost to Paxley in a singles match earlier in the show.


Izzi Dame questions WWE’s security

Izzi Dame’s betrayal has brought out the unhinged side of Tatum Paxley. The former NXT Champion has made it her life’s mission to take out her former tag team partner.

Paxley has brought a chainsaw to the venue multiple times, which has made Dame question WWE’s security measures. Speaking on an episode of Going Ringside, the NXT Women’s North American Champion was curious to know who was letting Paxley in with a dangerous weapon.

“Can we just talk about how many times is Tatum gonna be allowed to run around with a chainsaw? I just don’t get it. Who is letting her get a chainsaw?” Izzi said.

Ava Raine has suspended Tatum Paxley after the latter headbutted a referee on last week’s episode of NXT. It will be interesting to see how the rivalry between Paxley and Dame progresses in the coming weeks.

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-recently-crowned-wwe-champion-reveals-new-title-design?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