I opted-in to Twitter's new layout and they've changed the followers page from a card layout to a list-esque layout. The selectors can no longer match what the extension expects.
The list appears to be in a section[role="region"], but it's using auto-generated React classes that make it pretty impenetrable to guess what's where (and is also aggressively clouded with divs. Sample selector for the text of someone's handle, generated by Firefox devtools:
I opted-in to Twitter's new layout and they've changed the followers page from a card layout to a list-esque layout. The selectors can no longer match what the extension expects.
The list appears to be in a
section[role="region"]
, but it's using auto-generated React classes that make it pretty impenetrable to guess what's where (and is also aggressively clouded withdiv
s. Sample selector for the text of someone's handle, generated by Firefox devtools: