CoolestKid

Продвинутый пользователь
Регистрация
01.03.2023
Сообщения
99
Реакции
9
Hello, does anyone know if I can remove/hide server list in Cinemaplayer..? I host and use Cinemaplayer that is on github.. is it possible to remove/hide server list on it and only remain season and episodes.

Please see the screenshot below

IMG_20230414_090506_138.jpg
 

CoolestKid

Продвинутый пользователь
Регистрация
01.03.2023
Сообщения
99
Реакции
9
Update: I have found the div of it... but I don know where is generated so I can remove it there.. the div is inside of cinemaplayer-tabs div it called api-tab-names I don know where this div is generated so I can remove it

1681584099678.png

When I check on JS, I don know where this "api-tab-names" is generated.. I suspect the code for it is between here is screenshot below

1681584460362.png

If anyone know how I can remove/ where is div "api-tab-names" so I can remove it
 

admin

Администратор
Команда форума
Регистрация
30.09.2022
Сообщения
462
Реакции
84
Добавьте этот код в файл:

' #api-tab-names>div {' +
' display: none;' +
'}' +
 
Верх