Greasy Fork is available in English.

Remove Watermark on DocumentaryArea

Remove the watermark on documentaryarea.com

Автор
bitgineer
Инсталации дневно
1
Инсталации общо
3
Рейтинг
0 0 0
Версия
1.0
Създаден
16.12.2024
Обновен
16.12.2024
Лиценз
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.