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
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -179,14 +179,21 @@ The following decrease the current numerical values:
179
179
180
180
> 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.
181
181
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
+
182
189
### Other
183
190
184
191
-_: **Execute script** - Value: `Script code`
185
192
186
193
### Pre Runner
187
194
188
195
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.
0 commit comments