Pages

Showing posts with label Firefox. Show all posts
Showing posts with label Firefox. Show all posts

Wednesday, July 17, 2013

iMacros sidebar

VERSION BUILD=7401110 RECORDER=FX
TAB T=1   
TAB CLOSEALLOTHERS   
SET !ERRORIGNORE YES
SET !ERRORCONTINUE YES
URL GOTO=http://{{your_domain}}.com/wp-admin/widgets.php   
TAG POS=1 TYPE=A ATTR=ID:show-settings-link 
TAG POS=1 TYPE=A ATTR=ID:access-on 

Tuesday, July 16, 2013

Remove all blog from blogger

[iMacros Script] Remove all blog from blogger
VERSION BUILD=7601105 RECORDER=FX
TAB T=1
TAG POS=1 TYPE=A ATTR=href:/blogger.g?blogID=*#overview/src=dashboard&&TXT:*
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=ID:blog-tab-settings
WAIT SECONDS=1
TAG POS=1 TYPE=SPAN ATTR=TXT:Other
WAIT SECONDS=1
TAG POS=1 TYPE=A ATTR=TXT:Delete<SP>blog
WAIT SECONDS=1
TAG POS=1 TYPE=BUTTON ATTR=TXT:Delete<SP>This<SP>Blog
WAIT SECONDS=3
1. Login google account
2. goto blogger dashboard
3. Look at repeat macros (imacros bar)
4. put max loop in text box
5. Click “Play (Loop) bottom

Facebook Likes + IMacro Free YLH Alternative

—————————————— Start Script —————————————-
VERSION BUILD=7401110 RECORDER=FX
TAB T=1
SET !TIMEOUT_PAGE 10
SET !TIMEOUT_TAG 10
TAB T=1
URL GOTO=http://socialkilla.com/twitter.php
TAG POS=1 TYPE=A ATTR=TXT:Follow
TAB T=2
FRAME F=0
SET !ERRORIGNORE YES
TAG POS=1 TYPE=STRONG ATTR=TXT:Follow
TAB T=2
TAB CLOSE
TAB T=1
WAIT SECONDS=2
TAG POS=1 TYPE=A ATTR=TXT:Confirm
WAIT SECONDS=2

Using iMacros for Firefox: A Visual, Step-By-Step Tour

One of the best pieces of news related to the recent release of version 3 of Mozilla’s Firefox browser is that most popular extensions now work with it. In this post, I’ll present an extensive guided tour to my favorite, free Firefox extension of all: iMacros. If you spend a lot of time in Firefox, and especially if you perform a lot of repetitive tasks each day, iMacros can save you tons of time and hassle. It sits in your Firefox toolbar, and lets you record tasks whether they are oft-performed web development tasks, or simple tasks such as opening a series of tabs you use each day. Here, in pictures, is how it works.