”
], { 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);
});
});
})();
Interestingly, the post relates to SmackDown from January 30th in Riyadh, where she was at ringside for the match between the team of Charlotte Flair and Alexa Bliss and Liv Morgan and Roxanne Perez.
Raquel Rodriguez enjoyed her view from ringside and has since called herself “Ring Side Raq.”
“Ring side Raq 😎 enjoy! #bigsexyringside #ringsidebigmamicool #superbowlsunday” she wrote on Instagram.
Raquel Rodriguez and Liv Morgan may not be on the same page following their match on WWE SmackDown
Raquel Rodriguez and Liv Morgan were expected to be at odds following The Royal Rumble when Morgan eliminated her Judgment Day teammate, before the two women were about to address the situation on SmackDown.
Instead, they were interrupted and put into a tag team match with Jade Cargill and Jordynne Grace. The tag match ended with Morgan being pinned after Cargill moved out of the way, and Rodriguez kicked Liv in the face.
It’s unclear if this means that the two women are now even or if the issues between them have only just begun. Rodriguez lost her shot at the Women’s World Championship on WWE RAW, which means that Morgan is now the one from the group pushing for the title, even though Rodriguez wants to enter the Elimination Chamber so that both women can leave WrestleMania as champions.
It remains to be seen if this is the way WrestleMania unfolds, or if the aspirations of the women in the group finally becomes to much for them to remain together.
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-raquel-rodriguez-gets-new-name-following-wwe-smackdown?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


