I am looking for a way to remove a specific class attribute from all elements on a webpage. The challenge is that I only have the class name as a reference, and cannot use any other identifiers like id or another class. Additionally, I cannot rely on JavaScript libraries to accomplish this task.
If anyone has suggestions on how to achieve this, please share them as it would be greatly appreciated.
It's worth noting that the class we are trying to remove will not appear more than twice.