”
], { 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);
});
});
})();
On Instagram, Perez shared multiple photos, including the ones with her real-life partner Drake Morreaux. Some of the photos also featured Morgan, who commented with a three-word message.
“My little Roxy 💕💕💕” wrote Liv Morgan.
Check out a screengrab of Morgan’s Instagram comment:
This past Monday on RAW, Morgan returned to singles action for the first time since returning to WWE. She faced Lyra Valkyria in a one-on-one match and was accompanied to the ring by Perez. The Prodigy found herself in a brawl with Bayley, who was in Valkyria’s corner, but that didn’t prevent Morgan from picking up the win.
Liv Morgan commented on her return and low-blowing John Cena
Liv Morgan returned at the Survivor Series Premium Live Event and cost John Cena the WWE Intercontinental Championship. Cena was in action against Dominik Mysterio, whom he had previously dethroned to win the title.
Speaking on What’s Your Story? With Stephanie McMahon, Morgan opened up about her exchange with Cena. She said:
“Never in my life would I have thought that, I would have a moment where I am jumping into John Cena’s open arms… wrapping myself around him while i have a boyfriend… that’s what was so funny to me, cause everyone was like ‘She turned on Dominik, shocking, but okay and she is looking at John Cena weird,’ this was the part where people weren’t understanding, they weren’t getting it they were like ‘What is she doing? Why is she smiling at him?'”
Morgan and Perez could continue working as a team, while Raquel Rodriguez has her sights set on the Women’s World Championship.
`;
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-l-b068c2e9?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













