feat: Select provider by name instead of position
- Update the script to store and retrieve the selected provider's name instead of its index
- Modify the dropdown menu to display provider names and select the corresponding option based on the selected name
- Automatically select the previously selected provider by name when the page reloads
- Combine the script with the Page Up button functionality
- Improve code readability and add comments