+180
-4
bluesky-community-verifications.user.js
+180
-4
bluesky-community-verifications.user.js
············+<input type="radio" name="badgeType" value="checkmark" ${getBadgeType() === "checkmark" ? "checked" : ""}>+<input type="radio" name="badgeType" value="star" ${getBadgeType() === "star" ? "checked" : ""}>+<input type="radio" name="badgeType" value="heart" ${getBadgeType() === "heart" ? "checked" : ""}>+<input type="radio" name="badgeType" value="shield" ${getBadgeType() === "shield" ? "checked" : ""}>+<input type="radio" name="badgeType" value="lock" ${getBadgeType() === "lock" ? "checked" : ""}>+<input type="radio" name="badgeType" value="verified" ${getBadgeType() === "verified" ? "checked" : ""}>+<input type="color" id="badgeColorPicker" value="${getBadgeColor()}" style="margin-right: 10px;">+<span id="badgeColorPreview" style="display: inline-block; width: 24px; height: 24px; background-color: ${getBadgeColor()}; border-radius: 50%; margin-right: 10px;"></span>+<button id="resetBadgeColor" style="padding: 5px 10px; background: #473A3A; color: white; border: none; border-radius: 4px; cursor: pointer;">Reset to Default</button>······