Some notes and tools for reverse engineering / deobfuscating / unminifying obfuscated web app code.
Some notes and techniques for reverse engineering Webpack (and a little bit about React/Vue/Angular) apps.
Download and cd to upp
git clone https://github.com/sibradzic/upp.git && cd upp
python3 setup.py build
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | ; temperature tower: https://www.thingiverse.com/thing:2729076 | |
| ; appliy the following function in Klipper FW before running the temp tower: | |
| TUNING_TOWER COMMAND="SET_HEATER_TEMPERATURE HEATER=extruder" PARAMETER=TARGET START=227.5 FACTOR=-.5 BAND=10 | |
| ; This starts at 225deg and every 10mm reduces by 5deg until the top tower hits 180deg. | 
🚨 2020 Update: I recommend using mkcert to generate local certificates. You can do everything below by just running the commands brew install mkcert and mkcert -install. Keep it simple!
This gives you that beautiful green lock in Chrome. I'm assuming you're putting your SSL documents in /etc/ssl, but you can put them anywhere and replace the references in the following commands. Tested successfully on Mac OS Sierra and High Sierra.
sudo nano /etc/ssl/localhost/localhost.conf