Menghapus semua gambar GIF dari halaman web
Explanation of Tampermonkey Script
This Tampermonkey script is designed to remove all GIF images from any web page you visit. GIF images are often used for animations or moving effects, which can be distracting or reduce browser performance. By removing GIFs, the webpage becomes lighter and more comfortable to view.
The script works by searching for all image elements (<img>) on the web page and checking if the image source (URL) contains the .gif extension. If an image with this extension is found, the script will remove the image from the page.
MutationObserver, the script also monitors and removes any GIF images that are added to the page after the initial load.By using this script, users can:
To use this script, you need to install the Tampermonkey extension on your browser and activate the script. Once activated, the script will automatically run on every webpage you visit, according to the settings specified.