Blocking gifs from loading in particular site.

Everything about using Adblock Plus on Mozilla Firefox, Thunderbird and SeaMonkey
Post Reply
junomar
Posts: 1
Joined: Sun Aug 02, 2020 7:27 am

Blocking gifs from loading in particular site.

Post by junomar »

What custom filter should is add to block gifs from loading on nsfw site imagefap dot com
Pages take to much time to load when their are so many gifs on webpage, it better to block all *.gifs.
samui
Posts: 1
Joined: Mon Aug 03, 2020 9:47 am

Re: Blocking gifs from loading in particular site.

Post by samui »

I had same issue two days ago
User avatar
greiner
ABP Developer
Posts: 899
Joined: Mon Sep 03, 2012 5:29 pm
Location: Cologne, Germany

Re: Blocking gifs from loading in particular site.

Post by greiner »

In general, you could write a filter such as:

Code: Select all

.gif^$image,domain=example.com
to block all image requests on example.com whose URL contains the string ".gif".
sonichy
Posts: 3
Joined: Tue May 02, 2023 4:21 pm

Re: Blocking gifs from loading in particular site.

Post by sonichy »

How to block all sites ?

Code: Select all

.gif^$image,domain=*
Post Reply