Jump to content
UBot Underground

Search the Community

Showing results for tags 'change attribute'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Announcements and News
    • Join the UBot Community
  • General
    • General Discussion
    • Mac and UBot Studio
    • Journeys
    • Buy, Sell, Free
    • Scripting

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


AIM


MSN


Website URL


ICQ


Yahoo


Jabber


Skype


Location


Interests

Found 3 results

  1. <script> var texts = { endChatConfirm: 'Really end chat?', Player: 'Player', me: 'Me', newMessage: 'New message', reportConfirm: 'Sure?' } </script> I am working on a page where it have the above javascript, when the bot try to navigate away or close the page, it will pop up a javascript confirmation (it require confirmation to run next action, closing the notification dont help).. even on chrome it will need you to confirm to leave. i have tried "allow pop up = No" but not working since it is a javascript. is it possible to use change attribute to remove thi
  2. Hello, I have 1 question. I want to navigate to x and after page is completed load, i want add a js code in the html page. is possible that? This is my code: set(#js, "<p id=\"test\"></p> <script> document.getElementById(\"test\").innerHTML = \"The full URL of this page is:<br>\" + window.location.href; </script>", "Global") clear cookies set user agent("Chrome") navigate("fb.com", "Wait") wait for browser event("Everything Loaded", "") load html($replace($document text, "</script>", "</script>{#js}")) I want add in page this code, but not usin
  3. I'm trying to use the CHANGE ATTRIBUTE command to clear twitter profile text fields. I can't get it to work for the bio field. for the Name field it reads <username field>, and changes value to $nothing without trouble. I don't know what the deal is with the bio field. I've been trying <name=user[description]>, but it only seems to recognize it if the field is already empty. Can someone tell me how to overcome this? Either an alternate way to clear the bio field, or the right CHANGE ATTRIBUTE settings? Thanks!
×
×
  • Create New...