Guest Posted August 6, 2022 Posted August 6, 2022 Hi, Is it possible to use CSS code to hide (remove) the display of the client's IP? Thanks
Happy2Play 9447 Posted August 6, 2022 Posted August 6, 2022 Something like this. div.activeSession-bottomsections div.secondaryText.align-items-center {display: none;}
Guest Posted August 6, 2022 Posted August 6, 2022 (edited) Thank you so much for your usual effort. This code didn't work for me, in ES 4750. I cleared the cloudflare and browsing data but the client IP is still showing. Edited August 6, 2022 by CarlosLima
Guest Posted August 6, 2022 Posted August 6, 2022 (edited) Oops, in ES 4807, yes, Edited August 6, 2022 by CarlosLima
Happy2Play 9447 Posted August 6, 2022 Posted August 6, 2022 @CarlosLima Note sure on 4.7.5.0 as I tested in 4.7.6.0/4.8.0.7. Would have to do a portable to see if there is an actual difference if needed.
Guest Posted August 6, 2022 Posted August 6, 2022 I turned off the Emby server but nothing changed. I think it's some code that is conflicting or even some other invisible garbage, maybe. The ES beta without any CSS worked flawlessly.
Solution Happy2Play 9447 Posted August 6, 2022 Solution Posted August 6, 2022 @CarlosLima 4.7.5.0 has different code then 4.7.6.0/4.8+ How about this as it should work on both. div.activeSession-bottomsections div div:nth-child(2) div:nth-child(3) {display: none;}
Guest Posted August 6, 2022 Posted August 6, 2022 Bingo! Now yes. You are the best. Strongly grateful.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now