|
49 | 49 |
|
50 | 50 | <h3 class="font-bold">URL fragment</h3> |
51 | 51 | <p> |
52 | | - This is the key of your rule. It will determine if your rule will be applied or not. You |
53 | | - want to catch GMail? You can set your rule with "Contains" detection and "mail.google.com" |
54 | | - URL fragment. Another solution could be to set "Starts with" detection and |
55 | | - "https://mail.google.com". Try any combination to achieve what you want. |
| 52 | + This is the key of your rule. It will determine if your rule will be applied or not. For |
| 53 | + example, to catch GitHub repositories, you can set your rule with "Contains" detection and |
| 54 | + "github.com" URL fragment. Another solution could be to set "Starts with" detection and |
| 55 | + "https://github.com". Try any combination to achieve what you want. |
56 | 56 | </p> |
57 | 57 | <p class="text-accent"> |
58 | 58 | After defining the core of your rule you can select some actions listed below. |
|
77 | 77 | <p>You can select an icon provided by the extension.</p> |
78 | 78 | <p> |
79 | 79 | Otherwise, you can define an icon URL in the input like |
80 | | - "https://www.google.com/favicon.ico". |
| 80 | + "https://example.com/favicon.ico". |
81 | 81 | </p> |
82 | | - <p>In case you want to define a local icon from your computer, you have 2 options:</p> |
| 82 | + <p>For local icons from your computer, you have multiple options:</p> |
83 | 83 | <ul class="list-disc ml-3"> |
84 | | - <li>upload your icon somewhere like imgur.com and paste the direct link</li> |
85 | | - <li> |
86 | | - go to <a href="https://ezgif.com/image-to-datauri" target="_blank" class="link">ezgif.com</a> and upload your icon, then copy the generated Data URI and paste it. |
87 | | - This is your icon transformed in the Data URI format |
88 | | - </li> |
| 84 | + <li><strong>Paste directly</strong>: Copy an image (screenshot, file, etc.) and paste it directly into the "Custom Icon" field - it will be automatically converted to base64!</li> |
| 85 | + <li>Upload your icon somewhere like imgur.com and paste the direct link</li> |
| 86 | + <li>Use a service to convert your icon to Data URI format manually</li> |
89 | 87 | </ul> |
90 | 88 |
|
91 | 89 | <h3 class="font-bold">Group</h3> |
|
109 | 107 | the original tab after closing the duplicate one. |
110 | 108 | </p> |
111 | 109 | <p> |
112 | | - Scenario: create a rule based on GMail with unique action. Open GMail, open another GMail, |
113 | | - the last one will be closed. |
| 110 | + Scenario: create a rule based on your email service with unique action. Open your email, |
| 111 | + open another tab with the same email, the last one will be closed. |
114 | 112 | </p> |
115 | 113 |
|
116 | 114 | <h3 class="font-bold">Muted</h3> |
|
124 | 122 | <p> |
125 | 123 | An advanced usage, enter a regular expression to identify some title parts and use them |
126 | 124 | inside the title itself, this is useful to reorder words or exclude some parts of the |
127 | | - title, like [a-z]*@gmail.com and use @0 in the title input to inject the variable. |
| 125 | + title, like [a-z]*@example.com and use @0 in the title input to inject the variable. |
128 | 126 | </p> |
129 | 127 |
|
130 | 128 | <h3 class="font-bold">URL matcher</h3> |
|
0 commit comments