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

Technology

69865 readers
3053 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 news or articles.
  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, this includes using AI responses and summaries. To ask if your bot can be added please contact a mod.
  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
[–] ArchRecord@lemm.ee 12 points 4 months ago (1 children)

Fun fact, it seems this ban is IP based. (they're still testing in waves with a subset of overall users)

I switched to a new IP with my VPN, and while still signed in to the same YouTube account on the same video without ever clearing my cache or cookies, the block disappeared.

Genius work from the developers over at YouTube.

[–] humble_pete_digger@lemm.ee 10 points 4 months ago (1 children)

I think that's probably because ublock fixed the filters while u were doing this.

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

Just replace the watch?v= with embed/

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

[–] ohellidk@sh.itjust.works 6 points 4 months 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)
[–] jet@hackertalks.com 10 points 4 months ago

War, War never changes.

[–] don@lemm.ee 10 points 4 months 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.

[–] q5VtXnYt@infosec.pub 10 points 4 months 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.

[–] DimFisher@lemmy.world 9 points 4 months 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)
[–] potentiallynotfelix@lemmy.fish 8 points 4 months ago (4 children)
load more comments (4 replies)
[–] arararagi@ani.social 8 points 4 months ago

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

load more comments
view more: ‹ prev next ›