Loop through array and remove stylesheets – Jquery
I'm building a site in WordPress and the plugins come with a few unwanted css files. I'm trying to remove these stylesheets via JS but encountering a Failed to execute 'querySelector' on 'Document': '0' is not a valid selector. error.…