您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Remove the watermark on documentaryarea.com
This Tampermonkey script removes the watermark overlay on Documentaryarea, ensuring a cleaner viewing experience.
.watermark
element using a MutationObserver to handle cases where the watermark is loaded asynchronously.The script observes changes to the DOM using a MutationObserver
, looking for the .watermark
element. When found, it hides the element by setting its display
to none
. This approach ensures compatibility with dynamic content loading.
display
property.If you encounter any issues or have suggestions for improvement, feel free to open a discussion or contact the author.