You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the blocked-text class name is no longer used; however, replacing the getElementsByClassName with document.querySelectorAll('div[role="button"][aria-label="Blocked"]') seems to work. Twitter also no longer keeps all the elements on the page as you scroll, so it's necessary to unblock in a loop.
The text was updated successfully, but these errors were encountered:
the
blocked-text
class name is no longer used; however, replacing thegetElementsByClassName
withdocument.querySelectorAll('div[role="button"][aria-label="Blocked"]')
seems to work. Twitter also no longer keeps all the elements on the page as you scroll, so it's necessary to unblock in a loop.The text was updated successfully, but these errors were encountered: