Whatever you do with Firefox, iMacros can automate it.
iMacros for Firefox is 100% free for private and commercial use.
Online Learn Holy Quranonline is an easy way to learn to Read Quran online with Quran recitation online, Quran memorization and basic qaida learning for kids and adults.![]()
The imacros, all it is is a firefox plug in that fills in forms like roboform right? So it helps you to make profiles by filling in the form with a username and email while you press submit... is that right?
The imacros, all it is is a firefox plug in that fills in forms like roboform right? So it helps you to make profiles by filling in the form with a username and email while you press submit... is that right?
albaniax, how do you use iMacros!? can you please share?
VERSION BUILD=7110203 RECORDER=FX
TAB T=1
SET !ERRORIGNORE YES
SET !DATASOURCE Accounts.csv
SET !DATASOURCE_COLUMNS 8
URL GOTO=http://www.academia.edu/signup
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/registrations ATTR=ID:user_first_name CONTENT={{!COL6}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/registrations ATTR=ID:user_last_name CONTENT={{!COL6}}
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/registrations ATTR=ID:user_email CONTENT={{!COL3}}
TAG POS=1 TYPE=INPUT:CHECKBOX FORM=ACTION:/registrations ATTR=ID:independent_researcher_checkbox CONTENT=YES
TAG POS=1 TYPE=INPUT:TEXT FORM=ACTION:/registrations ATTR=ID:department_name CONTENT=internet
SET !ENCRYPTION NO
TAG POS=1 TYPE=INPUTASSWORD FORM=ACTION:/registrations ATTR=ID:user_password CONTENT={{!COL4}}
TAG POS=1 TYPE=BUTTON ATTR=TXT:Signup
First, go check out this great thread started from Gogeta:
You need to work yourself through that article. Anyway, in the first few articles you will find most of the stuff. Then just try it our for yourself, and work a little bit with the "recording" at the iMacro Toolbar.
Here for example is an macro, how to register at Academia.EDU ( Profiles )
It's pretty simple, where {{!COL1}} stands for the fields like name, e-mail, etc. which you have in your Excel "Accounts.csv" in this example. This is one macro for registering Accounts, you would also need another one for "Login + Put link in Profile&Signature + Export to .CSV"
You don't need any programming to know, but it would be very helpful if you know "some" simple VBS or JavaScript stuff, for more complicated stuff, which makes it then even more powerful. You can call from these languages directly a iMacro-Code.
i think doing it manually will be easier then that!