2025-08-01, 07:57 AM
(This post was last modified: 2025-08-01, 07:59 AM by HammyHavoc. Edited 1 time in total.)
Use the following that I came up with:
Code:
/*Remove "Copy Stream URL" button*/
button[data-id="copy-stream"] {
display: none;
}