CanopusFalling / recycle-extension

Chrome extension to allow users to determine if a product is recyclable or not.
MIT License
2 stars 0 forks source link

Popup titles are too long #29

Closed CanopusFalling closed 3 years ago

CanopusFalling commented 3 years ago

The titles on the amazon pages are really long and look ugly on the popup so maybe limit the number of characters in the title to 30 or so, just so we don't have 3 lines of them.

shamoilkhomosi commented 3 years ago

I've committed a solution to the branch "producttitles". It shortens the titles to the first 8 words. I didn't use characters because it might cut short a word and look a little weird.

Have initiated a pull request onto development for this. Let me know your thoughts.