Remove Watermark on DocumentaryArea

Remove the watermark on documentaryarea.com

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
bitgineer
일일 설치수
0
총 설치수
3
평점
0 0 0
버전
1.0
생성
2024-12-16
갱신
2024-12-16
Size
1.07KB
라이선스
MIT
동작 사이트

Remove Watermark on DocumentaryArea

Description

This Tampermonkey script removes the watermark overlay on Documentaryarea, ensuring a cleaner viewing experience.

Features

  • Dynamically hides the .watermark element using a MutationObserver to handle cases where the watermark is loaded asynchronously.
  • Immediately hides the watermark if it is already present on the page.

Installation

  1. Install the Tampermonkey browser extension if you don’t have it already.
  2. Click on the Install Script button on this page (if you're on Greasy Fork).
  3. Confirm installation in Tampermonkey.
  4. Reload any page on documentaryarea.com to see the watermark removed.

How It Works

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.

Changelog

Version 1.0

  • Initial release: Removes the watermark by dynamically adjusting its display property.

Author

bitgineer

Feedback

If you encounter any issues or have suggestions for improvement, feel free to open a discussion or contact the author.