Jump to content
UBot Underground

Change Attribute Of Twitter Bio Field


Recommended Posts

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!

Link to post
Share on other sites

<div class="ProfileHeaderCardEditing-editableField rich-editor u-borderUserColorLight notie" contenteditable="true" tabindex="2" role="textbox" data-placeholder="Bio" aria-multiline="true" spellcheck="true" name="user[description]" dir="ltr">
YOUR PROFILE TEXT HERE
      <br>
</div>

You should be able to use the "ProfileHeaderCardEditing-editableField" class as something to work with either via REGEX or innertext, no?

 

Peace,

LJ

  • Like 1
Link to post
Share on other sites

Thank you both for your help. I guess this is something that I still don't understand. I feel like I've tried every different attribute available in the menu, but for some reason it  doesn't seem to want to recognize that the element exists.

Clearly I don't know much about html (but I'm super excited about learning).

 

When I click in the Name field above the bio, Ubot recognizes it as a text field. 

For some reason it's treating the bio field differently, and so far no attribute I've tried to select has cleared the box for me. I've tried innertext. Even with exact match, knowing that it would only work this one time on this one bio, but that wouldn't work either.

 

I have no idea what REGEX is/means, but I'll be looking it up.

Link to post
Share on other sites

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...