Sora 2 一键去除水印,还有好玩提示语
地址:https://nosorawm.app/zh https://prmbr.com/text-to-video/awesome-sora2/#_1 // ==UserScript== // @name Sora 指纹随机化器 - Anti-Fingerprint Tracker // @namespace http://tampermonkey.net/ // @version 2.0.0 // @description 随机化浏览器指纹,对抗 FingerprintJS 追踪,每次请求自动变换指纹 // @author Claude 4.0 sonnet // @match https://nosorawm.app/* // @grant unsafeWindow // @run-at document-start // @icon data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><text y="75" font-size="75">🎭</text></svg> // ==/UserScript== (function() { 'use strict'; // ======================================== // 配置区域 // ======================================== const CONFIG = { /...
评论
发表评论