”
], { 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);
});
});
})();
According to PWInsider, the company has reportedly listed The Man as a babyface. The internal change came recently after Becky Lynch assisted Stephanie Vaquer to win the Women’s World Championship from The Judgment Day’s Liv Morgan at a live event in Chile.
After SummerSlam in Minnesota, Becky Lynch returned on WWE RAW and confronted Liv Morgan. However, Big Time Becks was a tweener and often changed her tone and antics based on who she was in the ring with or during backstage promos.
The new report confirms Lynch’s internal status, and it’ll be interesting to see when she gets a title shot at Stephanie Vaquer’s championship.
Becky Lynch on failed WWE gimmick
In 2014, Becky Lynch debuted for NXT and became The Man in the coming years. Lynch was the first woman to headline WrestleMania and leave The Showcase of the Immortals with a win and two championships. Later, she reinvented herself and tried different gimmicks and catchphrases, which worked.
However, her first gimmick didn’t last long, and she soon changed it before forming an alliance with Sasha Banks. Speaking on the Boy Talk Talk Show, the former Women’s World Champion addressed the failed Irish gimmick on the developmental brand under Triple H’s creative leadership.
The multi-time WWE Women’s Champion took the blame for the failed gimmick and said no one in the promotion came up with the persona or asked her to do it. It was her original idea, and it didn’t connect with the audience. Regardless, she is one of the most successful women in the wrestling industry.
As of this writing, she hasn’t qualified for the upcoming Money in the Bank Ladder match, and it’ll be interesting to see what’s next for Becky Lynch on Monday Night RAW.
More from Sportskeeda
${getStoryActionHTML(story, storyTitle, permalink)}
`;
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/rumor-major-change-becky-lynch-s-wwe-status-report?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



