Exit on double load
RedWarn currently proceeds with loading if one of the loads runs asynchronously. This change introduces an early-stage killswitch, which should trigger if a previous version of RedWarn is loaded and exists on the browser, and an attempt to asynchronously load a new instance exists (i.e. load race condition).