this post was submitted on 20 Dec 2024
603 points (96.5% liked)

Technology

61295 readers
2902 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each other!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed
  10. Accounts 7 days and younger will have their posts automatically removed.

Approved Bots


founded 2 years ago
MODERATORS
 
(page 2) 50 comments
sorted by: hot top controversial new old
[–] [email protected] 12 points 1 month ago

If the garbage takes itself out, I won't complain. YT doesn't see how the cable companies dying is the exact same future it is racing to emulate.

[–] MrOxiMoron 12 points 1 month ago (1 children)

Just replace the watch?v= with embed/

[–] [email protected] 8 points 1 month ago* (last edited 1 month ago) (1 children)

Delete this, YouTube will catch on and block this workaround.

Edit: disregard. Here is a custom GreaseMonkey/ViolentMonkey userscript to automatically do this for you:

// ==UserScript==
// @name         YouTube to Embed Redirect (Desktop & Mobile)
// @namespace    http://tampermonkey.net/
// @version      1.1
// @description  Redirects YouTube video URLs (desktop and mobile) to their embed version.
// @author       BaroqueInMind
// @match        https://www.youtube.com/watch?v*
// @match        https://m.youtube.com/watch?v*
// @grant        none
// ==/UserScript==

(function() {
    'use strict';

    // Extract the video ID from the URL
    const videoId = new URLSearchParams(window.location.search).get('v');

    if (videoId) {
        // Redirect to the embed URL
        window.location.href = `https://www.youtube.com/embed/$%7BvideoId%7D`;
    }
})();

[–] [email protected] 6 points 1 month ago (3 children)

Wouldn't surprise me in the least if some of the employees are watching threads like this one.

BTW, go fuck yourself, YouTube devs!

load more comments (3 replies)
[–] [email protected] 12 points 1 month ago (5 children)

I've landed on that page a couple of times. I'm just waiting to be blocked.

I almost never watch videos on youtube because I download them and watch them locally. The two things that I use to download them are Downie (Mac) and yt-download (cross platform). This helps me avoid ads unless they are baked into the video. I also like to grab a bunch of content all at once and then watch at my leisure.

[–] [email protected] 10 points 1 month ago (1 children)

If you use yt-dlp you can save your subscriptions in a text file and download all their latest vids on a schedule.

Easy enough ChatGPT can write you this script and you may also find examples online.

If not directly useful for you, i am also putting this down for others. Do not let a monopoly dictate what is “the normal way” to do things.

load more comments (1 replies)
[–] [email protected] 6 points 1 month ago (3 children)

I also like to grab a bunch of content all at once and then watch at my leisure.

If you're tech-inclined you might like pinchflat or Tube Archivist, which can archive channels/playlists in the background with video metadata automatically, which you can then use with JellyFin.

Need to be comfortable with /c/[email protected] type setups, however.

load more comments (3 replies)
load more comments (3 replies)
[–] [email protected] 12 points 1 month ago (1 children)
load more comments (1 replies)
[–] [email protected] 10 points 1 month ago

War, War never changes.

[–] [email protected] 10 points 1 month ago

mpv youtube-URL works just fine without even loading the crappy scripts to show a banner like that. Manage your subscriptions with a RSS feeder and you don't need an account to follow creators.

[–] [email protected] 10 points 1 month ago

AdGuard pro, SponsorBlock, DeArrow, and Untrap for YouTube. I only rarely ever see a brief part of a sponsor ad, and never see YouTube’s own ads.

Untrap lets you modify nearly anything about YouTube like even removing the view count and channel avatars, among many other options.

[–] DimFisher 9 points 1 month ago (2 children)

I use Firefox on Linux Mint, none of this happens and if it does you fix it by copy pasting a code on the settings of ublock

load more comments (2 replies)
[–] [email protected] 8 points 1 month ago (1 children)
[–] [email protected] 12 points 1 month ago* (last edited 1 month ago) (3 children)

I always wonder what part of the world those who do are in. Cuz I get the feeling YouTube is only doing this shit in certain regions. Or if it's just a hiccup with the adblocker itself, because it was shown pretty early on when these reports first started being posted that it was an issue with AdBlock Plus as well as there being workarounds for uBlock Origin due to some buggy Firefox updates.

load more comments (3 replies)
[–] [email protected] 8 points 1 month ago

Still working here, you can try clearing ubo's cache to see if it goes away.

load more comments
view more: ‹ prev next ›