Performs a random action. 30% chance for Comment, Share Track and Add. 10% chance for PM.
Clicks a DOM element specified by element.
Sets the variable specified variable-name to expression. Expression can be any concatenated string, literal text, or Mathematical expression, and can include other variables, DOM elements, or webDOM settings.
Starts an IF block. condition1 can be either (true, false, exists, !exists, empty, or !empty) where !exists and !empty mean "doesn't exist" and "isn't empty".
condition2 is a condition specified by conditional operators (<<, >>, ==, !=, <=, >=,
If condition1 is set to empty, or exists, condition2 need only include a DOM element property or variable.
An example would be: "if:exists:dom.a.1" or "if:true:dom.a.1.innerhtml==foo" or even "if:false:foo
All if statements must come with a following endif statement.
Starts an Else Clause which specifies any othe condition contrary to the if statement in the same block.
Ends an If block. All endif statements must come with an If statement before it.
Randomizes the value of an existing global or local variable to a random number between lowbound and highbound
This will change the counter (the wait time for advancing to the next id in the list) time to a random number of seconds between lowbound and highbound
Runs the action specified by action-name from the Action Toolbox. The action must be loaded in the toolbox at the time doaction is called.
Be the first to ask!
Fill in the fields below to create your webDOMinator account. We don't spam and we don't give away any of your information