Edit extension after installation
I've been tasked with creating a script that can call an API through https from inside InDesign CC.
So I installed an extension called ExtendExtendScript / GetURL (https://coppieters.nz/?p=220) that enables https-calls.
The problem is that it only supports GET, not POST, which the API requires. So I thought I'd alter the extension to add that functionality myself.
So I started editing the .js and .jsx files in the installation dir (C:\Users\USER_XXX\AppData\Roaming\Adobe\CEP\extensions\com.rorohiko.extendextendscript\node_modules\GetURL). But as soon as I do, it stops working. Even just adding "var a = 1;" will cause it to stop working.
Is there some form of validation or version handling that makes InDesign refuse to load an extension if it has been altered?
In that case, do you have any information about how to cirumvent that protection so I can extend an existing extension?
