REQUEST Smarters Webplayer - Player Menü

VaraTV

New member
Joined
Oct 26, 2022
Messages
15
Awards
1
Offline
Hello,

can someone tell me how to edit or remove this menu in Smarter Webplayer v1.5?

Thanks a lot!
 

Attachments

  • Menu 1.png
    Menu 1.png
    532.8 KB · Views: 81
  • Menu 2.png
    Menu 2.png
    479.5 KB · Views: 80

betotun

Well-known member
Joined
May 28, 2021
Messages
361
Awards
4
Offline
you have to find the source code of the player and try to remove it from there
 

AndyHax

Well-known member
Joined
Jan 5, 2023
Messages
134
Awards
3
Offline
Technically it's a pro (paid) feature of JWPlayer to be able to disable that but there is a workaround where you just hide it in CSS which is worth a try.

CSS:
.jw-rightclick { display: none !important; }

If that doesn't work - check the class name of the context menu and adjust.

It will be hideable in the js but I'd need to play around with it to find where
 
Top