site banner

Small-Scale Question Sunday for January 7, 2024

Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?

This is your opportunity to ask questions. No question too simple or too silly.

Culture war topics are accepted, and proposals for a better intro post are appreciated.

4
Jump in the discussion.

No email address required.

Nevertheless, every time I open a post in Substack, it does the thing where it starts dimming the page as soon as I scroll down to try and read something, which I find distracting, so I have to scroll down further to get to the box where they try to get my email, then click to dismiss it.

I'm trying to get better at using uBlock Origin, and I've somewhat solved that. My relevant filters are:

substack.com##.pc-reset.pc-alignItems-center.pc-flexDirection-column.pc-display-flex.pencraft

substack.com#$#.frontend-components-SubscribePrompt-module__background--WF3cB{opacity:0 !important;}

The first one removes the subscription popup. The second one sets the screen dimming to 0% (instead of up to 60%), but requires you to reload the page to take effect. It's still easier than scrolling down to a button.

I've also fixed up fandom.com.

I can't remember the css for it, but if you remove the tag for all the avatar elements in the comments it speeds things up a lot.

Maybe

##[href^="https://substack.com/profile"] > .profile-img-wrap

It also shifts the comments rightwards to use up that space

Something like that, yeah -- either their cdn or whatever bs library they are using to access it is super-slow for me, especially on posts with hundreds of comments. (ie. almost every ACX post)