”
], { 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 social media, Walker changed her name from Kylie Quinn to Alix Brooks. She previously confirmed her initial name change on social media and has done the same this time around with her new name. While the exact reason behind the second name change hasn’t been revealed, rumors suggest that WWE was trying to avoid any confusion with an adult star who shared the same name.
Here’s the name change confirmation:
Alix Brooks, fka Meghan Walker, reacted after her EVOLVE debut
Alix Brooks, formerly known as Meghan Walker, reacted after her EVOLVE debut. She cut a promo alongside Kale Dixon and put herself over the rest of the WWE roster.
Brooks, who at the time was known as Kylie Quinn, claimed that EVOLVE was set to change forever and that the WWE Universe was looking at the moment.
“You know, the second I walked through that curtain, all eyes, cameras, and attention turned this way,” Walker said. “You are looking at the obsession, the fantasy, the moment, and remember this moment because EVOLVE is about to change. Forever.”
Alix Brooks, fka Meghan Walker, is still relatively new to the WWE scene. She is still in her early days and will look to transition from EVOLVE to NXT. In recent months, Kendal Grey has been the biggest example of a successful transition from EVOLVE to NXT.
The reigning NXT Women’s Champion, who not too long ago held the EVOLVE Women’s Championship, quickly became a household name on NXT. It remains to be seen if Alix Brooks follows in her footsteps.
`;
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-wwe-star-meghan-walker-changes-name-second-time-possibly-due-bizarre-reason?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













