this post was submitted on 20 Dec 2024
600 points (96.6% liked)

Technology

60123 readers
2821 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 another!
  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

Approved Bots


founded 2 years ago
MODERATORS
 
(page 4) 50 comments
sorted by: hot top controversial new old
[–] Jackhammer_Joe@lemmy.world 19 points 1 week ago

Eat shit, Youtube!

[–] homesweethomeMrL@lemmy.world 16 points 1 week ago (31 children)

What's the Fediverse YouTube? ooof. that's a tough nut.

[–] bishbosh@lemm.ee 14 points 1 week ago (1 children)

Peertube, but it's really not nearly the replacement lemmy or mastodon are.

load more comments (1 replies)
load more comments (29 replies)
[–] nore@sh.itjust.works 12 points 1 week ago (1 children)
load more comments (1 replies)
[–] MrOxiMoron@lemmy.world 12 points 1 week ago (1 children)

Just replace the watch?v= with embed/

[–] BaroqueInMind@lemmy.one 7 points 1 week ago* (last edited 1 week ago) (4 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`;
    }
})();

load more comments (4 replies)
[–] q5VtXnYt@infosec.pub 10 points 1 week 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.

[–] jet@hackertalks.com 10 points 1 week ago

War, War never changes.

[–] arararagi@ani.social 8 points 1 week ago

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

[–] potentiallynotfelix@lemmy.fish 8 points 1 week ago (1 children)
[–] Kolanaki@yiffit.net 12 points 1 week ago* (last edited 1 week 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)
load more comments
view more: ‹ prev next ›