Hide Stash IDs #5463
-
Is there any way to hide the Stash IDs from view across all pages (Performers, Studio's etc.) To be clear, I don't want to remove the Stash IDs, as they are needed for scraping. I just want to hide them from view. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
You can enable custom CSS in the Interface settings. I'm not an expert myself, but I believe the following should get the job done: |
Beta Was this translation helpful? Give feedback.
-
@neru2132 Perfect, that worked. Thank you :) |
Beta Was this translation helpful? Give feedback.
-
@neru2132 Perfect, that worked. Thank you :) |
Beta Was this translation helpful? Give feedback.
You can enable custom CSS in the Interface settings. I'm not an expert myself, but I believe the following should get the job done:
.stash_ids { display: none !important; }