0

I fundamentally know what to do, I just need some help on the actual removal. I used kontractions for the library and used this snippet to add it in:

eval(UrlFetchApp.fetch("<SCRIPT>").getContentText())
const LIBRARIES = {<SCRIPT REFERENCE>: "<SCRIPT>", <ANOTHER SCRIPT REFERENCE>: "<ANOTHER SCRIPT>"}
Object.keys(LIBRARIES).forEach(function(library) { newFunc = eval(UrlFetchApp.fetch(LIBRARIES[library]).getContentText()); eval('var ' + library + ' = ' + newFunc); });

but the library imports others and I can't put in all of them. Is there any way I can do this without completely rewriting it altogether?

grimsteel
  • 796
  • 1
  • 17
skii
  • 1

0 Answers0