文心去水印

文心一言,文心去水印(MutationObserver版本),去图片水印,去刷新弹窗

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Аўтар
麦丽素
Усталяванняў за дзень
0
Усяго ўсталяванняў
163
Рэйтынг
0 0 0
Версія
1.7
Створаны
20.03.2023
Абноўлены
24.03.2023
Памер
1.8 КБ
Ліцэнзія
GPLv3
Ужываецца на

- 文心水印主要依靠`eb-watermark`的`shadow dom`进行展示
- id 已改为uuid
- 但是删除和更改`style`都会触发其重新渲染
- 主要是依靠`MutationObserver`对象进行监控
- 因此使用`disconnect`可以停止对其的监控并使用`setTimeout`删除改元素即可