reddit.com

This is where you should report issues arising from the subscription filters.
Locked
Gendalph
New Member
New Member
Posts: 5
Joined: Wed Dec 29, 2021 1:35 am

reddit.com

Post by Gendalph »

Hello,

It seems like a filter from Fanboy's Social list is breaking Reddit user profile view, when viewing your own profile

Code: Select all

/sociallinks.

blocks

Code: Select all

https://www.redditstatic.com/desktop2x/SocialLinks.09ab6410eb1995195340.js
https://www.redditstatic.com/desktop2x/chunkCSS/SocialLinks.406ad821c460ec5aef72_.css

which spawns an endless cycle of requests to:

Code: Select all

https://www.redditstatic.com/desktop2x/SocialLinks.09ab6410eb1995195340.js
https://www.redditstatic.com/desktop2x/chunkCSS/SocialLinks.406ad821c460ec5aef72_.css

and a few more, causing the page and even whole tab to be unresponsive, at least in FireFox.
The behavior is a little inconsistent when opening profile in a new tab or refreshing profile page, but can be consistently reproduced if you go from front page to your profile.

My solution was to whitelist this script and corresponding CSS for Reddit:

Code: Select all

@@||www.redditstatic.com/desktop2x/SocialLinks.*.js$script,domain=www.reddit.com
@@||www.redditstatic.com/desktop2x/chunkCSS/SocialLinks.*.css$stylesheet,domain=www.reddit.com

which resolves the issue, but does bring that annoying button back to the profile.

User avatar
fanboy Verified
EasyList Author
EasyList Author
Posts: 12244
Joined: Wed Sep 05, 2007 8:17 pm

Post by fanboy Verified »

Gendalph
New Member
New Member
Posts: 5
Joined: Wed Dec 29, 2021 1:35 am

Post by Gendalph »

Thank you, that worked!

Locked