jrswab / Unfollow-Twitter-Users

This script will unfollow any twitter users who are not following you back. With the option to skip desired usernames.
GNU General Public License v3.0
34 stars 7 forks source link

TypeError: undefined is not an object (evaluating 'userField[i].previousElementSibling') #3

Open AliRezaei-Code opened 1 year ago

AliRezaei-Code commented 1 year ago

Go this error when I pasted it in the console

kosmosnya commented 1 year ago

Me too, macOS Safari exact error. On chrome it says VM498:51 Uncaught TypeError: Cannot read properties of undefined (reading 'previousElementSibling') at unfollowLoop (:51:28) at main (:16:9) at :11:1

jrswab commented 1 year ago

Twitter likely changed their DOM element names or ordering.