Gathers a list of people who comment on a list of videos
Makes the browser navigate to the URL specified.
Echoes a statement to the status output. The statement can be a literal string, or a concatenated string.
Ends the current running script.
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.
Ends an If block. All endif statements must come with an If statement before it.
Starts a loop block which will loop until loop-condition is no longer satisfied.
This is much like while loops in most standard programming languges. The first condition can be set to (true or false), and the loop-condition uses the conditional operators (<<, >>, ==, !=, <=, >=,
command is the command that's carried out at the end of the loop. Often times loops include incrementing a variable as the command at the end of the loop. An example loop would be "loop:true;var.i<<30;var:i=var.i+1" which would loop until the variable "i" was over 30.
When inside of a loop, the variable being used can be referenced by using "[]" brackets i.e: "dom.a.[var:i].innerhtml=foo" would set all of the link names in the loop range to "foo".
All loops must include an endloop call afterwards at risk of looping infinitely.
Ends a loop block. All endloop commands must come after an accompanying loop command.
Stops any current automation going on including friend adding, PMing, custom actions, and auto-gathering.
Continues the last automation process that webDOM was performing. For instance, if webDOM was friend adding and was stopped by a script, continue can be called to continue friend adding. Same goes for PM and Custom Action.
Shows a webDOM window. The windows that can be shown are: messages,scripts,accounts,captcha,schedule,wizard,pluginoptions,autogather
Gathers all possible items to all used lists. This command will gather from one page only To gather multiple pages, use autogather.
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