glam-lab / degender-the-web

A Chrome extension that replaces all gendered pronouns with "they/them/their."
GNU Affero General Public License v3.0
6 stars 3 forks source link

Popup should have "Reload page" button when original content is restored #110

Closed beszel closed 5 years ago

beszel commented 5 years ago

Is your feature request related to a problem? Please describe. The popup has a "Restore original content" button, which (correctly) disappears when clicked. The user should have a way to undo the effects of clicking that button.

Describe the solution you'd like The "Restore original content" button should be replaced with a "Reload page" button. Reloading the page causes the script to apply, so this button has some symmetry with the "Restore original content" button.

Describe alternatives you've considered Users can reload the page without this button, so it could be left off. I think the button helps imply that reloading the page causes the effects of the extension to change. The button could also be made to un-restore the content without reloading the page.