”
], { 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);
});
});
})();
Speaking on Busted Open Radio, Nattie talked about how she wants more and more opportunities for women wrestlers in WWE. She said whenever she pitches storylines or match ideas, she tries to include as many women as possible.
“One thing, when I pitch ideas and it really helps, be inclusive. I make sure lots of women are included,” she said.
The veteran then revealed that for three consecutive years she brought up ideas to Vince McMahon for a women’s match at WrestleMania but saw no end result.
“Three years in a row, I went to Vince and said, ‘I want to do a women’s gauntlet match.’ The winner of the gauntlet match gets to face the tag team champions the next night,” she added. [H/T: Ringside News]
Nattie said she also wanted to do a Fatal Four-Way tag team match for the women’s tag team championship at WrestleMania, which is something that finally happened at the Grandest Stage of Them All This year.
A returning Paige and Brie Bella beat The Irresistible Forces, Bayley & Lyra Valkyria, and Charlotte Flair & Alexa Bliss to win the titles.
Natalya opened up on Asuka taking a break from WWE
At Backlash, Asuka faced IYO SKY in a singles match after months of buildup. Following the match, which saw SKY win, the Empress of Tomorrow was emotional and hugged her rival.
She then appeared to bid farewell, and on RAW she walked away with her luggage, hinting at taking a break from wrestling. Since then, speculation has been rife about her future in the company.
Speaking on Busted Open, Nattie said it was an emotional occasion for Asuka, and seeing her cry is a rare sight. She said there might be something “weighing heavily” on the heart of the former RAW Women’s Champion, which led her to take this decision and go back to her family in Japan.
`;
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-failed-wrestlemania-pitches-revealed?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













