您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Swaps the album and artist names so the album name is on top
当前为
Swaps the album title and artist names on the Plex web interface so the album title is on top, like it should be.
Works on albums in the Recommended and Library tabs.
I'm not great at javascript so hopefully plex uses the same css class names everywhere and this script doesn't break.
IMPORTANT
If you don't use the app.plex.tv/desktop URL to access your server, you will need to add your server's URL(s) in the @match section.
Add it in the preview after clicking the install button, or by clicking edit on this script the Installed Userscripts tab in tampermonkey
If your URL is http://192.168.1.60:32400/web add
// @match http://192.168.1.60:32400/web/*
If your URL is (https, http)://plex.yourdomain.com add
// @match https://plex.yourdomain.com/web/*or, for either http/https
// @match *://plex.yourdomain.com/web/*
make sure you add every URL you use to access your server and don't forget the /* at the end so it will run on your music library page.