anti kahoot notifications

removes kahoot notifications (hide annoying player limit)

// ==UserScript==
// @name           anti kahoot notifications
// @version        1.0
// @description    removes kahoot notifications (hide annoying player limit)
// @author         epicmines33
// @match          *://play.kahoot.it/*
// @exclude        *://play.kahoot.it/v2/assets/*
// @grant          none
// @run-at         document-start
// @namespace https://gf.qytechs.cn/users/292729
// ==/UserScript==

setInterval(() => {
  var closeButton = document.querySelector(`[data-functional-selector="notification-bar-close-button"]`)
  if (closeButton) {closeButton.click()}
}, 1000)

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址