User Profile

Collapse

Profile Sidebar

Collapse
colore
colore
Last Activity: Jul 22 '07, 12:05 PM
Joined: Mar 27 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • colore
    replied to javascript scripts
    no its the simple www.google.com webpage...
    See more | Go to post

    Leave a comment:


  • colore
    replied to javascript scripts
    thanks much appreciated

    so to autoclick google search button whenever I visit google.com, I should use this script:

    Code:
    document.addEventListener('DOMContentLoaded',function() {
    document.getElementById("btnG").click();
    }
    but it doesnt work :s
    See more | Go to post

    Leave a comment:


  • colore
    replied to javascript scripts
    this is the easy part...



    this is the hard part... :S

    can you give me an example?...
    See more | Go to post

    Leave a comment:


  • colore
    replied to javascript scripts
    ummm

    can you tell me the script that whenever I visit google.com it will autoput "something" inside the search form, it will select and then it will autoclick the "I am feeling lucky button" ?

    thanks
    See more | Go to post

    Leave a comment:


  • colore
    replied to javascript scripts
    thanks

    can you give me a guided example of a script that will recognize a button and click it whenever it appears (whenever I visit a webpage that it contains it) ?

    thanks
    See more | Go to post

    Leave a comment:


  • colore
    started a topic javascript scripts

    javascript scripts

    hello

    I would like to hit a keyboard shortcut
    and parse the current webpage and then do stuff in the
    webpage (eg autosave links that contain a specific
    string, autosave images, autoclick specific buttons
    etc etc)

    can you tell me how to do that?

    I use Opera Browser

    thanks
    See more | Go to post
No activity results to display
Show More
Working...