Colorfulstan
8/16/2016 - 4:12 PM

Open devTools for the current window

Open devTools for the current window

overwolf.extensions.current.getManifest(function(manifest){
  overwolf.windows.getCurrentWindow(function(result){
    overwolf.extensions.showDevTools(manifest.UID, result.window.name);
  })
});