This script allows you to make video quest on Discord almost instant by speeding up the playback rate by over 16x faster. this script ensures your Discord video quests are completed almost immediately!
Get the code by clicking here ! or by checking the readme !
Another script click here !
- Increase playback rate to 16x the normal speed.
- Make Discord video quests nearly instant by reducing the time spent on video content.
- Easy to implement—just a simple line of JavaScript!
-
Step 1: Open Developer Tools in Discord
- Open Discord in your browser (Chrome, Firefox, etc.) or in Vencord/BTT doing either f12 on webbrowser or CTRL+SHIFT+I (<- works everywhere). Press F12 or right-click on the page and select Inspect to open the Developer Tools. Start the video quest.
-
Step 2: Run the Script -- Go to the Console tab in Developer Tools. -- Paste the following code into the console:
(Write allow pasting if it does not let you
document.querySelectorAll("video").forEach(v => v.playbackRate = 16);- Press Enter.
This will automatically adjust all video elements to play at 16x speed.
- Step 3: Enjoy!
- After running the script, all videos on Discord will play at a faster rate. Feel free to replay the script if you want to adjust or reset the speed.
document.querySelectorAll("video"): Selects all the video elements on the page.
.forEach(v => v.playbackRate = 16): Loops through each video element and sets the playbackRate property to 16.
I do not know if this kind of script is forbidden or not use it as your own risk.
Instant video quests: Skip through videos nearly instantly to get rewards faster. Save time: Go through content without having to sit through 1 minute of video.
Feel free to contribute improvements or fixes! You can fork the repository and create a pull request. If you have any issues, open an issue in the repository, and I will try to resolve it as soon as possible.
License This project is open-source and available under the MIT License.