Distinctions between self-generated screenshots and other image attachments from Lucca Support
Screenshots Helper by BenjaminSerant
![Screenshot of Screenshots Helper](https://userstyles.world/preview/20681/1.jpeg)
Details
AuthorBenjaminSerant
LicenseNo License
CategoryLucca Support
Created
Updated
Size469 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Screenshots Helper
@namespace lucca.support.screenshots
@version 0.1
@description Distinctions between self-generated screenshots and other image attachments from Lucca Support
@author Benjamin Serant
==/UserStyle== */
@-moz-document domain("support.lucca.fr") {
img[src*="/hc/article_attachments"] {
border: 3px solid red !important;
}
img[src*="l10n-cdn.luccasoftware.com"] {
border: 3px solid green !important;
}
}