Skip to content

Commit d161da2

Browse files
Update README.md
1 parent f136a45 commit d161da2

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,14 +179,21 @@ The following decrease the current numerical values:
179179

180180
> Note: Action controls are executed sequentially; if an action control decides to change an `id` attribute from a tag, subsequent action controls cannot perform actions with the previous `id` attribute.
181181
182+
> Note: Note: You can also use negative numbers in all indexes.
183+
184+
Example:
185+
`de<li>-1=1`
186+
187+
In the example above, the last li tag is removed.
188+
182189
### Other
183190

184191
- _: **Execute script** - Value: `Script code`
185192

186193
### Pre Runner
187194

188195
Pre Runners are added before Action Control values.
189-
Each Pre Runner usually consists of one character, followed by the values ​​of the Pre Runner, and then ends with the closing parenthesis (')') character.
196+
Each Pre Runner usually consists of one character, followed by the values ​​of the Pre Runner, and then ends with the closing parenthesis (`)`) character.
190197

191198
- →: **Delay** - Value: `Second`
192199
- ↑: **Period** - Value: `Second`

0 commit comments

Comments
 (0)