Greasy Fork is available in English.
Makes the Plex metadata modal taller so it doesn't cut off the collections dropdown
< Feedback on Taller Plex metadata modal
No longer works, changes below do:(function() { 'use strict'; GM_addStyle('.modal-body-scroll { max-height: 1000px; }'); GM_addStyle('.modal-body-with-panes .modal-body-pane { height: 1000px; }'); GM_addStyle('.selectize-dropdown-content {max-height: 500px; )');})();
تسجيل الدخول إلى مرحلة ما بعد الرد.
No longer works, changes below do:
(function() {
'use strict';
GM_addStyle('.modal-body-scroll { max-height: 1000px; }');
GM_addStyle('.modal-body-with-panes .modal-body-pane { height: 1000px; }');
GM_addStyle('.selectize-dropdown-content {max-height: 500px; )');
})();