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

Backstage on the blue brand, there was a tense moment between Rodriguez and Morgan. The reigning Women’s World Champion is also a part of the Queen of the Ring Tournament and confidently claimed that she will end up winning the whole thing, which didn’t sit well with Rodriguez. On Instagram, Morgan dedicated a two-word message to Rodriguez, hinting that things are fine between the Judgment Day stablemates.

“La Ruda,” wrote Liv Morgan.

Check out Morgan’s Instagram story:

Raquel Rodriguez helped Liv Morgan while she was recovering from injury

Liv Morgan was recovering from an injury she suffered last year on RAW, which kept her out of action for months. Morgan revealed that it was her long-term tag team partner who helped keep her spirits up while she was recovering from injury.

Speaking on What Do You Wanna Talk About? Morgan said:

“I was just on FaceTime just like being upset as I was always being and I was just was telling her like, ‘I just don’t believe in anything. I don’t have any faith right now on what this looks like on the other side.’ And it was just like so simple. She just was like, ‘Sister, I feel like when you feel like you have no faith is when you’re supposed to have the most.’ I feel like that was when I was kind of able to stop feeling sorry for myself. And just pick myself up a little bit. That was like the start of me feeling like, ‘Okay, I’m coming back like mentally, emotionally and physically.’ And so Raquel definitely, definitely helped me out of some rainy days,”

Liv Morgan is yet to compete in her first-round Fatal Four Way Match in the Queen of the Ring Tournament. She will face Becky Lynch, Alexa Bliss, and Chelsea Green.

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-liv-morgan-sends-two-word-message-raquel-rodriguez-signs-potential-betrayal-within-the-judgment-day?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