Greasy Fork is available in English.

Return YouTube Favorites

Returns Favorites to its rightful place on the left menu

作者
Johann Mosin
今日安裝
0
安裝總數
8
評價
0 0 0
版本
0.3
建立日期
2024-05-13
更新日期
2024-05-13
授權條款
MIT
腳本執行於

As the name suggests, replaces Your videos with Favorites.

Usage:

  1. Go to your Favorites playlist on Youtube and copy the URL
  2. Install the script to Tampermonkey
  3. Click on the Tampermonkey extension icon and open the Dashboard
  4. Find the Return YouTube Favorites script in the Installed Userscripts tab and click Edit on the right side of the screen
  5. Insert your link to Favorites into the link variable. It should look something like this: var link = 'https://www.youtube.com/blablabla'
  6. If your language isn't supported by the script, change the oldTitle and newTitle variables to your language equivalent of Your videos and Favorites

Your link will be reset every time the script updates, so I'll keep them sparse. More native language support will come if needed.

I know it's a jank way of doing this, but without UI there's not much you can do. Unfortunately all Favorites links are unique, so I can't make it the same for everyone, nor can I grab it from the Home screen. So manual insertion it is!

Probably will be upgraded to full browser extension. Someday. Maybe.