”
], { 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);
});
});
})();
The Judgment Day member managed to retain her Title, but in controversial fashion. This led to the RAW general manager announcing a rematch for the September 12 live event in Santiago, Chile. The match also came with a stipulation that Becky Lynch will serve as the special guest referee for the Championship bout.
Now, The Man has reacted to the news in a post on X. She reposted Pearce’s announcement and noted that they will have to follow her law.
“Rule. Regulator. Rebecca. You’ll have to follow the Law of the Lynch!!,” she wrote.
The Championship match on RAW saw interference by Raquel Rodriguez and Roxanne Perez, as they tried to help Morgan. Lynch then made her way to the ring to even the odds.
While she took out The Judgment Day members, Morgan was able to win the match after hitting Vaquer with the Title belt. The contest also saw two referees being knocked down earlier.
Becky Lynch removed from recent Title match
As part of WWE’s South American Tour, Becky Lynch was advertised for a big Title match for the house show in Quito, Ecuador.
She was scheduled to be a part of a Triple Threat match against Stephanie Vaquer and Liv Morgan for the Women’s World Championship.
However, Big Time Becks was removed from the match ahead of the show. This meant that Morgan and Vaquer faced each other in a singles match for the Championship.
Lynch did make her presence felt at the event and showed up during the match. She took out Raquel Rodriguez, who was trying to assist Morgan. Despite Lynch’s efforts, Liv Morgan once again managed to retain the World Championship against La Primera.
It remains to be seen what Becky Lynch has in store when she officiates their next bout.
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/news-becky-lynch-breaks-silence-massive-wwe-announcement?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


