You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+9Lines changed: 9 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,6 +130,15 @@ http://example.com 10
130
130
- The origin of the image.
131
131
- The delay (in seconds).
132
132
133
+
After v0.19.0, you can use wildcard in the origin. This also allows you to set a default delay for all images. For example, set a default delay to 10s and 5s for imgur:
134
+
135
+
```
136
+
https://*.imgur.com 5
137
+
* 10
138
+
```
139
+
140
+
Note that rules are applied from top to bottom. The first matched rule will be used.
0 commit comments