您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Check if the selected text is written with an AI using the zerogpt API
This GreasyFork UserScript is designed to detect whether selected text is generated by an AI using the ZeroGPT API. When you select text on a web page, this UserScript sends the selected text to the ZeroGPT API, and if the text is detected as AI-generated, it provides a notification with the AI probability score.
The UserScript is triggered when you select text on a web page.
It captures the selected text using the getSelectionText
function.
It then sends a POST request to the ZeroGPT API with the selected text. (I have bypassed the paywall to the API using a useragent, as they allow all requests if they have a useragent
The UserScript displays a notification with the following characteristics:
The notification will automatically fade out after 3 seconds, and it will be removed from the page after the fade-out animation completes.