Rules
A rule is a saved fill profile. It contains a name, URL pattern, field mappings, optional post-actions, and enabled state.
URL Patterns
Section titled “URL Patterns”Use URL patterns to control where a rule is available.
| Pattern | Matches |
|---|---|
* | Every page |
*://example.com/* | Any protocol on example.com |
https://example.com/login | One exact URL |
/^https:\/\/.*\.example\.com/ | A regular expression pattern |
Field Mappings
Section titled “Field Mappings”Each mapping tells Slime how to find a field and what to put in it.
| Match By | Best For |
|---|---|
| ID | Stable form fields with unique IDs |
| Name | Common signup, login, and checkout fields |
| Query Selector | Complex pages that need precise CSS selectors |
Values can be static text, a dynamic template, generated title or description text, or an image for file inputs.
Rule Management
Section titled “Rule Management”Duplicate rules when you need similar profiles, archive rules when they should stay out of active lists, and export rules when you want a backup or need to move a setup between browsers.