##Quick start ###Setup
- Copy the contents of the userscript in the userscripts-folder to your new GreaseMonkey or TamperMonkey userscript.
- Open a terminal
- Do npm install
- Do npm start
- If server started correctly it should print 'Server running at http://127.0.0.1:8888'
- Is port 8888 in use, then change it to an available port in package.json and also modify the basePath-variable in the user script.
- Navigate to a http or https webpage that contains a div element. When the page is loaded it should alert "ui.js-file was loaded and says hello ;)" ###Modify
- Your target website might use dynamic loading, change the pageLoaded-function to deal with this.
- Start building your user script from public/main.js ;)