Greasy Fork is available in English.

Auto refresh popup chat nimo.tv

Tránh gây lag máy do lỗi nimo hiện tại. 4/23/2024, 2:14:38 PM

// ==UserScript==
// @name        Auto refresh popup chat nimo.tv
// @namespace   Violentmonkey Scripts
// @match       https://www.nimo.tv/popout/chat/*
// @grant       none
// @version     1.0
// @author      -
// @description Tránh gây lag máy do lỗi nimo hiện tại. 4/23/2024, 2:14:38 PM
// ==/UserScript==

var timer = 1000 * 600 // Số sau số 1000 là giây

window.setTimeout( function() {
  window.location.reload();
}, timer);