* Added ability for div.video to change size.
This is needed because it fixes the issue of not being able to see the new menus later on when we might need to add more menus to the context menu. I also deleted display: inline block because it won't work since there's a float: right (always enforces display: block).
* Removed display: inline-block
* Converted from Typescript to JS... Even if this was supposed to be for Vue, there's no Vue module installed on this branch...
* Added .code-workspace in .gitignore for those who use a vscode workspace. Also added .jsbeautifyrc to clean up the code. This is definitely a good idea when the project gets larger.
* Formatted the entire codebase to use a single coding standard.
* Added comment header to all files
* Some things actually weren't formatted correctly, so I fixed those
* Code fixup
* Forgot to change API key
* Fixed issue #136
* Fixed ft.logs
* Ditch googleApi.js, use request instead; refactor code
* Update README.md, the Google API script is no longer used
* Cleanup leftovers
* Fix request dependency in package.json
* Update API keys
* Update youtubeApi.js to use HTTP keep-alive for performance
* Fix indentation to two spaces
* Fix endless loop in subscriptions.js: loadSubscriptions()
* Use jquery.getJSON() instead of request module