”
], { 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);
});
});
})();
“Couldn’t be more proud!! Holy sh*t!!” Borne wrote.
Stephanie Vaquer defeated Liv Morgan at WWE’s live event in Santiago, Chile, on September 12 to become the WWE Women’s World Champion for the second time in her WWE career. The title change was indeed memorable because it happened on Vaquer’s home turf, giving the former NXT standout a special moment in front of her own fans.
The win also came after a turbulent few months for Vaquer. She previously held the Women’s World Championship for 210 days before losing the title to Morgan at WrestleMania 42 in April.
La Primera recently returned from injury and immediately made it clear that she wanted another opportunity at the championship.
Stephanie Vaquer and Myles Borne
Interestingly, Myles Borne and Stephanie Vaquer have also attracted attention outside their respective WWE storylines. The two superstars dated for over a year before fans noticed that both have unfollowed each other on social media and deleted all couple photos from their profiles. Nothing has been confirmed yet despite the evidence, but fans believe that the two are no longer a couple.
Borne, meanwhile, is going through an important period of his own in NXT. The former North American Champion lost the title to Jackson Drake at this year’s NXT Heatwave. He also lost the Tag Team Championship alongside Tavion Heights to the Vanity Project on the same night. The setbacks were followed by Borne attacking Heights, creating another major storyline for the young WWE Superstar.
WWE has since announced that Borne will publicly apologize to Heights on next week’s episode of NXT. That suggests Borne could be heading toward a new chapter after his shocking heel turn.
With Vaquer capturing gold once again and Borne turning to the dark side, both WWE Superstars have a lot of reasons to remain in the spotlight.
`;
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-stephanie-vaquer-congratulated-by-male-wwe-superstar-amid-their-rumors?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













