Hi @terrorblazereal,
First of all, we are sorry to hear about the experience that you had with Essential Addons for Elementor. Even though this really shouldn’t be happening, however, you could run this following SQL Command to get rid of unnecessary data from wp_options table:
delete options_tb from wp_options as options_tb inner join (SELECT option_id FROM wp_options WHERE ((option_name like '%\_eael_elements' and LENGTH(option_name) = 23 and option_value = 'a:0:{}' ) or (option_name like '%\_eael_custom_js' and LENGTH(option_name) = 24 and (option_value IS NULL or option_value = ''))) ) AS options_tb2 ON options_tb2.option_id = options_tb.option_id
Besides, we are already investigating this very deeply from our end to make sure that this doesn’t happen to any website.
Thank you!