NSFW imagefap.com

This is where you should report issues arising from the subscription filters.
Jaaru
Site Member
Site Member
Posts: 31
Joined: Sat Jul 02, 2016 5:19 am

NSFW Imagefap.com

Post by Jaaru »

Theres a new ad at the top of the page. I have updated the subscriptions without any help.
You see the ad when you click something from the "Our niches" list.
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

try (it should help with the redirect crap)

Code: Select all

@@||ads.exoclick.com^$domain=imagefap.com
@@||imagefap.com/*.js|$script
for the ad, could you upload a screenshot ?
Jaaru
Site Member
Site Member
Posts: 31
Joined: Sat Jul 02, 2016 5:19 am

Post by Jaaru »

http://imageshack.com/a/img924/8595/jPwZ6t.png

Apparently theres another ad at the right.

How do i use that code?
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Add the filters above in your adblocker as custom filters.
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

I can't reproduce the ads (tested in ABP / ubo, 2 browsers)
Jaaru
Site Member
Site Member
Posts: 31
Joined: Sat Jul 02, 2016 5:19 am

Post by Jaaru »

I added the filters and the ads seem to be gone.
Thanks for helping.
BaconMinion
New Member
New Member
Posts: 4
Joined: Fri Nov 04, 2016 6:59 pm

Post by BaconMinion »

Ads weren't there yesterday, easylist updated and suddenly they're back again. Forcing another update didn't do anything.

Browser: Firefox
Example page: http://www.imagefap.com/pictures/5234185/Bree-Olson-19
Image of the ad placement, trimmed down: http://i.imgur.com/OroiiqU.png
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

Code: Select all

imagefap.com##[-abp-properties='*: *image/']
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Code: Select all

@@||imagefap.com^$generichide
@@||ads.exoclick.com^$script,domain=imagefap.com
hf1024
Guest

Post by hf1024 »

Recent update broke lots of functionalities on imagefap, mainly because of these 2 lines:

Code: Select all

|http://$script,xmlhttprequest,domain=imagefap.com
|https://$script,xmlhttprequest,domain=imagefap.com
This looks pretty extreme to forbid all the scripts and XHR, especially since it does not kill the ads anyway. But if you really want to use a whitelist for that site, at least add the following rules:

Code: Select all

! http://www.imagefap.com/
@@||imagefap.com/jscripts/thumbnail_change.js$script
! http://www.imagefap.com/random.php
@@||imagefap.com/jscripts/masonry.min.js$script
@@||imagefap.com/jscripts/imagesloaded.min.js$script
! http://up.imagefap.com/upload.php (2nd step)
@@||up.imagefap.com/ubr_file_upload.js$script
The following XHR are also needed, but I don't know how to write whitelist rules for them:

Code: Select all

http://www.imagefap.com/random.php?...
http://www.imagefap.com/ajax/image_related.php?...
http://www.imagefap.com/ajax_comments.php
http://www.imagefap.com/gallery_display_favorites.php?...
http://up.imagefap.com/ubr_link_upload.php?...
Right now, uploading files, random autoloading, related galleries and comments are broken :(
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12228
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

https://github.com/easylist/easylist/co ... 216e2432aa

Not sure about the XHR stuff. Submit an adblock plus report link here if its still causing any issues.
hf1024
New Member
New Member
Posts: 1
Joined: Mon Nov 07, 2016 12:44 pm

Post by hf1024 »

Thanks.

There are too many different pages that require XHR and I don't use adblock, so I can't provide such reports. However, the blocked XHR are shown in Chrome console, and here are the rules to allow the required XHR with explanations about why/where they are needed:

Code: Select all

! Autoloading when scrolling to the end of http://www.imagefap.com/random.php
@@||www.imagefap.com/random.php?$xmlhttprequest
! Show related faces on picture page
@@||www.imagefap.com/ajax/image_related.php?$xmlhttprequest
! Show comments on picture page
@@||www.imagefap.com/ajax_comments.php$xmlhttprequest
! Post a comment on picture page
@@||www.imagefap.com/ajax_comment.php$xmlhttprequest
! Show users who put a gallery in their favorites on gallery page
@@||www.imagefap.com/gallery_display_favorites.php?$xmlhttprequest
! Add gallery/picture to favorites
@@||www.imagefap.com/ajax_favorites.php$xmlhttprequest
! Set a cookie when clicking on the close button of "Announcements from our admins" so that it does no show anymore
@@||www.imagefap.com/ajax_announce.php$xmlhttprequest
! Autoloading when scrolling to the end of the newsfeed page of any user
@@||www.imagefap.com/ajax/newsdata.php?$xmlhttprequest
! Show galleries in sub-folder when browsing all the galleries of a user
@@||www.imagefap.com/ajax_usergallery_folder.php?$xmlhttprequest
! Show recent messages when mouse is over "Messages" (account needed)
@@||www.imagefap.com/ajax_last_messages.php$xmlhttprequest
! Show galleries in "My fap > My content" when expanding a folder (account needed)
@@||www.imagefap.com/mycontent.php?$xmlhttprequest
! Edit galleries content (title, tags, picture descriptions, etc.) (account needed)
@@||www.imagefap.com/pictures/$xmlhttprequest
! My fap > Block Categories (account needed)
@@||www.imagefap.com/myblockedcategories.php$xmlhttprequest
! My fap > My Details > Contact (load list of region based on country) (account needed)
@@||www.imagefap.com/ajax_region.php$xmlhttprequest
I still don't see the point of forbidding all XHR by default, especially since I haven't encounter a single dubious XHR on imagefap yet...

Some more rules to allow uploading of images:

Code: Select all

@@||up.imagefap.com/ubr_link_upload.php$script
@@||up.imagefap.com/ubr_set_progress.php$script
@@||up.imagefap.com/ubr_get_progress.php$script
And a last one to allow the video player (movie section):

Code: Select all

@@||www.moviefap.com/js/swfobject.js$script
Also, no script in the mobile version of the site are allowed, so it probably breaks some features (and completely prevents the beta version http://beta.imagefap.com from loading). If you wanna test, note that the mobile versions won't load unless the User-Agent header looks like one from a mobile device (using Chrome device toolbar does the trick though).

BTW, the reCaptcha does not work when posting replies (it only works when creating a new topic), so guests can't reply without creating an account.
BaconMinion
New Member
New Member
Posts: 4
Joined: Fri Nov 04, 2016 6:59 pm

Post by BaconMinion »

Ads are back once more, updating did nothing, etc.

Example: http://www.imagefap.com/pictures/3513056/Big-tit-bombshells-21
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

try:

Code: Select all

imagefap.com##[-abp-properties='data:']
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
BaconMinion
New Member
New Member
Posts: 4
Joined: Fri Nov 04, 2016 6:59 pm

Post by BaconMinion »

smed79 wrote:try:

Code: Select all

imagefap.com##[-abp-properties='data:']
Tried it and the ads still display.
User avatar
smed79
Liste AR/FR Author
Liste AR/FR Author
Posts: 15839
Joined: Sun Jan 17, 2010 4:00 am
Location: EasyList Forum

Post by smed79 »

BaconMinion wrote:Tried it and the ads still display.
Provide more details. brewser? adblocker? filter lists? & screenshot.
•► Read RULES / Use forum Search
••► Don't post clickable links
•••►Upload screenshots at imgbb.com
BaconMinion
New Member
New Member
Posts: 4
Joined: Fri Nov 04, 2016 6:59 pm

Post by BaconMinion »

Okay, that's weird; I didn't force update any filters (nor did any auto update) when I went to check it with both ABP and ublock origin (back up) and the ads are being blocked. I did however leave that custom filter active in ABP.

So I guess it actually did work? Something on my end must have changed, though...
Thaliel
Guest

Post by Thaliel »

Easylist is blocking the "block/unblock user" graphic on Imagefap. I can see this very important graphic just fine when turning only easylist off, so the issue is undoubtedly with the list itself
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

where is "block/unblock user" graphic ? screenshot ? direct page link ?
Jaaru
Site Member
Site Member
Posts: 31
Joined: Sat Jul 02, 2016 5:19 am

Post by Jaaru »

Theres ads on the site, when you open a pic.
Theres "watch my gf" ad at the top and 2 ads on the right.

I have updated my subs but that didnt help.
troypst412
Guest

Post by troypst412 »

This filter:

Code: Select all

|http://$script,xmlhttprequest,domain=imagefap.com
prevents user galleries from loading. Try here:

http://www.imagefap.com/profile/jopappy/galleries

Thanx.
Thaliel
Guest

Post by Thaliel »

intense wrote:where is "block/unblock user" graphic ? screenshot ? direct page link ?
it should usuaully de in the top right corner of the user info section on any user's profile page. I have located the responsible filter

Code: Select all

|http://$script,xmlhttprequest,domain=imagefap.com
as soon as I disable just this one, the button shows up just fine
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12228
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Seems to be fixed now, just force an update.
Jaaru
Site Member
Site Member
Posts: 31
Joined: Sat Jul 02, 2016 5:19 am

Post by Jaaru »

This again.

Theres ads on the site, when you open a pic.
Theres "watch my gf" ad at the top and 2 ads on the right.

I have updated my subs but that didnt help.
Thaliel
Guest

Post by Thaliel »

fanboy wrote:Seems to be fixed now, just force an update.
updated and reactivated the filter, it still blocks the button
Jaaru
Site Member
Site Member
Posts: 31
Joined: Sat Jul 02, 2016 5:19 am

Post by Jaaru »

The ads are still there and updating my subs dont help at all.
intense
Contributor
Contributor
Posts: 10500
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

issue only with chrome
add

Code: Select all

$websocket,domain=imagefap.com
imagefap.com###cntZZ
imagefap.com##center > center > div
Jaaru
Site Member
Site Member
Posts: 31
Joined: Sat Jul 02, 2016 5:19 am

Post by Jaaru »

intense wrote:

Code: Select all

$websocket,domain=imagefap.com
imagefap.com###cntZZ
imagefap.com##center > center > div
My answer to these question

"probably you are using an outdated adblocker. browser version ? adblocker (version) ?"
My AdBlock version : 3.6.0 and my Chrome version : 55.0.2883.75 m

And i added these lines :

Code: Select all

imagefap.com###cntZZ
imagefap.com##center > center > div
And the ads are gone

But not this :

Code: Select all

$websocket,domain=imagefap.com
Cos i get this :

Code: Select all

$ WebSocket, domain = imagefap.com
contains an error:
Unknown filter option
User avatar
fanboy
EasyList Author
EasyList Author
Posts: 12228
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy »

Locked