CyberArk shows passwords in a hard to read format. This userstyle will apply a more password friendly font to the password field when shown.
CyberArk Cloud - Readable Passwords by unit6166
Details
Authorunit6166
LicenseNo License
Categorycyberark.cloud
Created
Updated
Size242 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Please raise issues in a DM
Source code
@name CyberArk Cloud Readable Passwords
@namespace https://userstyles.world/user/unit6166
@version 1.0.0
@-moz-document domain("cyberark.cloud") {
.p-inputtext {
font-family: "Consolas", "Courier New", "Times New Roman", serif;
}
}