There have been multiple accounts created with the sole purpose of posting advertisement posts or replies containing unsolicited advertising.

Accounts which solely post advertisements, or persistently post them may be terminated.

Has YouTube Blocked Your Adblocker Yet??

UPDATE 2It seems that starting today, uBlock Origin is working to combat this Youtube Block. Mine started working again! Lets all thank the devs of UBO for fighting this fight!

UPDATESo as new info comes out, I’ll be posting it here. It seems as if this Rollout Has Several Parts.

Part 1

You get a popup message over top of your video, blocking the screen: https://lemmy.dbzer0.com/pictrs/image/bd0e0c67-f37d-4b82-a5b8-1703542f0af1.jpeg

  • This is the first sign. If you see this popup AND are logged into a YouTube account, your account has been selected.
  • At this stage you can likely close or block these messages with an adblocker.

Part 2

This message will change, indicating that you have 3 remaining videos to watch without ads.

Will insert photo once one has been found

  • At this stage your adblocker will imminently stop working in 3 videos time.
  • Personally using Firefox + uBlock Origin and tweaking filters and updates does not even fix it.

Part 3

None of the video loads now, everything looks blank.

https://lemmy.dbzer0.com/pictrs/image/e37261ac-cf82-4ecd-9481-bea42029a3a0.png

  • At this stage you must tred new ground to avoid ads. I have posted methods in the comments. If you want to bypass this end page, read down there.

End of Update


YouTube has started rolling out anti-adblock to users inside the United States, which means that they are preparing to roll this out to the entire country. Personally, I have been blocked already. I want to gauge how common this occurrence is.

mosthated ,
@mosthated@feddit.nl avatar

Same. If I really need the website, I now use yewtu.be

American_Jesus ,

Or https:/piped.video

krimsonbun ,
@krimsonbun@lemmy.blahaj.zone avatar

piped has been giving me more issues recently, I think Google’s fighting them?

GivingEuropeASpook ,
@GivingEuropeASpook@lemm.ee avatar

yeah same, only like half of the videos load or play.

Fjor ,

Had the same issues, but decided to host my own instance. Not had a single issue since, plus the latency is great 😏

Honse OP , (edited )

I’m going to start a discussion in the comments here about methods to bypass the message. I will add suggestions here, so leave comments if you find a method!

Methods to bypass Youtube Anti-Adblock:

- The easiest method is simply to comply and turn off your adblock extension.
My Method
  • My method, and the one that will likely work universally is as follows:

Install Extension Enhancer for YouTube™

Go to the extensions settings and ensure that under the Ads Management section, “Block Ads” is turned OFF

https://lemmy.dbzer0.com/pictrs/image/16230dc5-ade1-4c6a-b6f8-f0104a4b080d.png

Now find the Custom Script box at the very bottom and enter the following script. I did not write this code, it comes from egaudette on GitHub


<span style="color:#323232;">(function() {
</span><span style="color:#323232;">    'use strict';
</span><span style="color:#323232;">    var clickInterval = setInterval(skipAds, 5);
</span><span style="color:#323232;">    var ytpAdModule;
</span><span style="color:#323232;">    var miniAdd;
</span><span style="color:#323232;">    var skipButton;
</span><span style="color:#323232;">    var currentVideo;
</span><span style="color:#323232;">
</span><span style="color:#323232;">    function skipAds() {
</span><span style="color:#323232;">        ytpAdModule = document.querySelector('.ytp-ad-module');
</span><span style="color:#323232;">        skipButton = document.querySelector('button[class*="ad-skip"]');
</span><span style="color:#323232;">        miniAdd = document.querySelector('.ytp-ad-overlay-container');
</span><span style="color:#323232;">
</span><span style="color:#323232;">        if (ytpAdModule !== null &amp;&amp; ytpAdModule.innerHTML !== '') {
</span><span style="color:#323232;">            ytpAdModule.style.display = 'none';
</span><span style="color:#323232;">        }
</span><span style="color:#323232;">
</span><span style="color:#323232;">        if (skipButton !== null) {
</span><span style="color:#323232;">            skipButton.click();
</span><span style="color:#323232;">            return;
</span><span style="color:#323232;">        }
</span><span style="color:#323232;">
</span><span style="color:#323232;">        currentVideo = document.querySelector('video[class*="main-video"]')
</span><span style="color:#323232;">        if (currentVideo !== null &amp;&amp; currentVideo.duration &lt;= 5) {
</span><span style="color:#323232;">            currentVideo.muted = true;
</span><span style="color:#323232;">            currentVideo.play();
</span><span style="color:#323232;">            currentVideo.currentTime = currentVideo.duration;
</span><span style="color:#323232;">        }
</span><span style="color:#323232;">    }
</span><span style="color:#323232;">})();
</span>

Lastly, ensure the “Automatically execute the script when YouTube is loaded in a tab” box is checked, and press Save

https://lemmy.dbzer0.com/pictrs/image/10b997a8-0a72-4616-8155-0cdfc59d7b59.png


I’ll add more methods as they are discovered!

Neato ,
@Neato@kbin.social avatar

Why would this work when others get blocked? Is it a novel way to block YT ads that's not popular? Because I think YT isn't looking for specific extensions but looking for certain kinds of behavior.

Honse OP ,

This method lets ads load for half a second but then get skipped instantly. i have not personally found a way to 100% block ads once ive gotten their block page.

nilloc ,

I use greasemonkey to do a similar trick with the skip and dismiss buttons. But added random delays up to 2 seconds in an attempt to mimic a human clicking the button.

Also instead of an interval running, you can use MutationObserver and a callback to only run the code when the DOM changes and adds the button.

farent ,

Please note that posting the script has html-encoded && <> and similar characters so you’ll have to replace those with the correct ones (or just get the script from GitHub)

SharkEatingBreakfast ,

Thank you, thank you, thank you, thank you!!! ❤️

FeelThePower ,
@FeelThePower@lemmy.dbzer0.com avatar

I load the old 2014-2017 layout locally from my C drive as my localhost and proxy it to load when i type in youtube dot com. avoids ads, increases performance, and looks better as a layout all in one.

lemmyvore ,

I sincerely doubt the 2017 API still works today. Apps like NewPipe have to update every month to keep up with it, and old YouTube mobile app versions don’t work anymore.

FeelThePower ,
@FeelThePower@lemmy.dbzer0.com avatar

look up rehike for youtube if you are curious. It works for me and many people.

HiddenLayer5 ,

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?

DAMunzy ,

I’ll just stop using YouTube like I’ve stopped using Reddit.

mayo ,

I’m ready for that. When being a youtuber started looking like a job I think the site lost something.

tryptaminev ,

That is something you just cannot avoid with a new medium. Eventually there will always be professionalization. It just sucks that youtube now just gives us the same shit over and over instead of making it easy to find new creators, like it used to be.

captain_aggravated ,
@captain_aggravated@sh.itjust.works avatar

Hell I think you could make a massive improvement to the site if it could realize “Hey, I’ve been suggesting the same exact video to this user 500 times in a row, and he’s never clicked it. Maybe this user likes this creator/series, but not this specific video.”

seaturtle ,

Yeah, YouTube was better when it was a bunch of amateur cat videos.

jarfil ,

There was a sweet spot when cat videos went pro. Then the spam killed it.

mayo ,

I’d say just smaller, less scripted content. Maybe that’s what tiktok is.

captain_aggravated ,
@captain_aggravated@sh.itjust.works avatar

I remember one of the early Youtube sensations was this teen chick’s vlog that turned out to be a fictional soap opera basically. Because it hadn’t occurred to anyone to do that yet.

This was BACK IN THE DAY, around the same time Boxxy became a sensation, or that one chick who just sat still in front of the camera because the Japanese liked her huge eyes.

Laurentide ,
@Laurentide@pawb.social avatar

lonelygirl15? I remember a friend telling me about that series because she wanted to share a funny video reply (Remember those?) by somebody who managed to find the same animal plushies that the girl carries around; it was a parody episode where the plushies talk about the current situation in the story and suggest that maybe the girl should drop all the teen drama stuff so they can all focus on running for their lives instead.

captain_aggravated ,
@captain_aggravated@sh.itjust.works avatar

That’s the one, lonelygirl15. What a wild story. My internet destroyed brain immediately jumped to “Wow that was before the Youtube partner program, and it was presented as an authentic teen’s vlog at least at first…I wonder what the monetization strategy was?” And it turns out there kinda wasn’t one. They went into $50,000 worth of credit card debt to fund the series, according to Wikipedia. Like remember that episode of South Park (remember that show?) where they had the waiting room full of viral video people waiting to get their non-existent internet fame money?

janguv ,

Here’s hoping YouTube Revanced on Android and Adguard on desktop continues to work, eh…

viking ,
@viking@infosec.pub avatar

Firefox has zero issues with adblock on Desktop. On mobile I prefer Newpipe, but hey. Anything goes.

hunt4peas ,

REX is working fine with the SponsorBlock enabled.

janguv ,

Forgive my ignorance – what’s REX?

hunt4peas ,

Revanced Extended.

Lt_Cdr_Data ,

Tbh, at this point there’s no reason in them disabling ad blockers. If you haven’t gotten used to this insane amount of ads by experiencing the slow, uphill creep, having to go from seeing no ads to suddenly this, is impossible. I couldn’t watch youtube videos in the current state of ads, so I’d just have one less vice.

I had already stopped once, when youtube vanced went offline (until i found revanced) and I will do it again

Based_and_Cool ,

Revanced stopped working for me last week. I may reinstall incase I was running an old patch.

EuphoricPenguin22 ,
@EuphoricPenguin22@normalcity.life avatar

Patching a newer version of the Youtube app resolved the issues with playback I was having.

janguv ,

Yeah likely cause is something outdated. All working fine on my end

lemming007 ,

I’ll quit YouTube before I watch ads.

roon ,
@roon@lemmy.ml avatar

I didn’t get this banner yet maybe because I’m using ublock origin

SlippyCliff76 ,

You either aren’t part of the “small” test groups or you aren’t logged in.

stebo02 ,
@stebo02@sopuli.xyz avatar

should I vote if I’m not in the US?

theshatterstone54 ,

If you have a good party to vote for. I’m in the UK, and I’m not so sure if any party deserves my vote.

HappyFrog ,

You should always vote, if only to not let the worst party get power. Your enemies would rather you didn’t vote than vote for their enemy.

theshatterstone54 ,

Fair enough. The thing is, do I vote for the near-anarchists, that, save for the anarchism, align with my principles? Do I vote for the party that is further away from my ideological beliefs, but doesn’t have the anarchism, and is a bit larger? Or do I vote for the main opposition, which is even further from me ideologically (and doesn’t seem to have much of a clear vision)?

jarfil ,

That sounds like a question about how much you oppose anarchy. Any change, involves some loss of established order, so if the Overton window tells us something, is that “anarchist parties” are just the ones trying to push it stronger. Actual anarchists, wouldn’t try to be part of a government in the first place.

theshatterstone54 ,

Okay, but then we still have the problem of FPTP. If I’m in a Labour dominated constituency and I vote LibDem, my vote wouldn’t matter cuz Labour will win anyways. And if I live in a Greens Stronghold and I vote Greens, my vote wouldn’t really matter, as they would have won with or without my vote. The way I see it, your vote can only make a difference in a constituency where there is no clear winner, and it’s everybody’s game.

Please correct me if I’m wrong in my assessment of the situation.

jarfil , (edited )

Then you want to fight FPTP and vote pruning by constituency, to make your vote matter.

You could vote blank, or a poop emoji to show your disconformity, but organizing or supporting a protest to reform the voting system might be more effective.

If we counted all those who don’t vote because it “doesn’t change anything”, those who vote blank or null, and those who vote knowing their vote will still get thrown away… it could actually make a majority.

Thisfox ,

Still odd to think of countries where voting is optional. It’s compulsory here, adn the only people who can afford to not vote are the rich…

stebo02 ,
@stebo02@sopuli.xyz avatar

i meant on the poll lol

ChaoticNeutralCzech ,

deleted_by_author

  • Loading...
  • PipedLinkBot ,

    Here is an alternative Piped link(s): piped.video/watch?v=_gbDAvK42yA&amp;

    Piped is a privacy-respecting open-source alternative frontend to YouTube.

    I’m open-source, check me out at GitHub.

    ChaoticNeutralCzech ,

    I’m in the UK, and I’m not so sure if any party deserves my vote.

    www.youtube.com/watch?v=_gbDAvK42yA&amp;t=216 / Obligatory Piped link

    PipedLinkBot ,

    Here is an alternative Piped link(s): piped.video/watch?v=_gbDAvK42yA&amp;

    Piped is a privacy-respecting open-source alternative frontend to YouTube.

    I’m open-source, check me out at GitHub.

    ChaoticNeutralCzech ,

    Aaaaah man, I literally added the link so you wouldn’t show up. Also your timestamp doesn’t work.

    theshatterstone54 ,

    Thanks, I will keep that in mind.

    henfredemars ,

    This is such a better use of their time and dollars versus improving their service to make it more attractive to customers.

    If this is the change that really sets them financially straight, then I would say they have a failing business model.

    jabberati ,
    @jabberati@social.anoxinon.de avatar

    deleted_by_author

  • Loading...
  • 01189998819991197253 ,
    @01189998819991197253@infosec.pub avatar

    From what I read on their own report, less than 2% use adblocks.

    snowbell ,
    @snowbell@beehaw.org avatar

    That is depressing

    01189998819991197253 ,
    @01189998819991197253@infosec.pub avatar

    Agreed. Sadly, agreed.

    Landrin201 ,
    @Landrin201@lemmy.ml avatar

    If premium cost $5per month I’d pay for it, u use YouTube all the time

    No way in hell it’s worth $15 a month though, their pricing is completely brwindead

    IIIIII ,

    I agree. It’s around $22 NZD and that is just too steep. They have a slightly cheaper one but you can’t background play with it. I’m sick of being nickel and dimed at every possible opportunity and then hearing about how these companies are making record profits.

    kionite231 ,

    I won’t give a penny to the evil google.

    Petter1 ,

    Just make a (digital) trip to India and get family of 5 accounts for about 1$ a month per account. This the way I did it.

    charles ,

    It’s $25/mo for family. I hate that I pay for it, but I use music, and I mostly watch YouTube on a streaming device, so I’ve never been able to use ad blockers. $15 for the fam felt worth it, but $25 has me rethinking. Maybe I can configure YT-DL to get the shows I care about on my Plex

    TwoCubed ,

    Any android based streaming device can run SmartTube (formerly SmartTube next). On an Android phone you can patch the YouTube apk with revanced, which also gives you full access to yt music.

    skullgiver , (edited )
    @skullgiver@popplesburger.hilciferous.nl avatar

    deleted_by_author

  • Loading...
  • PipedLinkBot ,

    Here is an alternative Piped link(s): piped.video/premiumlite

    Piped is a privacy-respecting open-source alternative frontend to YouTube.

    I’m open-source, check me out at GitHub.

    Landrin201 ,
    @Landrin201@lemmy.ml avatar

    Nope, not available her ein the states.

    splendoruranium ,

    This is such a better use of their time and dollars versus improving their service to make it more attractive to customers.

    Making their service more attractive to customers is precicesly what they’re trying to do.

    It’s just that an advertising agency’s customers are not the folk who watch, read or hear the ads, it’s the folk who pay for the ads.

    tryptaminev ,

    I am not sure if it will work out like this though. The amount of ads they are forcing down peoples throat is isane. Eventually it will make people consume less videos and with that less ads overall.

    BlueBockser ,

    And thus the enshittification cycle completes

    splendoruranium ,

    I am not sure if it will work out like this though. The amount of ads they are forcing down peoples throat is isane. Eventually it will make people consume less videos and with that less ads overall.

    Sure, could be - but keep in mind that they have all the relevant usage data at hand. Any decrease in service popularity among users (or indeed any kind of user behavior) is immediately visible to them. They have the means to know exactly what annoyances the market will bear.

    And considering that YouTube still holds a de-facto monopoly on video discoverability within the entire anglophone internet I feel like it’s safe to say that the market will likely bear a lot more annoyances :P

    doggle ,

    You are not the customer. You are the product.

    theshatterstone54 ,

    Yes, but if they destroy their products (aka drive users away) their real customers (ad companies) will pull out.

    machinya ,

    capitalism (or at least the weird version of it used in the tech world) is about short term profit. if they get good numbers from this, they can make future projections of an imaginary increase over the years and make the ad companies happy for a while. they do not care about breaking the product in the long term

    theshatterstone54 ,

    I know. This was just the intelligent person view. In reality, as you said, they only care about short term profit, and can you blame them? Things can change overnight in the tech world. Google (as a product) was undisputed until ChatGPT was released and integrated into Bing, now Alphabet is falling vehind and losing its dominance on the market.

    ours ,

    Just ask Twitter/X or what’s left ot it.

    skullgiver , (edited )
    @skullgiver@popplesburger.hilciferous.nl avatar

    deleted_by_author

  • Loading...
  • theshatterstone54 ,

    Less viewer numbers to show to advertisers.

    gravitas_deficiency ,

    So you know that the people watching YouTube aren’t really considered “customers” by google in the traditional sense, right?

    kworpy ,

    For me it’s quite strange. This first happened around 2 weeks ago, I was getting ads, however only the audio works as when the ad plays the screen is black.

    I’m on Firefox with uBlock. Also I never got this popup, I just started getting ads with a black screen.

    cmysmiaczxotoy ,

    Install 1.51.1rc2 and restart Firefox. That will fix it. github.com/gorhill/uBlock/releases

    Neon_Dystopia ,

    I wouldn’t know because I use firefox. Fuck google.

    Waluigi ,

    Sad thing is that this will affect even Firefox + uBlock

    Neon_Dystopia ,

    How’s that? They’re just gonna block YouTube? Way to kill their own service.

    Chriskmee ,

    How are they supposed to run a free service without ads, especially one as expensive to run as a video hosting website?

    AzzyDev ,

    google has “fuck you” amounts of money, the minority of users using firefox mean nothing to them.

    If google was having problems funding youtube, believe me, they’d stop paying creators before that would happen, and then the creators would tell us about it.

    Chriskmee ,

    Do you really think they would stop paying creators before stopping people from bypassing the way both them and creators make money? It doesn’t take a business major to see that running a free service without ads is only going to cost them money.

    AzzyDev ,

    I think (unsure) you misunderstand. Google, and any other company’s, main goal is to make money. To achieve this goal, i’m saying that if google were to lose profits from people using ad blockers, they are more likely to extract profits from their creators than sacrifice their bottom line.

    If google can’t adequately monetize their services (by losing the ad-blocking war), they can’t monetize the creators. Google is evil, but so is the economic system that causes inconvenience to be the most effective way to monetize content.

    This is why i wholeheartedly support things like Patreon, Ko-Fi, etc. because that directly supports creators and means that they don’t have to completely rely on a company that no longer says “don’t be evil”.

    Chriskmee ,

    To achieve this goal, i’m saying that if google were to lose profits from people using ad blockers, they are more likely to extract profits from their creators than sacrifice their bottom line.

    The creators are their product, the adblock users cost everyone money and provide no benefit, why would they punish their product over the users costing them money? The adblock users aren’t the bottom line, they are no benefit, and cost both YouTube and the creators in lost revenue.

    This is why i wholeheartedly support things like Patreon, Ko-Fi, etc. because that directly supports creators and means that they don’t have to completely rely on a company that no longer says “don’t be evil”.

    That’s great and all, but YouTube still has bills to pay, they can’t just let you use the service free without ads, let you just give money to creators through those other services, and expect to even break even.

    AzzyDev ,

    “…why would they punish their product over the users costing them money?”

    That’s if Google loses the ad-blocking war, hence the second paragraph, unless they manage to stuff web environment integrity/similar into their website, or if front ends like Invidious become more popular.

    “…YouTube still has bills to pay…”

    That’s true, but I think Google makes enough money from other things (tracking, other website’s ads) that it wouldn’t hurt them too bad. I think the recent crackdown on ad blocking is less from a large profit drop and rather to send a message to avoid the former from happening. Again though, I could be wrong about that one.

    In the end though, I just want to watch and directly support my creators without being forced to waste 15 seconds of my life that I will never get back on a product I never have and never will use.

    SuddenDownpour ,

    By making Youtube Premium worth it, both for users and creators. Make it transparent what % of the YP fee is actually going to creators, make that % actually fair, give extra features to YP users, incentivize creators to ask their viewers to collaborate with it if they actually can afford to. Youtube has reached a point where it has become a public utility, to the point that tens of millions of people use it to supplement their education or stay updated on the news. A website increasingly necessary shouldn’t force someone without a penny to choose between paying what they can’t afford or have their head fried up by ads.

    Of course, this idea rooted in civil values is incompatible with an economic actor that sees both creators and consumers as cattle that must be milked as efficiently as possible.

    Chriskmee ,

    A website increasingly necessary shouldn’t force someone without a penny to choose between paying what they can’t afford or have their head fried up by ads.

    If not ads then what is the free option supposed to look like. I hate ads also, but it’s not like it’s sustainable to run free without ads.

    SuddenDownpour ,

    Wikipedia has no ads yet it has a pretty large amount of spare money, and there are plenty of other free to use platforms and projects. Youtube is not Wikipedia, sure, but Wikipedia has no reason to offer Youtube Premium.

    Chriskmee ,

    Wikipedia mostly displays text, YouTube mostly streams HD video, which one do you think costs more?

    bobman ,

    It looks like Lemmy and PeerTube, where people do the hard work because they care and not to make a profit off of idiots with more money than sense.

    Saying it’s ‘impossible’ is objectively false and just shows people you don’t understand the world you live in.

    Chriskmee ,

    Are creators making enough money to get by on PeerTube? The idea is interesting, but I don’t see people making enough to do it full time, and I don’t see how the streaming quality can be anything as good or reliable compared to something like YouTube by relying on P2P.

    bobman ,

    get by

    What does this mean?

    Chriskmee , (edited )

    Make a living, pay the bills.

    bobman ,

    How does lemmy make money?

    Also, hasn’t youtube been wildly profitable for years? Profit, by definition is excess. It’s what’s left over after all business expense have been paid.

    If youtube is profitable, why do they need more profit? Oh yeah, they don’t.

    Sorry this needs to be spelled out for you.

    Chriskmee ,

    As far as I know YouTube is not that profitable, but it’s hard to tell as they don’t release all the numbers.

    Do you make any excess money? Do you have any money left over after rent, food, etc? If you do, do you need that money? If you don’t would you like to make more? Nobody wants to live with no excess money, so why should a business?

    bobman ,

    Woah dude, you’re getting right into my point of projection.

    Just because you want to use your excess to get even more excess, you’re assuming that everyone else will. Why eschew luxurious so those who have less can have more? You’d never project that lol, cause that’s not how you feel.

    Have a good day, man. Hope I enlightened you a bit.

    Gonna block you now cause I feel you have nothing to offer me. See ya.

    Chriskmee ,

    So you want to live just making ends meet? Don’t care about having a savings account? You would be happy with just enough to get by without any excess? I don’t know anybody who would be happy with that.

    If you want to run away from the conversation then go ahead. If you do happen to have some money you don’t want though, since who needs to make more than what they need just to break even even, right? I’ll happily take it off your hands.

    Neon_Dystopia ,

    Thing is, even with all their efforts they still can’t make it profitable. Not sure if they release the data (doubt). But, YouTube has always been barely profitable or operating on loss. Google bought yt over 15 years ago and haven’t figured out how to make money off it and arguably made it worse with their policies and algos.

    Chriskmee ,

    Part of the problem might be all those people blocking the ads, which I wouldn’t be surprised if it’s a pretty big chunk of their viewers. No ads means no ad revenue, which means losing money.

    mindbleach ,

    I don’t care.

    Chriskmee ,

    Do you care if the service goes down and nobody gets any videos?

    mindbleach ,

    As if video streaming will die with one site. One for-profit site, that’s not remotely turning a profit. A vestigial organ of an advertising giant, burning money to build dependency and exploit it for control.

    BitTorrent used to share more video than Netflix - despite a lack of money, despite a lack of ads, and despite being illegal. Content creators will be fine without this corporate facade.

    Chriskmee ,

    I don’t know what YouTube’s market share is, but for videos that are not short TikTok style it’s probably like 95%? And they are also in the TikTok short and twitch streaming areas now, so I think it would be a massive blow to video streaming if they went away.

    BitTorrent just moves all the costs to the users, and users are typically not wanting to run their own video servers. They might work for tech people who don’t mind running servers or already have a server they are running, but you have to think about the regular user that is probably 80% or more of the market. You can’t expect to get big off relying on users to be the servers.

    mindbleach ,

    How things are now never ever means change is impossible.

    You can’t expect to get big off relying on users to be the servers.

    BitTorrent did exactly that.

    Chriskmee ,

    BitTorrent may have been big as in number of files, but as far as users and having content on demand it never got there. I remember waiting for days to get a single movie, not because my Internet was slow, but because the peers were slow.

    When it comes to a YouTube replacement I don’t think you are going to get big relying on users to be the servers. Nevermind the fact that the nature of how BitTorrent works means no company will allow their content on it legally.

    mindbleach ,

    And nothing’s changed in all those years. Yeah? P2P technology couldn’t get any better than 2004. The fact it was slow sometimes means we’re boned forever.

    Corporations already have streaming. I don’t care if they come along. Their content might be there whether they like it or not.

    Consider where we’re having this conversation: is big even desirable? Has the dominance of one video platform been good for the internet? I’d say plainly fucking not, if killing ad blockers is even a feasible outcome. When YouTube was its own company there were a dozen competitors of similar size and quality. Google pouring money into one, so it could swallow everything and censor everyone and shove people toward right-wing propaganda, is not exactly ideal.

    Chriskmee ,

    Has P2P changed much? I don’t think it has really. I use private sites for that stuff now and it’s great there, but the public stuff still seems pretty bad IMO.

    Well if they don’t want their content there, then you have the whole problem if it being illegal. Now you have to convince people to break the law, and go as far as to install a VPN or whatever so your ISP doesn’t send you warnings. This isn’t a great start for something to replace YouTube.

    I think Big is required for a P2P YouTube style thing to work. You need lots of peers to stream content in decent quality. You need people to knowingly break laws and use VPNs. You need people to run their own media servers, you are asking a lot from people, all YouTube is asking you to do is watch some ads or buy premium.

    flerp ,

    Oh no! Is the company that makes 70b per quarter and is buying back 70b of shares to keep making more in trouble of only making 80b per quarter next year and not 100b? Poor babies.

    Chriskmee ,

    Maybe instead of looking at revenue you should look at profit. Revenue means nothing if your running costs eat it all up.

    Also, maybe try to look at YouTube Numbers instead of the whole parent company? The patient company being profitable isn’t an excuse for the child company to lose money.

    couragethebravedog , (edited )

    I wonder if the people having this issue are using chrome. On FF it has never been an issue for me.

    hunt4peas ,

    Not there in Edge as well.

    NeckarIT ,

    I had this issue using Firefox. But updating the block lists has fixed it for now.

    couragethebravedog ,

    Interesting.

    sculd ,

    Enshittification is REALLY going strong, huh…

    Echo71Niner ,

    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>
    
    PipedLinkBot ,

    Here is an alternative Piped link(s): piped.video/shorts/ExmplVid-ID

    piped.video/watch?v=ExmplVid-ID

    piped.video/shorts/

    piped.video/watch?v=

    Piped is a privacy-respecting open-source alternative frontend to YouTube.

    I’m open-source, check me out at GitHub.

    ChaoticNeutralCzech ,

    Yes, you can also add a Redirector rule that redirects you to Piped.

    Admin ,
    count0 ,
    @count0@lemmy.dbzer0.com avatar

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

    mineapple ,

    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 ^^

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • [email protected]
  • lifeLocal
  • goranko
  • All magazines