Hey wOxxOm,
I've wrapped the userscript into an IIFE since userscript managers behave differently when using grant.
Also could you (if possible) give me an example of a script with grant none breaking something on the page? I haven't succeed…
Hey virginoil,
The script works fine on my end. Can you try enabling the script again? Maybe Youtube had some problems?
If not can you look into the console (CTRL+SHIFT+I) and tell me what your current pref cookie is and maybe the errors too?
…
Can you see the "Add to queue" buttons? If yes click on it and check the console.
Google Translate:
вы можете увидеть кнопки «Add to queue»? Если да, нажмите на нее и проверьте консоль.
Do you see the searchbar?
I'm sorry but I have no idea why it doesn't work.
Google translate:
Вы видите панель поиска?
Извините, но я понятия не имею, почему это не работает.
Do you use other scripts?
Do you see errors in the console? (CTRL+SHIFT+I)
Google Translate:
Используете ли вы другие скрипты?
Вы видите ошибки в консоли? (CTRL + SHIFT + I)
Hey Heart of Darkness,
The popup feature is included in the script. The userscript manager greasemonkey however makes it difficult to use this and if I want to fix it I'll break other userscript managers.
I'll try to look at it again at a late…
I'm not 100% sure but I think that he is referring to the iridium script: https://greasyfork.org/en/scripts/37902-iridium (basically Youtube+ for the new youtube layout)
Hey wovijar,
The only thing that this script does is setting a cookie that tells youtube to load classic youtube. I do not replace the layout myself. Since a cookie is saved by the browser, classic youtube will still be loaded after disabling the…
Could you post a screenshot?
Can you try going to new youtube (www.youtube.com/new) and see if the player is small? And go back to classic with the script, still small?
I'm not sure if I'll be able to fix the problem since the player has n…
It's not exactly an error more like a warning that I can simplify to:
document.cookie = "PREF=" + cookie + "&f6=8;path=/;domain=.youtube.com";
which has one less concatenation and will probably be like 0.00001s faster :P
I've fixed the warn…
Hey FeroS,
This script should have no effect on embedded videos since I've included @noframes in the userscript settings. I've confirmed this on my end with tampermonkey.
Which userscript manager do you use?
Can you confirm if my script …
Yes, the script doesn't work since MAL hasn't restored their API yet. there is nothing that I can do about that unfortunately.
I'll quote the MAL forums:
What about the API? MAL is concentrating on bringing the site back to its full functiona…
Hey Zhiro Minoda,
I've released a fix and it should work now. I've only update Youtube Play Next Queue since I'm not sure yet if the fix will break something. Please tell me if it works / doesn't work
Oké thought you were using greasemonkey (where the script didn't work).
Couple of questions:
What userscript manager are you using? (and version)
Do you see any errors inside the console? (CTRL+SHIFT+I)
I assume that your browser is Firefox 61…