unfollow 500 oldest non-mutual users
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.
Save the current user ID list in the info list section to the file specified by filename. If filename is set to "(current)" without the quotes, then webDOM will save the list over the currently loaded list file.
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 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.
Replaces the text-to-replace in either a global or local variable or DOM element's property with the replacement-text.
Set the counter (number of seconds to wait before going to next person in the list) to seconds number of seconds. Note: The counter waits until all pages are finished loading and there is no "wait" status before moving to protect against skipping list items.
Starts the automation process of running a Custom Action (CA) which is currently loaded in the Action Toolbox and is a "List based action". The action-name is the identifier used on the button for that action in the action toolbox. The limits can be either just one number which represents the number of people from the list to perform the action on, or if a ";" is used like: ca_all:Auto-Subscribe:5;30 then webDOM will peform the Auto-Subscribe action on users 5 through 30 from the information list.
Scrolls the element specified into view. This works well for use with the "snapshot" command.
Waits using a timer, and breaks out of the script allowing other events to happen. Once the condition is met, it returns to the waiting script and continues. This is good for use with pages which load elements using javascript which you want to load before interacting with them. condition can be a number of seconds to wait or a Minion condition.
Creates a new virtual list. Virtual lists do not have limits and are accessed through their handles. When webDOM gathers, it can be set to gather any usable virtual list.
Sets webDOM to only gather to the lists specified by listhandle1 and listhandle2. The list of list handles is seperated by commas, ex: gatherto:myemails,newvideos,mainusers would set up the "myemails", "newvideos", and "mainusers" list at the same time.
Sets the list specified by handle to be the current automation list. When a list is set to the automation list, wd.curinfo will represent whatever is the current item on that list, automation commands (add_all, pm_all, and ca_all) will all use that list to perform automation on if another list is not specified. If an automation command does specify a list it would be like using a setlist command.
Clears the list specified by listhandle
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