Focus true

Trick JavaScript into thinking the document is focused

// ==UserScript==
// @name        Focus true
// @description Trick JavaScript into thinking the document is focused
// @namespace   hugsmile.eu
// @include     http://*
// @include     https://*
// @version     2
// @grant       none
// ==/UserScript==
document.hasFocus = function () {return true;};

QingJ © 2025

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