piracy

Magazyn ze zdalnego serwera może być niekompletny. Zobacz więcej na oryginalnej instancji.

HiddenLayer5, w Has YouTube Blocked Your Adblocker Yet??
@HiddenLayer5@lemmy.ml avatar

Does NewPipe count as an adblocker? Not yet but I fear its days are numbered.

3FingersOfMilk,

NewPipe+=1;

viking,
@viking@infosec.pub avatar

Newpipe is accessing the videos straight from the backend. There is no chance to splice any ads into, unless youtube were to modify the source material, and that’s highly inconvenient. And then we’d just use sponsorblock anyway.

They tried to change the code to access the raw video material many times over, but unless they encrypt it and enforce decryption via keys uniquely embedded in the official youtube app while somehow finding a way to prevent a disassembly to use their keys in unofficial apps, I don’t see that happening.

DogMuffins,

They don’t need to splice ads in, they could just render NewPipe inoperable. I’m sure it would be fairly trivial to detect which page loads are from NewPipe.

viking,
@viking@infosec.pub avatar

Not trivial at all, else they’d have done that already instead of playing cat & mouse. How would they differentiate whether it’s the official app, some mobile browser, or newpipe? Changing the user agent or cloning a fingerprint from a browser is the trivial thing here.

DogMuffins,

Well if they’re detecting active ad blockers then presumably they’re running some client side js to decode the url if certain conditions are met.

I don’t think think they’ve been playing cat & mouse with newpipe, they just break it by accident.

smc87,

Have you heard of shape from f5 or similar services?

viking,
@viking@infosec.pub avatar

Nope, what’s that?

sounddrill, w What are the ways to play minecraft offline (single player)?

HMCL on github

jumpy, w Struggling to find a FileCR replacement

Umm, what happened? I can still access it.

Bakery7328,
jumpy,

Wow. Thanks for the heads up. That’s a shame as I always considered it reputable.

Appoxo, w Is there anything for GettyImages, maps, etc.?
@Appoxo@lemmy.dbzer0.com avatar

Reverse Image search.

Scrollone,

It’s been quite limited by Google recently, because Gettyimages and similar services got angry.

TinEye and Yandex reverse image search work a bit better.

pbjamm, w What are the ways to play minecraft offline (single player)?
@pbjamm@beehaw.org avatar

Since you are looking to play single player you might also want to check out Minetest with the Mineclone2 addon installed. It is not identical, but it is an amazing substitute and free.

pewgar_seemsimandroid, w Has YouTube Blocked Your Adblocker Yet??

probably not ublock and for sure not revanced

Hhffggshn,

I’m still good with revanced

cosecantphi, w Has YouTube Blocked Your Adblocker Yet??
@cosecantphi@hexbear.net avatar

Youtube’s use of A/B testing is very smart in that it’s actually nothing about testing user response and all about limiting the number of people they piss off at once with their god awful changes.

The day I can’t block ads on the internet is the day I stop using the internet.

AcidSmiley,
@AcidSmiley@hexbear.net avatar

yeah this, youtube inb particular is entirely unusable without an adblocker

ParanoidFactoid, w Has YouTube Blocked Your Adblocker Yet??
@ParanoidFactoid@beehaw.org avatar

Ah. I see yt-dlp will be my good friend again.

PeterPoopshit,

This. When YouTube finally succeeds in making it impossible for anyone to use their website without watching ads, they probably still won’t succeed in preventing people from downloading for offline viewing. When this happens I’m going to invest in making scripts that autodownload stuff ahead of time and I’ll only watch whatever videos are in my home network.

Im not watching their brainwash bullshit ass propaganda. I’ll find other stuff to do for entertainment before I give in to ads.

Steak,

Fuck ads. I put in a decent amount of effort to make sure I see exactly 0 seconds of ads per day. So far going strong.

Echo71Niner, w Has YouTube Blocked Your Adblocker Yet??

They are rolling this out in stages to users worldwide, It happened to me 3 weeks ago, on Brave, Firefox, and on Chrome. I had to junk Brave, update firefox, flush out my extensions (remove them) and reinstall, and now I run 6 different ad blocking and tracking extensions and its back working again. You should also know that Adblocker Ultimate are also involved and working on blocking their extension from working so they can sell premium app, which is now an app that runs on your computer, not an extension anymore.

Sanrasxz,
@Sanrasxz@lemmy.dbzer0.com avatar

This is quite concerning. Hopefully the adblocker extension devs are able to bypass this. I expect a cat and mouse game eventually.

ToxicWaste,

It will be a cat and mouse game, which YouTube will loose in the long run. Don’t remember the name, but there is a very clever solution: They download all the ads so YT thinks you are watching. However, ads are never shown to you. This is extremely hard to detect and it muddies the data collection of Google since you watch and click everything.

IMO: This is a net loss for YT/Google. Their collection of data looses value. And advertisers wont be willing to pay the same amount for clicks, since a registered click is not necessary someone who watched and the targetting got worse…

1993_toyota_camry,
@1993_toyota_camry@beehaw.org avatar

Worst case of this solution is you might have to wait before watching your video. It wouldn’t be unreasonable for google to refuse to send you the video until $ad_duration has elapsed.

Still beats watching ads though. I could queue up a bunch in a “watch later” playlist and have a program get them all ready for me.

327,

AdNauseam is a browser extension that uses the same idea to obfuscate tracking. I never used it myself, but it seems like a good alternative to blocking ads.

mineapple, (edited )

6 adblockers?! Have you looked into uBlock origins customisable block lists? You can combine at least 3 blockers with that. Additionally you could add custom block lists.

Edit: clarifications and spelling errors.

Echo71Niner,

unlock origins customisable block lists? You can combine at least 3 blockers with that

I’ll look into it.

ChaoticNeutralCzech, (edited )

filterlists.com - list of auto-updating filters, makes it very easy to add one. Make sure to use one with a good rating.

Yeah, do it. uBlock is great in terms of performance so you will feel how much faster browsing is after uninstalling the other add-ons. You can also block known scams or websites known by pirates to be unsafe. It can also block cookie popups (but I don’t care about cookies might be better at this).

I also suggest Redirector, which lets you can set up custom redirects such as


<span style="color:#323232;">Pattern name:  YT Shorts in normal player
</span><span style="color:#323232;">Example URL:   https://www.youtube.com/shorts/ExmplVid-ID → https://www.youtube.com/watch?v=ExmplVid-ID
</span><span style="color:#323232;">Match pattern: https://www.youtube.com/shorts/*
</span><span style="color:#323232;">Redirect to:   https://www.youtube.com/watch?v=$1
</span>

It is very powerful and can also replace multiple extensions. For example, it can percent-decode URLs, which enables me to prefix a URL with ar[space] in the address bar and redirect me to the archived version of that site. Just add https://web.aarchive.org/web/*/%s as a bookmark with keyword ar. (This trick is useful for making custom “search engines”, which would often require yet another extension.) However, this trick is not enough alone because it goes to https://web.aarchive.org/web/*/example.com%2Fpage and Archive.org needs a decoded URL. So notice that I used the nonsense address web.aarchive.org which Redirector will detect and correct using this rule:


<span style="color:#323232;">Pattern name:  archive percent-decoder
</span><span style="color:#323232;">Example URL:   https://web.aarchive.org/web/*/example.com%2Fpage → https://web.archive.org/web/*/example.com/page
</span><span style="color:#323232;">Regex pattern: https://web.aarchive.org/web/*/(.*)
</span><span style="color:#323232;">Redirect to:   https://web.archive.org/web/*/$1
</span><span style="color:#323232;">Process match: URL Decode
</span>
Admin,
count0,
@count0@lemmy.dbzer0.com avatar

Regarding cookie pop-ups, there’s a little known gem: consentomatic.au.dk

mineapple, (edited )

Problem with that is, idcac accepts the cookies, ublock blocks the banner and thus you havent given consent and no cookies should be placed. Note that some websites might collect data regardless but there’s nothing much to do about it. ¯_ (ツ) _/¯

CampRefugeeCounselor,

Unlock or UBlock?

mineapple,

UBlock Origin is the name of the extension. My autocorrect messed it up ^^

Gawanoh, w UFC, NBA &amp; NFL Want to Fight Live Streaming Piracy With ‘Instant’ DMCA Takedowns.

Baseball is a hell to watch outside the US or Japan. I would give them money but they do not want it…

blakeus12, w Has YouTube Blocked Your Adblocker Yet??
@blakeus12@hexbear.net avatar

welp time to use yewtu.be

Echo71Niner,

noice

Tayphix,

Alternatively, piped.video.

nicetriangle, w Leagues Trying to Take Down Illegal Sports Streams
@nicetriangle@kbin.social avatar

They did a pretty damn good job stamping out MLB streaming since last year. There's still sources out there but nowhere near as numerous or consistent as they were in like 2019 - early 2022

CheekyYoghurts, w Whats your preferred codec?

In this thread: people that think quality is based solely on the codec used.

randint, w Has YouTube Blocked Your Adblocker Yet??

Mine is not blocked yet. I am definitely worried about this though. I am in East Asia.

Wonder how much YouTube is going to squeeze out of this ad blocker blocking.

Thisfox,

I recommend trying something like AdNauseum or similar. I get the idea they haven’t reached us yet, only people reporting this are in the US so far.

VikingHippie, w Leagues Trying to Take Down Illegal Sports Streams

Once again for those who didn’t know or forgot: just like with every other industry making the same complaint, when they say that it “costs billions”, that’s true in the exact same way as losing a random lottery ticket would cost me millions: completely hypothetically.

In their calculations, every person who watches an illegal stream would, had the stream not been available, pay their ridiculously high prices to watch legally rather than not watch at all.

In reality, the opposite is many times more common and it’s frankly journalistic malpractice that mainstream media always just regurgitate that claim as if it was indisputably true.

Like with copaganda, they’re covering for predatory practices, in this case charging much more than your target customers can afford and then using draconian measures against those providing an alternative solution that wouldn’t have been necessary if the product had been reasonably priced.

dingleberry,

So they are just reporting opportunity cost and the journalists are parroting the numbers.

VikingHippie,

Correct. Opportunity cost being a bunch of bullshit invented by rich people greedy for more, of course.

DudePluto,

I always call it Magic Math. There’s so much of it when you start learning about investing/trading. “Buying calls has infinite potential for gains. Selling calls has infinite potential for losses.” Like, yeah, that’s mathematically true. But at the end of the day it’s not practically true, you’re just putting a lot of weight on what you could be getting instead of what you are getting.

tryptaminev,
@tryptaminev@feddit.de avatar

The key here is certainty.

They claim that everyone would have otherwise paid for a subscription to watch it legaly. But that is simply not true.

When you could buy either variation of pasta in the store, where there is hundreds of boxes stapled, so price and availability are certain, you can speak of opportunity costs.

But here the elasticity is extreme. Many people will not buy this if it costs anything at all. Most probably would, if there is one service with reasonable prices where they can watch everyting. Some people are probably not able to watch a legal stream at all, because it isnt licenced to their country.

explodicle,

Whose opportunity cost? I don’t get it.

  • Wszystkie
  • Subskrybowane
  • Moderowane
  • Ulubione
  • healthcare
  • muzyka
  • rowery
  • fediversum
  • NomadOffgrid
  • Technologia
  • esport
  • test1
  • krakow
  • Gaming
  • FromSilesiaToPolesia
  • ERP
  • piracy@lemmy.dbzer0.com
  • Cyfryzacja
  • Blogi
  • shophiajons
  • informasi
  • retro
  • Travel
  • Spoleczenstwo
  • gurgaonproperty
  • Psychologia
  • slask
  • nauka
  • sport
  • niusy
  • antywykop
  • warnersteve
  • Radiant
  • Wszystkie magazyny