Occasional reminder to &disable_polymer=1 on every youtube page

occasional reminder to &disable_polymer=1 on every youtube page

Attached: youtube_2017_logo_before_after.png (1000x416, 11K)

Other urls found in this thread:

pastebin.com/MrEbHahT
invidio.us/
twitter.com/AnonBabble

I've installed a script for that, I'll post later since im shitting right now.

what does it do OP

What does this do?

A FF extension already exists, it's called YouTube classic

>that 20 yo boomer that can't accept design changes

Why?

>20 year old
>boomer
Fucking lmao.

>executiong of any the javascript youtube send your way
you dont belong on this board

reverts to the previous design

Would this stop a reminder that they are about to pause my autoplay?

get with the times grampa

make me

Google will make you when they disable that flag in the near future

Already got a script for that. But how long can we stave off new designs?

Attached: 1515477752199.png (1035x1073, 596K)

Alright faggots, here it is:

// ==UserScript==
// @name YouTube Polymer Disable
// @match *://www.youtube.com/*
// @exclude *://www.youtube.com/embed/*
// @grant none
// @run-at document-start
// ==/UserScript==
var url = window.location.href;
if (url.indexOf("disable_polymer") === -1) {
if (url.indexOf("?") > 0) {
url += "&";
} else {
url += "?";
}
url += "disable_polymer=1";
window.location.replace(url);
}

I just send an IE9 UA

This is the one I use. Which is better?
pastebin.com/MrEbHahT

Youtube changed design again?

or change the cookie

excuse me user but where should I insert this code?

>previous design
Which one?
The only good one was the one that allowed you to buffer the entire video. Well, aside from the whole "480 is HQ" thing.

Nah OP was in a coma coz he was cucked by multiple dudes, he woke up now, going on rage over current youtube design

install userscript addons for your browser and put it there

there you go fgts

Attached: Screenshot_2018-07-13 g - bluetube-or8.png (395x163, 6K)

umm just use this sweatys

invidio.us/

pretty cool

So any pictures of what this actually does?

>have 2 YouTube accounts
>One for personal use one for actual content
>YouTube shoving new shit down my throat 24/7 even if it's not done on content one
>Personal one has none of this shit
>Both have asked me if I want the new or old design
>Say no to new design in both
>It just works
>Always have disable polymer in url
I'm not saying I agree with the botnet shit, but it's the one thing that did work for once and I will give them credit for getting it right.

The upcoming video manager change will shit all over whatever you know so be prepared to have trouble getting your video url with ease

There's a new look for YouTube. You can opt out of it and side with the "stop changing the fucking site" UI

puts youtube the way it was, before the new design bullshit

Attached: c.png (1920x1080, 1.44M)

There's some firefox extensions that do this too, you can uninstall them after and it stays that way.

>reverts to the previous design
every fucking time you faggot cling on to some previous design, what's the point, next design update you are gonna cling on to this current theme

no

Oh, just what I was looking for.

Hey dudes, got a question for you about YouTube. I have some kind of bizarre error and can't navigate the site at all. Instead of video links, titles and menus, I only get blank lines, my account avatar and such turn into dots and essentially the site is useless to me. I can still watch videos (the ones that are open that is), but overall I can't do anything to navigate it.

Is it only me, or did anyone else has/had this problem? Is more of a problem with my PC, or do those google-tards have some kind of site malfunction?

because it actually works significantly better
not even joking, everything loads faster and it actually allows videos to completely buffer unlike the new shit

>plugins don't work on new
>new looks like shit anyways and takes away functionality
Hmmm

Many thanks user