Listing Articles Under Hacking
Hacking, Tools
How To Programmatically Download VideoJS Files
How To Programmatically Download VideoJS Files Article Featured Image

Someone came up to me recently with the task of downloading a few video files hosted via OpenLoad. The files belonged to them, and OpenLoad has an API designed for this, but I didn’t find out about it until it was too late.

Nevertheless, the process of programmatically (headless) downloading files loaded with VideoJS, as is the case for OpenLoad, is pretty interesting, so I thought I should share my approach.

Continue reading…
Hacking, Tutorials & Guides
Hacking Electron Apps: How To Restyle the New Skype
Hacking Electron Apps: How To Restyle the New Skype Article Featured Image

If you don’t know what Electron is, it’s a wrapper of Chromium which allows you to develop desktop applications using Web technologies like HTML, CSS, and JavaScript. It’s been largely adopted by big companies in the last few years because it allows developers to use these very common technologies to develop desktop apps and because it provides multi-platform support out of the box. It works as an extension of Node.js and it’s open-sourced, meaning that anybody can use it.

Continue reading…