Skip to content

Instantly share code, notes, and snippets.

@NilsWildt
Created March 31, 2020 20:42
Show Gist options
  • Save NilsWildt/c8c5bb41158e3f76aabafe8d5248ecc4 to your computer and use it in GitHub Desktop.
Save NilsWildt/c8c5bb41158e3f76aabafe8d5248ecc4 to your computer and use it in GitHub Desktop.
Delete the unused devices in the fritzbox manually
var elems = document.querySelectorAll("#delete_undefined.icon.delete:not(.hidden)"),i
for (i = 0; i < elems.length; ++i) {
elems[i].click()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment