NSFW rule34.xxx

This is where you should report issues arising from the subscription filters.
Locked
Steeg
Site Member
Site Member
Posts: 13
Joined: Mon Jun 05, 2017 9:48 pm

NSFW rule34.xxx

Post by Steeg »

It seems there is a filter blocking the display of images that are 728 pixels wide, on this site.

That blocks the main image on the page

Code: Select all

https://rule34.xxx/index.php?page=post&s=view&id=2685374
, as well as the main image on any other pages where it is that width.

The images could be virtually any width or height on this site.
intense
Contributor
Contributor
Posts: 10494
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

add

Code: Select all

rule34.xxx#@#img[width="728"]
||rule34.xxx/*.gif$image
Steeg
Site Member
Site Member
Posts: 13
Joined: Mon Jun 05, 2017 9:48 pm

Post by Steeg »

This part

Code: Select all

||rule34.xxx/*.gif$image
seems to block all gifs on the site, even the ones that are the main content, not just the ads.
So maybe just leave that out?

Example page

Code: Select all

https://rule34.xxx/index.php?page=post&s=view&id=2474200
intense
Contributor
Contributor
Posts: 10494
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

yes, replace the second by

Code: Select all

||rule34.xxx/bf/$image
UnlikelyNews
New Member
New Member
Posts: 1
Joined: Thu Apr 23, 2020 12:50 pm

Post by UnlikelyNews »

The Problem

EasyList currently hides all images on this site that are exactly 728 pixels wide. Most of the site's pages primarily feature a user-uploaded image at its natural width, so this rule hides the main content on some pages.

Example URLs

https://rule34.xxx/index.php?page=post&s=view&id=3750572
https://rule34.xxx/index.php?page=post&s=view&id=2685374

Offending Rule

Code: Select all

lindaikeji.blogspot.com,livemixtapes.com,mixingonbeat.com,naija247news.com,powerbot.org,rsvlts.com,rule34.xxx,techpowerup.com,xtremesystems.org##img[width="728"]
Previous Discussion

This was previously reported, but apparently never addressed.
trash12
New Member
New Member
Posts: 1
Joined: Mon Nov 09, 2020 12:38 am

Post by trash12 »

Hi-ho! Wanted to report in that running Easylist through Adblock Plus 3.9.5 on Google Chrome 86.0.4240.183 (64-bit) now causes some odd behavior when trying to post a comment on this website. Below is an example link for an image on the site:

Code: Select all

https://rule34.xxx/index.php?page=post&s=view&id=4210765
Ordinarily, before one can post a comment (by clicking on "Respond"), they must solve an hcaptcha that appears below the text box. Failure to do so redirects the user to this page

Code: Select all

https://rule34.xxx/index.php?page=comment&id=4210765&s=save
that says "Could not add comment. Captcha was not solved." Turning on EasyList removes the hcaptcha box, making it impossible to actually post any comments as you just get sent to the "could not add comment" page every time. Disabling it allows the hcaptcha to function normally.
This seems to be a somewhat recent phenomenon, as I don't recall this behavior happening in the past, though I could not name a specific date where the change occurred. It's not exactly a dealbreaker, as it just means I need to temporarily turn off the blocker to post a comment and then turn it back on again, but it's kind of irritating nonetheless.

(Other miscellaneous notes: I'm on Windows 10, and the only other filters I have on ABP are the "Adblock Warning Removal List" and the "ABP filters" and "allow nonintrusive advertising" is on.)

Oh, a quick addendum: The second link does not display properly on its own. I imagine it needs to reference the page it came from or something like that.
Dubbzer
New Member
New Member
Posts: 6
Joined: Sat Nov 05, 2016 8:39 pm

Post by Dubbzer »

hcapcha is still broken for months now.

also on Firefox Mobile / uBlock 1.31:
the cloudflare image loading script:

Code: Select all

https://ajax.cloudflare.com/cdn-cgi/scripts/04b3eb47/cloudflare-static/mirage2.min.js 
is blocked, and causes ALL images to fail.

Code: Select all

|http://$script,domain=rule34.xxx
|https://$script,domain=rule34.xxx
These rules are excessive and pointless as there isn't a single ad being loading trough JS that isn't blocked already by global rules for the past 4 years. If these are removed you can also get rid of all the whitelists that are in place just to make the site run.
intense
Contributor
Contributor
Posts: 10494
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

Locked