Jul 25, '11 07:30:00AM • Contributed by: nathanator11
To get rid of the icon in the menu bar, open Terminal and run this command:
defaults write com.apple.Safari ProxiesInBookmarksBar '("Top Sites")'
Then, if you want to add it to the toolbar, go to View » Customize Toolbar and drag in a Reading List icon.
If you want to add Reading List back to the bookmarks bar in the future, run this command in Terminal:
defaults write com.apple.Safari ProxiesInBookmarksBar '("Top Sites","Reading List")'
[crarko adds: You have to restart Safari for the 'defaults' change to take effect.]
