Skip to content

Instantly share code, notes, and snippets.

@CarbonAlabel
Created May 29, 2019 13:40
Show Gist options
  • Save CarbonAlabel/61bfeed1b98d9eece38d6edcc0b32c29 to your computer and use it in GitHub Desktop.
Save CarbonAlabel/61bfeed1b98d9eece38d6edcc0b32c29 to your computer and use it in GitHub Desktop.
Bookmarklet (source) for selecting all scopes in the auth dialog at https://esi.evetech.net/ui/
document.querySelectorAll("div.auth-container input[type='checkbox']").forEach(e => e.click());
document.querySelector("div.auth-container button.authorize").click();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment