×
Login Register an account
Top Submissions Explore Upgoat Search Random Subverse Random Post Colorize! Site Rules
7
3 comments block


[ - ] Kozel 2 points 1.5 yearsNov 15, 2022 00:14:47 ago (+2/-0)

don't link youtube shorts link what the fuck thats the worst kind of link..

https://www.youtube.com/watch?v=oPGbU4OY0bA&app=desktop

secondly, userscript to ungay youtube shorts links


// UserScript
// @name Youtube Gayfix
// @namespace Violentmonkey Scripts
// @version 1.0
// @author qwop
// @match https://.youtube.com/shorts/
// @grant none
// @run-at document-start
// /UserScript

(function() {
'use strict';
var fix = location.href.replace('?', '&');
location.href = fix.replace('shorts/', 'watch?v=');
})();

thirdly, extension to redirect from jewtube
https://addons.mozilla.org/en-US/firefox/addon/libredirect/

[ - ] Prairie 0 points 1.5 yearsNov 15, 2022 08:48:48 ago (+0/-0)

[ - ] observation1 0 points 1.5 yearsNov 14, 2022 23:56:50 ago (+0/-0)