I am the owner and creator of the webDOMinator software. I am a traveler and an artist at heart. I made webDOM because I was sick of doing friend adds manually, and over the last five years (since 2005), the software has blossomed and grown into a very powerful program. I enjoy helping people, making new friends, and well, as you might have known already, programming... among other things.
Hit me up if you need help... just use @webDOMinator in your status at the beginning and I'll be able to see what you said. Also if you want to join the skype group text chat, contact me from my skype link on the left there and Iīll add you.
I checked... it's not doing something with the ask box. It's just that if your message is too short, the error that comes up on site is saying "question"...
This is a quick script for when you want to check and see if your decaptcher.com account is working with webDOM. You'll have to set up your captcha settings from the Plugin options drop down, meaning your username, password, and port, then open the script editor (also in toolbar on top) and paste the script below... If you get back the CAPTCHA correctly, you will see it in the browser, if something goes wrong, you will see an error in your status & Info section.
Quick Reference for "wd.captcha.image" Click on command to see examples & comments
WebDOM Program Variables Description: Returns or sets the CAPTCHA Options Input setting. This can be a DOM reference, or just the identifier or name of the captcha code input box on the page.=recaptcha
wd.captcha.input
Quick Reference for "wd.captcha.input" Click on command to see examples & comments
WebDOM Program Variables Description: Returns or sets the CAPTCHA Options Image setting. This can be a DOM reference, or just the identifier or name of the captcha code image on the page.=captcha_response
navigate
Quick Reference for "navigate" Click on command to see examples & comments
Browser Level Commands Usage: navigate:url Description: Makes the browser navigate to the URL specified.:http://recaptcha.net/fastcgi/demo/recaptcha
captchacheck
Quick Reference for "captchacheck" Click on command to see examples & comments
Program Level Commands Usage: captchacheck[:element] Description: This will make webDOM check for the CATPCHA input element on the page. If it is found, webDOM will stop and focus on the element passed. element is optional. If it is not specified, webDOM will check for the CAPTCHA input element that is default for the site plugin loaded. click
Quick Reference for "click" Click on command to see examples & comments
DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.input.Button1
Automatically invites all of your facebook friends to your group. Must be on the group homepage when you start the script. If you want to include a message, the script is set up to use the Body from the messages section.
Quick Reference for "#name" Click on command to see examples & comments
Script Level Commands Usage: #name:text Description: Sets the name of the script to text. This is a setting used for using scripts in the Action Toolbox. The name is used as a main handle to call the action by. It's used as the caption on the Button the script is placed on in the Toolbox. It's also used when calling the action in script using the "doaction" command.:Group Invite
click
Quick Reference for "click" Click on command to see examples & comments
DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.a.Invite People to Join
pagewait
Quick Reference for "pagewait" Click on command to see examples & comments
Script Level Commands Usage: pagewait Description: Makes the scripting engine wait until the next page finishes loading before carrying out the next command. clickall
Quick Reference for "clickall" Click on command to see examples & comments
DOM Level Commands Usage: clickall:element-identifier Description: Clicks All DOM elements specified by element-identifier.:dom.a.url(http://profile.ak.fbcdn.net
loop
Quick Reference for "loop" Click on command to see examples & comments
Control Operators and Clauses Usage: loop:condition;loop-condition;command Description:
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 (<<, >>, ==, !=, <=, >=, , and ) to satisfy the condition.
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.
Quick Reference for "click" Click on command to see examples & comments
DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.a.Next
wait:1
clickall
Quick Reference for "clickall" Click on command to see examples & comments
DOM Level Commands Usage: clickall:element-identifier Description: Clicks All DOM elements specified by element-identifier.:dom.a.url(http://profile.ak.fbcdn.net
endloop
Quick Reference for "endloop" Click on command to see examples & comments
Control Operators and Clauses Usage: endloop Description: Ends a loop block. All endloop commands must come after an accompanying loop command. dom.textarea.invite_msg.value=wd.pm.body
Quick Reference for "wd.pm.body" Click on command to see examples & comments
WebDOM Program Variables Description: Returns the body of the currently loaded message in the PM section. click
Quick Reference for "click" Click on command to see examples & comments
DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.input.Send Invitations
This little script will allow you to see the placement of any user defined web site as compared to certain keywords. It uses Yahoo and Google and can be expanded to use other engines by changing the navigate, and the next page link clicked on in the loop.
Quick Reference for "#name" Click on command to see examples & comments
Script Level Commands Usage: #name:text Description: Sets the name of the script to text. This is a setting used for using scripts in the Action Toolbox. The name is used as a main handle to call the action by. It's used as the caption on the Button the script is placed on in the Toolbox. It's also used when calling the action in script using the "doaction" command.:Place Me
#title
Quick Reference for "#title" Click on command to see examples & comments
Script Level Commands Usage: #title:text Description: Sets the title of the script to text. This is a setting used for using scripts in the Action Toolbox. The title is used as a brief description of the script and shows up when the user hovers their mouse over the action button.:Search Engine Placement Tool
#author
Quick Reference for "#author" Click on command to see examples & comments
Script Level Commands Usage: #author:text Description: Sets the author of the script to text. This is a setting used for using scripts in the Action Toolbox.:Nathaniel Gibson
#description
Quick Reference for "#description" Click on command to see examples & comments
Script Level Commands Usage: #description:text Description: Sets the description of the script to text. This is a setting used for using scripts in the Action Toolbox.:This will find what page you're on in Yahoo and Google for a given keyword
warnings
Quick Reference for "warnings" Click on command to see examples & comments
Script Level Commands Usage: warnings:on/off Description: Sets warnings to display output in the Status window "on" or "off".:off
input
Quick Reference for "input" Click on command to see examples & comments
Script Level Commands Usage: input:global-variable:description Description: Will prompt the user for an input with description and store the information into the global-variable named. i.e: input:file:What file would you like to store to?:keyword:Input a keyword or phrase you want to check
input
Quick Reference for "input" Click on command to see examples & comments
Script Level Commands Usage: input:global-variable:description Description: Will prompt the user for an input with description and store the information into the global-variable named. i.e: input:file:What file would you like to store to?:url:Input the domain name (ex: webdombot.com)
navigate
Quick Reference for "navigate" Click on command to see examples & comments
Browser Level Commands Usage: navigate:url Description: Makes the browser navigate to the URL specified.:http://search.yahoo.com/search?p=^global.keyword^&ei=UTF-8
var
Quick Reference for "var" Click on command to see examples & comments
Variable Setting Commands Usage: var:variable-name = expression Description: 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.:pagecount=1
loop
Quick Reference for "loop" Click on command to see examples & comments
Control Operators and Clauses Usage: loop:condition;loop-condition;command Description:
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 (<<, >>, ==, !=, <=, >=, , and ) to satisfy the condition.
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.
Quick Reference for "click" Click on command to see examples & comments
DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.a.pg-next
pagewait
Quick Reference for "pagewait" Click on command to see examples & comments
Script Level Commands Usage: pagewait Description: Makes the scripting engine wait until the next page finishes loading before carrying out the next command. var
Quick Reference for "var" Click on command to see examples & comments
Variable Setting Commands Usage: var:variable-name = expression Description: 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.:pagecount=var.pagecount+1
endloop
Quick Reference for "endloop" Click on command to see examples & comments
Control Operators and Clauses Usage: endloop Description: Ends a loop block. All endloop commands must come after an accompanying loop command. global
Quick Reference for "global" Click on command to see examples & comments
Variable Setting Commands Usage: global:variable-name = expression Description: Sets the variable specified variable-name to expression on a global scope. Expression can be any concatenated string, literal text, or Mathematical expression, and can include other variables, DOM elements, or webDOM settings. Any script or page action script can access a global as long as webDOM is still running.:yahoo=var.pagecount
navigate
Quick Reference for "navigate" Click on command to see examples & comments
Browser Level Commands Usage: navigate:url Description: Makes the browser navigate to the URL specified.:http://www.google.es/search?hl=es&source=hp&q=^global.keyword^&meta=&aq=f&oq=
var
Quick Reference for "var" Click on command to see examples & comments
Variable Setting Commands Usage: var:variable-name = expression Description: 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.:pagecount=1
loop
Quick Reference for "loop" Click on command to see examples & comments
Control Operators and Clauses Usage: loop:condition;loop-condition;command Description:
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 (<<, >>, ==, !=, <=, >=, , and ) to satisfy the condition.
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.
Quick Reference for "click" Click on command to see examples & comments
DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.a.Siguiente
pagewait
Quick Reference for "pagewait" Click on command to see examples & comments
Script Level Commands Usage: pagewait Description: Makes the scripting engine wait until the next page finishes loading before carrying out the next command. var
Quick Reference for "var" Click on command to see examples & comments
Variable Setting Commands Usage: var:variable-name = expression Description: 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.:pagecount=var.pagecount+1
endloop
Quick Reference for "endloop" Click on command to see examples & comments
Control Operators and Clauses Usage: endloop Description: Ends a loop block. All endloop commands must come after an accompanying loop command. global
Quick Reference for "global" Click on command to see examples & comments
Variable Setting Commands Usage: global:variable-name = expression Description: Sets the variable specified variable-name to expression on a global scope. Expression can be any concatenated string, literal text, or Mathematical expression, and can include other variables, DOM elements, or webDOM settings. Any script or page action script can access a global as long as webDOM is still running.:google=var.pagecount
echo
Quick Reference for "echo" Click on command to see examples & comments
Script Level Commands Usage: echo:statement Description: Echoes a statement to the status output. The statement can be a literal string, or a concatenated string.:Yahoo: ^global.yahoo^ Google: ^global.google
Quick Reference for "navigate" Click on command to see examples & comments
Browser Level Commands Usage: navigate:url Description: Makes the browser navigate to the URL specified.:http://social.peoplestring.com/search_advanced.php
select
Quick Reference for "select" Click on command to see examples & comments
DOM Level Commands Usage: select:select-element-name:option Description: Will auto-select an option from a drop-down select box signified by select-element-name. The option should be set to the inner html of the option you want selected. i.e: if the option says "May" but it has the value "3" then to set the "month" select box to "3" you would say: select:month:May:sort:Last Signup
click
Quick Reference for "click" Click on command to see examples & comments
DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.input.Update Results
pagewait
Quick Reference for "pagewait" Click on command to see examples & comments
Script Level Commands Usage: pagewait Description: Makes the scripting engine wait until the next page finishes loading before carrying out the next command. setlistfile
Quick Reference for "setlistfile" Click on command to see examples & comments
Program Level Commands Usage: setlistfile:filename Description: Sets the list file to save to. This is for use when the automatic list saving option is activated. In your script, before performing the autogather function when you're starting a brand new list, use this command to make it so that webDOM doesn't pop up a "save list" dialogue and halt automation.:newpeeps
wd.gather.pages
Quick Reference for "wd.gather.pages" Click on command to see examples & comments
WebDOM Program Variables Description: Sets the Auto-Gather page limit to a certain number of pages you set this variable to.=10
autogather
Quick Reference for "autogather" Click on command to see examples & comments
Program Level Commands Usage: autogather[:number-of-items] Description: Makes webDOM gather a certain number-of-items from the current browser page. The current page on the browser should be a page in a list of pages, with Next links to eachother. webDOM will stop autogathering as soon as it has reached the limit imposed by number-of-items specified or if it gets to last page of the list of users. If number-of-items or any other Auto-Gather limit setting is not used, autogather will stop when it cannot find a next page link. add_all
Quick Reference for "add_all" Click on command to see examples & comments
Program Level Commands Usage: add_all[:number] Description: Start the automation process of adding all of the people on the currently loaded user ID list as friends. If number is used, then automation will only add that number of friends.
This script puts a comment on a person's youtube page. It also checks for CAPTCHA's when automating it using the "Custom Action" button in the info list section so that it can pause and let you enter the captcha in.
Quick Reference for "#name" Click on command to see examples & comments
Script Level Commands Usage: #name:text Description: Sets the name of the script to text. This is a setting used for using scripts in the Action Toolbox. The name is used as a main handle to call the action by. It's used as the caption on the Button the script is placed on in the Toolbox. It's also used when calling the action in script using the "doaction" command.:Post Comment
#title
Quick Reference for "#title" Click on command to see examples & comments
Script Level Commands Usage: #title:text Description: Sets the title of the script to text. This is a setting used for using scripts in the Action Toolbox. The title is used as a brief description of the script and shows up when the user hovers their mouse over the action button.:Will Post a comment on currently selected user's channel
#description
Quick Reference for "#description" Click on command to see examples & comments
Script Level Commands Usage: #description:text Description: Sets the description of the script to text. This is a setting used for using scripts in the Action Toolbox.:This script posts a comment on whoever you have selected it's also a List Based Action meaning that it can be automated to run for your whole list by right clicking the "Custom Action" button.
navigate
Quick Reference for "navigate" Click on command to see examples & comments
Browser Level Commands Usage: navigate:url Description: Makes the browser navigate to the URL specified.:http://www.youtube.com/profile?user=^wd.curinfo
Quick Reference for "wd.curinfo" Click on command to see examples & comments
WebDOM Program Variables Description: Returns the value of the currently selected User ID or item from the info list. dom.textarea.comment_entry_box.innerhtml=wd.pm.body
Quick Reference for "wd.pm.body" Click on command to see examples & comments
WebDOM Program Variables Description: Returns the body of the currently loaded message in the PM section. click
Quick Reference for "click" Click on command to see examples & comments
DOM Level Commands Usage: click:element Description: Clicks a DOM element specified by element.:dom.input.comment_entry_submit_button
wait:2
captchacheck
Quick Reference for "captchacheck" Click on command to see examples & comments
Program Level Commands Usage: captchacheck[:element] Description: This will make webDOM check for the CATPCHA input element on the page. If it is found, webDOM will stop and focus on the element passed. element is optional. If it is not specified, webDOM will check for the CAPTCHA input element that is default for the site plugin loaded.
Use webDOMinator as a fully programmable friend adder, mass messenger, web scraper, and mass mailer on sites like MySpace, Facebook, Friendster, Tagged, Tagworld, Digg, Twitter, Yahoo, Youtube, StubmleUpon, Reddit, Del.icio.us, Mixx, GarageBand Mixi, Mog, Dopetracks, Fropper, Hi5 and basically any social network or web page that you want to interact with automatically. Promote your music, your product or your event with this powerful marketing tool. More flexibility than Badder Adder or Friend Blaster Pro. Whether you're a band or someone looking for a good affiliate marketing tool, we offer the best in online social marketing and promotion. Enjoy the 14 day free trial on us!