您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Prevent websites from knowing that you switched tabs
当前为
Userscript to trick websites into thinking the tab is always on focus
Download the Tampermonkey browser extension
Click here to install the userscript
Toggle the userscript on/off from the Tampermonkey dashboard
Always on focus is a lightweight userscript that prevents websites from knowing that you switched tabs or unfocused the window. This is a fork of this userscript that adds these:
Disables the Page Visibility API
Disables the window.onblur()
event and and sets window.hasFocus()
and window.onFocus()
to always true (Ex.)
Removes the visibilitychange
and blur
event listeners (Ex.)
Here is an example website that changes color when the window isn't focused: