Skip to content

Instantly share code, notes, and snippets.

@redaphid
Created May 24, 2019 04:33
Show Gist options
  • Save redaphid/f266cebfd587a2051ae1c4bc8c0336de to your computer and use it in GitHub Desktop.
Save redaphid/f266cebfd587a2051ae1c4bc8c0336de to your computer and use it in GitHub Desktop.
Has Alexa filled your "scenes" with multiple redundant scenes from pairing a device over and over again? Just run this script in the developer console!
//Go to:
// https://alexa.amazon.com/spa/index.html#scenes
function killEm(){
$("#connected-home-delete-button").click()
setTimeout(function(){$('.accept').click()}, 200)
setTimeout(killEm, 300)
}
killEm()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment