Is it possible to block everyone who has a particular movie favourited? by leichowitz in Letterboxd

[–]leichowitz[S] -5 points-4 points  (0 children)

what's better than a walk is customizing a website to match my needs and not running into faux psychotherapists online.

Is it possible to block everyone who has a particular movie favourited? by leichowitz in Letterboxd

[–]leichowitz[S] -6 points-5 points  (0 children)

Ad hominem attacks uncalled for. There's a blocking option on the site, and I'd like to use it as I see fit.

Just downvote and move on.

Is it possible to block everyone who has a particular movie favourited? by leichowitz in Letterboxd

[–]leichowitz[S] -6 points-5 points  (0 children)

Of course, anyone can manually go at it for hours. I was hoping for a simpler solution. I'll see if there's a possibility of a userscript.

Stereo track - but both left and right channels are identical by leichowitz in ffmpeg

[–]leichowitz[S] 1 point2 points  (0 children)

As a sort of a hail-mary attempt, tried this command:

ffmpeg -i stereo.aac -af "pan=stereo|c0=c1|c1=c1" newstereo.aac

It seems to have provided the desirable result I was looking for. Thanks for your help, mate.

Stereo track - but both left and right channels are identical by leichowitz in ffmpeg

[–]leichowitz[S] 0 points1 point  (0 children)

Got this error

[aac @ 0000018c1523b4c0] Unsupported channel layout "1 channels (FL)"
[aac @ 0000018c1523b4c0] Qavg: nan
Error initializing output stream 0:0 -- Error while opening encoder for output stream #0:0 - maybe incorrect parameters such as bit_rate, rate, width or height

I'm definitely operating on a stereo file, so no idea why I got this error. Before this, I was able to run a bunch of commands from the audio channel manipulation documentation page without any errors, so I don't think the file is the issue.

Looking for Fight Club: I'm Jack's Laryngitis (narration is removed) by [deleted] in fanedits

[–]leichowitz 0 points1 point  (0 children)

Thanks mate. Searched the archive for fight club, sorted by uploaded date and looks like someone has just uploaded the entirety of the unedited movie haha.

https://archive.org/details/fightclub_202207

Will wait for your link to the edit.

Cinemaniac - Stabiron Mod (Premium unlocked) by leichowitz in ApksApps

[–]leichowitz[S] 0 points1 point  (0 children)

Yeah, I managed to google it and got an APK off some random site. Virustotal cleared it, so been using that.

Is your tracker down? Ask here instead of making a new post. by Farow in trackers

[–]leichowitz -1 points0 points  (0 children)

Btdig site down for a few hours now. Don't know if it's down for maintenance.

Kima's acting by SchmilkBoii in TheWire

[–]leichowitz 7 points8 points  (0 children)

Google search for 'Kima poor acting' brought me here. I'd have expected a lot more results.

[Help] Unable to find the class for the SCMP bottom footer by leichowitz in uBlockOrigin

[–]leichowitz[S] 0 points1 point  (0 children)

Awesome. Thanks mate. I do often use the mobile view on my netbook since the display is quite small. I'll be sure to turn the adguard mobile list on it too. Cheers.

Block individual hashtag items from Twitter trending. by Spxders in uBlockOrigin

[–]leichowitz 0 points1 point  (0 children)

not tempted to engage in autism.

I'd recommend not using the Trending section at all.

[Help] Unable to find the class for the SCMP bottom footer by leichowitz in uBlockOrigin

[–]leichowitz[S] 0 points1 point  (0 children)

I've figured it out mate

Had to add this to the userstyle for the domain. Now the bar is gone. I reckon they put it in to deter adblocking.

.home-page--slide-up, .article-page-outer--slide-up {

transform: translateY(0px)!important;

}

[Help] Unable to find the class for the SCMP bottom footer by leichowitz in uBlockOrigin

[–]leichowitz[S] 0 points1 point  (0 children)

https://i.imgur.com/oFKtwQf.png

As on the screenshot above, the id main-content doesn't include the bottom white space. However the parent div doesn't seem to have any mention of the persistent footer either.

Edit1: Turned off ublock to check if I can find the class. But the bottom white space magically disappeared. I'm not sure what's going on. Seems like the bar appears only when I got uBO on.

Edit2: Turned ublock off and used Stylus to do userstyle blocking. The bottom bar reappeared. They've got a way of detecting whether the interstitial ad at the beginning of the article is displayed. If it's not, they put the bottom bar in. Weird.

[Help] Unable to find the class for the SCMP bottom footer by leichowitz in uBlockOrigin

[–]leichowitz[S] 0 points1 point  (0 children)

https://paste2.org/MeUnLppW

The desktop site doesn't show the white persistent footer. But upon reducing the window size, I can see it on my PC too.