mozilla / tippy-top-sites-deprecated

[deprecated][unmaintained]
7 stars 7 forks source link

Remove non-essential paths in tippy-top sites #17

Closed pdehaan closed 8 years ago

pdehaan commented 8 years ago

Ref: https://github.com/nchapman/tippy-top-sites/pull/14#discussion_r57204455

Here's my quick list of all URLs which have a non-blank pathname:

https://www.blogger.com/home => /home http://www.buzzfeed.com/index => /index https://online.citi.com/US/Welcome.c => /US/Welcome.c http://www.wikia.com/fandom => /fandom http://www.forbes.com/home_usa/ => /home_usa/ http://www.dailymail.co.uk/ushome/index.html => /ushome/index.html https://www.paypal.com/home => /home http://www.salesforce.com/platform/products/force/ => /platform/products/force/ https://www.washingtonpost.com/regional/ => /regional/ http://www.webmd.com/default.htm => /default.htm

I'll do quick scan of those and see what paths we can safely remove.

pdehaan commented 8 years ago

I'll do this after we land #16. This repo is basically just one big JSON blob and a git conflict landmine. :bomb:

pdehaan commented 8 years ago

Current status:

https://www.blogger.com/home => /home http://www.buzzfeed.com/index => /index http://www.wikia.com/fandom => /fandom https://www.paypal.com/home => /home http://www.salesforce.com/platform/products/force/ => /platform/products/force/ https://www.washingtonpost.com/regional/ => /regional/ http://www.webmd.com/default.htm => /default.htm

Closing.