Live data from Hacker News

Google Begins Testing Extension Manifest V3 in Chrome Canary

bleepingcomputer.com

401–410 of 448 posts

Re: Google Begins Testing Extension Manifest V3 in Chrome Canary

#401

Earlier quoted context omitted.

just one more reason i continue to recommend that youtube is greatly improved by signing out. none of the signin-walled "features" are worth it anyway. comments are a banal wasteland, votes mean nothing for creator visibility, subscribing doesn't mean you'll see new videos when they're released, algorithm-driven recommendations actively harm diverse content discoverability...

I don't even visit the YouTube site that often anymore. I've set up a script to use youtube-dl to download new videos from channels I like on a daily basis.

that's an excellent option, but make sure you aren't logged into your gmail on that same computer. Your script shouldn't access the cookies of the browser, but if somehow they are able to, they will disable your gmail account when they realize you are watching from the same IP with a headless script that can't watch ads.

Re: Google Begins Testing Extension Manifest V3 in Chrome Canary

#403
post #388
post #305

This is not as terrifying to me as the other news brought to my attention by a post in today's Reddit's r/YSK, that if you use Adblock, your gmail can be closed. In the new TOS of Youtube [1], it states that if your account is not deemed commercially viable, your Google account (i.e. your Gmail, your Google Photos, your Google Drive, etc.) can be closed down: YouTube may terminate your access, or your Google account’…

Where does it say your gmail can be closed. The terms listed only say they can terminate your account access to the service, aka Youtube.

When they close your YouTube account, they close the associated account on the Google side of things

Re: Google Begins Testing Extension Manifest V3 in Chrome Canary

#404
post #388

Earlier quoted context omitted.

Where does it say your gmail can be closed. The terms listed only say they can terminate your account access to the service, aka Youtube.

When they close your YouTube account, they close the associated account on the Google side of things

I actually found it mentioned in a different paragraph. It explicitly states your Google account.

You can have your YouTube account shut down and still have an email account

Re: Google Begins Testing Extension Manifest V3 in Chrome Canary

#405

Earlier quoted context omitted.

Can you share any more information or the source of your script? Sounds like a pretty cool idea.

It's actually really simple! Here's an example: youtube-dl --dateafter now-7days --playlist-end 10 --download-archive '/path/to/folder/downloaded.txt' -o '/path/to/folder/%(title)s.%(ext)s' -- ' https://www.youtube.com/channel/UCYO_jab_esuFRV4b17AJtAw' You can play around with the parameters to get the behavior you want (there are tons more than I don't use), I kept it pretty simple. In my case it checks the channel…

I never thought to set up something like this, but it's a fantastic idea!

Now... this may seem like a silly question: What does the '--' do before the channel url? I know '--' is normally used for parameters longer than one character, but that one is kinda just floating about haha.

Re: Google Begins Testing Extension Manifest V3 in Chrome Canary

#406
post #404

Earlier quoted context omitted.

When they close your YouTube account, they close the associated account on the Google side of things

I actually found it mentioned in a different paragraph. It explicitly states your Google account. You can have your YouTube account shut down and still have an email account

The thing with markiplier a few days ago says otherwise

Re: Google Begins Testing Extension Manifest V3 in Chrome Canary

#407
post #404

Earlier quoted context omitted.

I actually found it mentioned in a different paragraph. It explicitly states your Google account. You can have your YouTube account shut down and still have an email account

The thing with markiplier a few days ago says otherwise

I don't know what a markiplier is, I am just reading the actual changes on the YouTube terms website.

  Terminations and Suspensions by YouTube for Cause

  YouTube may suspend or terminate your access, _your Google account_ , or your Google account’s access to all or part of the Service if 
  (a) you materially or repeatedly breach this Agreement; 
  (b) we are required to do so to comply with a legal requirement or a court order; or 
  (c) we believe there has been conduct that creates (or could create) liability or harm to any user, other third party, YouTube or our Affiliates.
I tend to believe YouTube wouldn't put it in if they didn't mean it.

Re: Google Begins Testing Extension Manifest V3 in Chrome Canary

#408

Like so many others on this thread, this is my push to go entirely back onto Firefox. I'll keep Chrome for the diminishing number of sites that don't like Firefox.

You can use Brave as your Chromium-based browser. It blocks ads natively, and I've not yet run into a site that required Chrome that didn't work on Brave.

It's also worth mentioning that Brave's adblock engine is native (written in Rust), not a Javascript-based engine like uBlock [0]

[0] https://github.com/brave/adblock-rust

Re: Google Begins Testing Extension Manifest V3 in Chrome Canary

#409
post #407

Earlier quoted context omitted.

The thing with markiplier a few days ago says otherwise

I don't know what a markiplier is, I am just reading the actual changes on the YouTube terms website. Terminations and Suspensions by YouTube for Cause YouTube may suspend or terminate your access, _your Google account_ , or your Google account’s access to all or part of the Service if (a) you materially or repeatedly breach this Agreement; (b) we are required to do so to comply with a legal requirement or a court or…

https://news.ycombinator.com/item?id=21490674

Re: Google Begins Testing Extension Manifest V3 in Chrome Canary

#410

Earlier quoted context omitted.

just one more reason i continue to recommend that youtube is greatly improved by signing out. none of the signin-walled "features" are worth it anyway. comments are a banal wasteland, votes mean nothing for creator visibility, subscribing doesn't mean you'll see new videos when they're released, algorithm-driven recommendations actively harm diverse content discoverability...

I don't even visit the YouTube site that often anymore. I've set up a script to use youtube-dl to download new videos from channels I like on a daily basis.

Curious, why not just use invidio.us?
Post reply on HN