”
], { 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 a recent interview on the Soder Podcast, Becky Lynch talked about how there used to be a strict dressing code for female stars. She mentioned how the diva dress code was unrealistic given the grind of the WWE schedule and travel.
“So there used to be a dress code as well for women, it was club wear. And thankfully that’s gone by the wayside now. But we were coming out of events that end at 11:00 p.m.; you’re driving four hours, so it’s 2 a.m. And now you have to get into your tiny little frock and your high heels, and you’re driving through Corbin, Kentucky, and you have to get out and fill your car with gas, and you’re in this little hoochie dress, and there’s just no discretion,” she said.
The former RAW Women’s Champion also said that she once got in trouble for not complying with the rule after she wore a tank top and a pair of jeans at an airport.
“I remember getting in trouble for going through the airport in a pair of jeans and a tank top. Apparently it looked like I was in gym attire. Apparently I had to be, in the morning, dressed in my tiny little frock,” she added.
Becky Lynch makes big announcement for WWE World
With WrestleMania 42 only days away, the excitement is already building with WWE World this week.
Many stars will be present to offer fans a unique experience ahead of the biggest show of the year. Taking to Instagram, Becky Lynch also shared major news around the event.
She announced that her coffee brand AMO, which she launched alongside her husband Seth Rollins, will be a part of WWE World and give fans a chance to try out the ready-to-drink coffee.
If you use quotes from this article, please credit Soder Podcast 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-strict-wwe-rule-exposed?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













