Skip to content

Instantly share code, notes, and snippets.

@Luen
Created April 30, 2024 01:07
Show Gist options
  • Save Luen/5441374130854c5785ebac1aff42ef5f to your computer and use it in GitHub Desktop.
Save Luen/5441374130854c5785ebac1aff42ef5f to your computer and use it in GitHub Desktop.
Toyota Adbuilder
// 1. Go to the asset page you want to download
// 2. Command+Option+I to open Chrome Inspector
// 3. Code the following code into the console and press enter:
document.querySelectorAll("button.primary").forEach((button, index) => setTimeout(() => button.click(), index * 1000));
// 4. The next download will start every 1 second until all are downloaded
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment