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

The change was first noticed around September 14-15, with several fans reporting that their chosen profile pictures had suddenly disappeared and been replaced by standard Netflix avatars.

The return was highlighted on social media, noting that the popular profile icons are back on the streaming service. The image features several familiar faces, including Roman Reigns, John Cena, Cody Rhodes, Bianca Belair, Liv Morgan, Rey Mysterio, Randy Orton, and Rhea Ripley.

The brief disappearance created a lot of confusion among fans. Several users on social media initially wondered whether Netflix had permanently removed the options, while others suspected the change could have been caused by a technical issue or an update to the service.


Speculation on why WWE-themed icons were initially removed on Netflix

A discussion on Reddit showed that the situation was inconsistent. Some subscribers reported that their icons disappeared, while others said they still had their chosen Superstar avatars. Interestingly, some users later reported that their wrestling-themed icons had returned without them doing anything.

Sportskeeda noted the initial removal and the surprise surrounding the change. The latest development suggests that the disappearance may have been temporary rather than a permanent decision to remove the WWE-themed profile pictures.

Netflix, meanwhile, has not publicly explained the reason for the brief removal, based on recent reports. One report noted that streaming services can retire profile icons as part of licensing or interface updates, although there has been no confirmed explanation specifically connecting those possibilities to the icons.

For fans who suddenly found their WWE-themed profile pictures replaced by default avatars, the latest development is indeed a welcome one.

At this point, however, it remains unclear whether the streaming giant simply restored the existing icons after a temporary glitch or internal update, or whether the streaming giant is preparing to refresh the selection.

Either way, the profile pictures are back, and fans who were wondering where their favorite Superstar went can now have a sigh of relief.