I downloaded my theme and opened the entire folder using VSCode. Then you can do a folder-wide search for certain text. I just search for anywhere where it said "" or '’ because most of the things I needed to remove were like this in the case of javascript
searchText = userInput + '*';
Note: I don’t mean this specific line of code literally, but it’s sorta like that.