postman-patcher
postman-patcher copied to clipboard
Allows postman to render javascript in preview
``` $python3 patch.py Platform:linux RequesterModalContainer Target:./app/resources/app/js/RequesterModalContainer.js Patching RequesterModalContainer.js RequesterModalContainer.js Not found! VendorShared Target:./app/resources/app/js/vendor-shared.js Patching vendor-shared.js vendor-shared.js Not found! ```
Just saw this patch today. So download and apply to my Postman in Linux. Version 7.14.0. However, after install the patch and restart my Postman, the turn on Javascrip in...
This solution only works for Mac and Linux. It would be great having a Windows version for this.
on macOS the paths in patch.py need to be different. Line 6: RequesterModalContainer = './Contents/Resources/app/js/RequesterModalContainer.js' Line 30: VendorShared = './Contents/Resources/app/js/vendor-shared.js' Assuming that the "patch" folder and "patch.py" are copied into:...