Focus true

Trick JavaScript into thinking the document is focused

目前為 2015-02-03 提交的版本,檢視 最新版本

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

QingJ © 2025

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