This is an example of implementation loadURL() and webContents.setUserAgent() from BrowserWindow class.
To clone and run this repository you'll need Git and Node.js (which comes with npm) installed on your computer. From your command line:
# Clone this repository
git clone https://github.com/azishapidin/instagram-electron
# Go into the repository
cd instagram-electron
# Install dependencies
npm install
# Run the app
npm startThis repo is cloned and modified from https://github.com/electron/electron-quick-start
