您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Blocks a website if it's using Web Environment Integrity (WEI)
The Web-Environment-Integrity-Blocker is a simple UserScript designed to protect your privacy online. This script blocks any website that uses Web Environment Integrity (WEI), a technology that could potentially breach your privacy.
For more information about why WEI is considered harmful, click here.
The Web-Environment-Integrity-Blocker script checks all properties on the window object of a page for the getEnvironmentIntegrity
method. If this method is found, it indicates that the website is using WEI. My FE knowledge is limited, please submit a PR if you have any better approaches!
This project is licensed under the MIT License - see the LICENSE file for details