Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

I would like to alphabetize a membership list with 11K members?

As a member of a site with over 11K members I would like to alphabetize the membership list in my FireFox browser only. Is there a method to do this?

As a member of a site with over 11K members I would like to alphabetize the membership list in my FireFox browser only. Is there a method to do this?

All Replies (2)

Not that I am aware of unless you site provides a Descending/Ascending order option there is no way to do it in FF itself.

How is the list displayed? I have to assume it's not all one long page, but if it is, you might be able to inject a script into the page to make it sortable. Most commonly, individual items would either be:

  • <tr> elements (table rows)
  • <li> elements (list items in an ordered or unordered list)

The code would vary based on the fine details of the layout.

Any sorting done this way most likely would be temporary until you reload the page and probably not possible to save back to the site. If you need to update the data permanently, some kind of export/import probably would make more sense, if the site supports that.