Removes recurring modal ad that covers the playback area every .5 seconds.
Site uses a full page overlay that reappears in intervals, which causes a popup redirect to spawn when the user clicks anywhere on the screen, including the video player itself. I feel this is abuse. Interfering with the user's ability to use the video player controls when that is the site's main purpose is malicious.
This script removes it every 0.5 seconds.
Hacked together from examples + trial & error. Probably contains redundant code due to a lack of javascript knowledge. Works on my setup (Linux + Chrome) but may fail for any number of reasons on another setup.
Improvements / Fixes welcome!