Created
May 24, 2019 04:33
-
-
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!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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