Skip to content

Instantly share code, notes, and snippets.

@rc9000
Last active November 26, 2025 07:46
Show Gist options
  • Select an option

  • Save rc9000/eaeaf5dac0c9e6eb29dc739c1c64cd61 to your computer and use it in GitHub Desktop.

Select an option

Save rc9000/eaeaf5dac0c9e6eb29dc739c1c64cd61 to your computer and use it in GitHub Desktop.
Audible browser app sleep timer
// e.g. for 12 minutes, paste this into the developer tools console
setTimeout(function() { document.getElementById("adbl-cp-pause-btn").click(); }, 1000 * 60 * 12);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment