Jump to content
UBot Underground

[SOLVED] Replace on a %list .. Is that possible?


Recommended Posts

Greetings.. Im trying to modify %lists searching for any string and replacing.

Whats the short way for doing this?

I set as a variable, then I $replace , but then how to come back to make a list for navigating?

Please let me know, this is breaking my head. Cant find a faster way.

Link to post
Share on other sites

Got this solved:

set(#profiles, $scrape attribute(<class="username">, "innertext"), "Global")
add list to list(%profiles, $list from text(#profiles, $new line), "Delete", "Global")
set(#ids, $replace(%profiles, "@", "https://twitter.com/"), "Global")

  • Like 2
Link to post
Share on other sites
  • 2 years later...
  • 4 months later...

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...