Created
April 30, 2024 01:07
-
-
Save Luen/5441374130854c5785ebac1aff42ef5f to your computer and use it in GitHub Desktop.
Toyota Adbuilder
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
// 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