shoulderoforion to [email protected] • 6 months agoruh rohfedia.ioimagemessage-square309fedilinkarrow-up1627cross-posted to: [email protected]
arrow-up1627imageruh rohfedia.ioshoulderoforion to [email protected] • 6 months agomessage-square309fedilinkcross-posted to: [email protected]
minus-square@[email protected]linkfedilinkEnglish8•edit-26 months agoDelete 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`; } })();
minus-squareohellidklinkfedilinkEnglish7•6 months agoWouldn’t surprise me in the least if some of the employees are watching threads like this one. BTW, go fuck yourself, YouTube devs!
minus-square@[email protected]linkfedilinkEnglish3•6 months agoim not so sure the devs have fault in any of this though
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:
Wouldn’t surprise me in the least if some of the employees are watching threads like this one.
BTW, go fuck yourself, YouTube devs!
im not so sure the devs have fault in any of this though
They likely use adblocks themselves.
Yes and No.