4chan.org

This is where you should report issues arising from the subscription filters.
Locked
Nameless5643
New Member
New Member
Posts: 2
Joined: Tue Jun 20, 2017 1:27 am

4chan.org

Post by Nameless5643 »

Code: Select all

https://boards.4chan.org/adv/
The [Update] button on /adv/'s threads (with inline extension enabled) do not work and affects .json files under
https://a.4cdn.org/adv/ and https://a.4cdn.org/adv/thread/ This has been reported back in December 2014 and July 2015, but was never fixed.

I'd also like https://sys.4chan.org/adv/post and https://sys.4chan.org/adv/imgboard.php to be whitelisted, but they require "4chan X" by loadletter https://github.com/loadletter/4chan-x (not by ccd0 https://github.com/ccd0/4chan-x) installed to test out.

The former is achieved by attempting to post a reply via quick reply. The latter is achieved by attempting to delete a post by using the [▼] seen on posts, hovering over "Delete", then clicking "Post".
Aikawa
New Member
New Member
Posts: 3
Joined: Sat Apr 29, 2017 6:24 pm

Post by Aikawa »

I want to add to this that there is another issue created in 4chan X (claims every image is corrupted) which can be fixed by adding the following filter:

Code: Select all

 @@||4chan.org^*$csp=default-src 'self' * data: 'unsafe-inline' 'unsafe-eval'
intense
Contributor
Contributor
Posts: 10494
Joined: Wed Mar 27, 2013 9:56 am

Post by intense »

It's uBo specific, so report it here:
https://github.com/uBlockOrigin/uAssets/issues

However, I'm able to see the images, no issue here.
anon345
New Member
New Member
Posts: 2
Joined: Sat Oct 29, 2016 7:33 pm

Post by anon345 »

I can reproduce the issue Aikawa is seeing in Adblock Plus.

The relevant filter seems to be the one starting

Code: Select all

|blob:$domain=1337x.to|1channel.biz|4chan.org|...
The error occurs with the 4chan X extension installed when selecting an image to post. It does not actually interfere with posting the image, but it is breaking the thumbnail preview and several other features such as checking the image dimensions before posting. The extension could be reworked to use data: URLs but with a significant performance penalty.
Locked