YouTube
Does this work with TTF?
https://github.com/thisdotvoid/youtube-classic-extension
Comments are currently closed for this discussion. You can start a new one.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Cameron Kaiser on 26 Jul, 2018 11:13 PM
As written, no, it requires WebExtensions (the
manifest.json
file is a tipoff).The basic idea is that it manipulates cookies, though, so it should be possible to write an old-style add-on that does the same thing for TenFourFox. It wouldn't be a direct 1:1 translation but this is not a very complex extension, so it shouldn't be a massive amount of work to port it.
2 Posted by polluks on 27 Jul, 2018 09:51 PM
Thank you!
3 Posted by Alex Perrier on 02 Aug, 2018 12:02 AM
Hey polluks! If you want to easily toggle between the modern and classic interfaces, just add the following to YouTube links:
&disable_polymer=0 uses the modern interface.
&disable_polymer=1 uses the classic interface.
Use a ? instead of & if your YouTube link has no ? parameter. I hope this helps!
4 Posted by polluks on 27 Aug, 2018 10:02 PM
ok, thanks Alex
polluks closed this discussion on 10 Nov, 2019 02:02 AM.