您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Prevent of abuse window.history.forward web api
Only use if often click into malware websites from search engine
Many malware websites are abusing the window.history.forward
web API
The API intends to simulate user click on browser forward navigation button
These websites use javascript to listen on the navigation back event,
call forward()
in the event, when clicking on the back button,
the browser will forward immediately so the user can not leave the website
This will usually result in lost navigation history in the end:
must close the entire tab to leave
Disable Forward: One-Way Road script override forward()
to a dummy function that does nothing
so malware websites can't use this approach to stop the user from leaving anymore