-
Notifications
You must be signed in to change notification settings - Fork 521
Completely broken on Firefox, likely due to recent YT UI update #2408
Comments
+1 from me. FF 53, GM 3.10, YTC 548 |
dev 548 working fine in FF 53 with tampermonkey 4.3.5393 |
No, it's not. You made me install TM, gahh.. Video auto-played when I have disabled that option, and annotation is on when it shouldn't be. |
Same here, video autoplays when i have the option disabled. |
On Apr 21, 2017 2:06 AM, "BobBobBobBobBobBobBobBobBob" < ***@***.***> wrote:
Currently does not work at all for me. I'm running the dev version via
greasemonkey on the current build of Firefox, and every time I go to watch
a video with YTC running, all I get is a blank page. Moreover, the settings
menu is totally unavailable.
I don't have any other browsers with it installed, although spoofing
Firefox's browser profile to any number of other web browsers does nothing
to mitigate the problem.
…
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
Hi, I had the same with FF 51 + Greasemonkey... Btw, at this time I could revert back to the previous YT UI through a link that was somewere I don't remerber where it was on the new UI :-/ ... Since, I still NOT use the new YT UI and YTC still work fine, except that YT/Google seem to have locked some protected content (see #2396). Regards |
Didn't solve anything for me. I was able to access the YTC options menu through Tampermonkey, but it was basically broken. Oddly, however, as autoplay was enabled by default on running it via Tampermonkey, videos seem to play in the background even though the page I'm given is still completely blank. I've also disabled any extensions/scripts that could possibly interfere to no avail. |
|
It appears to be functional now. Just start the line with [>] (minus brackets) |
Not in me, sometimes it works, sometimes not. |
It's still completely broken for me. |
Seriously considering to e-mail the dev right now 😖 |
Yeah, for me annotations and video autoplay are the most annoying problems right now on the normal youtube interface. Sounds like the new material design youtube that they are testing completely breaks it though. |
Someone in the chrome/chromium thread found a solution,
|
@p1nkyy @Parsnip @BobBobBobBobBobBobBobBobBob @JohanPirlouit @joaocpfb @sdsucks Just tried that solution and it worked! 😀 (Windows 10 64-bit Firefox 53.0 64-bit) Go to C:\Users\ YOUR USERNAME \AppData\Roaming\Mozilla\Firefox\Profiles\ YOUR USERNAME \gm_scripts\YouTube_Center_Developer_Build There edit YouTubeCenter.user.js (i used notepad++) press CTRL+F, go to the Replace tab, in find input "con.log" and in replace input "console.log", hit "Replace All" (it should replace about 144 entries) then you save and restart Firefox! I hope this helps. EDIT: Its broken again, restarted firefox again and its doing the same thing, not sure why. 😢 |
I'm not quite sure that chrome issue is the same issue at all since it apparently works in older chromium. And in this thread we seem to have 2 different issues (completely broken with just blank youtube page versus mostly working with broken autoplay and annotations). |
Maybe it's time to summon the developers: @YePpHa @aggroskater , please help us that's desperately want this awesome script to work again! |
@Parsnip I get the blank page too, just not too often. |
weird because dev548 + FF54b2 + GM3.11 is working just fine for me |
Used same as above except beta 3 instead of 2 for FF. I don't think it's completely broken for me but something I've noticed is if I have Tab Auto Pause on and I allow it to do that, it'll permanently pause the video. I have to refresh the window to be able to play the video. |
@omperus it is probably only broken again because, if you all perform this local on-disk edit, you should either also manually increment the version of the script internally (BAD IDEA because then you won't get the real update when it comes), or better idea - DISABLE ALL AUTO-UPDATING OF SCRIPTS in GM/TM, or your local edits will simply be silently overwritten on the next update check. |
I have to confirm the issue. YTC548, FF nightly 55.0a1 (2017-05-01) (64-bit), linux. |
The blank page issue is due to a UI redesign, which I've been seeing in increased frequency for the past few months. And now YouTube has made it official: https://youtube.googleblog.com/2017/05/a-sneak-peek-at-youtubes-new-look-and.html. TL; DR: https://www.youtube.com/new |
Replacing on the script "con.log" for "console.log" on firefox fixes a lot of stuff. |
For those having problems with stopping auto-play, I managed to fix this by commenting the 2037th line of the script |
No such luck here. I seem to be getting the same behavior whether that's commented out or not. Shame. |
Currently does not work at all for me. I'm running the dev version via greasemonkey on the current build of Firefox, and every time I go to watch a video with YTC running, all I get is a blank page. Moreover, the settings menu is totally unavailable.
I don't have any other browsers with it installed, although spoofing Firefox's browser profile to any number of other web browsers does nothing to mitigate the problem.
Youtube recently updated its interface. I'm assuming that's the culprit.
The text was updated successfully, but these errors were encountered: