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

She has been butting heads with RAW GM Adam Pearce and referee Jessika Carr for some time and even threatened legal action in the storyline. So, what does she need to take it a step further? The Man has the answer.

During an appearance on What’s Your Story? With Steph McMahon, Lynch talked about privacy and joked about needing a lawyer to read the fine print in cell phone contracts. She then mentioned she needs one such lawyer and pitched for WWE producer Joseph Park, aka Abyss, to make an on-screen return.

“In fact, I need those lawyers. Where are they? Let’s get them on-screen. That’s my pitch for Paul (Levesque). Bring Joseph Park. I would love me an on-screen lawyer,” she said.

Becky Lynch embraces her new role in WWE | What's Your Story? With Steph McMahon

Park works as a backstage producer in WWE and portrayed a lawyer gimmick in TNA. He debuted the character in 2012 and introduced him as Abyss’ alter ego.

He also made an appearance on WWE TV as AJ Styles’ legal consultant and statistician in 2020.


Becky Lynch threatened legal action after WWE title loss

At Clash in Italy, Becky Lynch lost the Women’s Intercontinental championship to Sol Ruca. Big Time Becks appeared to be in control toward the end of the contest, only to have Ruca counter a Manhandle Slam attempt and hit a Sol Snatcher.

After losing the title, she took to X and complained about how referee Jessika Carr “robbed” her of the win. She said she had Ruca down for a three-count when Carr “dove” out of the ring.

Lynch also claimed that she suffered a hematoma after being hit by Ruca’s boots and said her lawyers were looking into it.


If you use quotes from this article, please credit What’s Your Story? With Steph McMahon and give an H/T to Sportskeeda Wrestling for the transcription.

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-52-year-old-legend-pitched-wwe-return?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