I have implemented ckeditor inline on a website I created. While it allows me to save data to a database, the issue arises when ckeditor automatically applies its own classes and attributes to certain elements where contenteditable is enabled. It also removes some existing classes, disrupting the styling of my webpage. I am looking for a way to remove these ckeditor-set classes and attributes before displaying the content in the browser. Is there a JavaScript solution that can loop through elements with content editable set to true and achieve this?