Cocktail is a general purpose utility for OS X that lets you clean, repair and optimize your Mac. It is a powerful digital toolset that helps hundreds of thousands of Mac users around the world get the most out of their computers every day.

Get Cocktail here

Clear browsing history in Safari without losing website data

Posted in Safari Tips & Tricks

Safari has a hidden history clearing option which allows Mac users to clear their browsing history in Safari while keeping other website data from the same time period.

Browsing history is a record of every webpage you visit. Your browser stores the URLs for every page, except when you use private browsing mode. Browsing history can help improve your browsing experience (e.g. as you start typing a URL in the address bar of your browser, previously visited URLs display in a dropdown list that match what you're typing), but it also exposes your browsing habits. If other people use your Mac from time to time, or you get family members looking over your shoulder as you surf the web, you may want to delete your browsing history on a regular basis.

You can manually clear your browsing history in Safari at any time. Two of the ways to clear all your browser history are:

• Choose "Clear History" from the Safari application menu
• Choose "Clear History" from the History menu

but be aware that the name "Clear History" is misleading. Clicking "Clear History" also deletes other website data, like cookies and the entire browser cache. However, there is a way to clear your browsing history without losing website data.

Simply choose the Safari or History menu, but press and hold down the Option key before selecting the "Clear History" option. You'll see the option change to "Clear History and Keep Website Data". Keep the Option key pressed and select that option.

 

Safari downloads pane

Posted in Safari Tips & Tricks

Did you know that Safari downloads pane (which opens when you click on the button in the upper right corner) offers some interesting features?

• Double-click a file's icon open it
• Select a file and press Command+C to copy a file's URL
• Select a downloaded file and drag it to a folder, to your Desktop, or even to a Dock icon to launch it with that application

 

Save your Safari reading list for offline viewing

Posted in Safari Tips & Tricks

Safari for both macOS and iOS have a setting you may never have noticed, since we so often have Internet access. This is an easily overlooked feature that’s actually really cool. Here’s how to save your Safari reading list for offline viewing.

In Safari for macOS, choose Safari > Preferences and then click Advanced. You can then check next to the Reading List label Save Articles for Offline Reading Automatically. If that option isn't checked, you can also view the Reading List in the sidebar, right-click an item, and choose Save Offline.

With iOS Safari, you navigate to Settings > Safari and swipe down to the bottom, and then tap the switch to on for Automatically Save Offline. If you have that option disabled, which it is by default, you’re prompted the first time you choose Add to Reading List from the Sharing sheet whether or not to save items from then for offline reading automatically.

Safari ".com" shortcut

Posted in Safari Tips & Tricks

In the previous versions of Safari you could navigate to a URL without having to type ".com". The same can be done in Safari 10 with one extra keystroke.

Entering "apple" in the location bar of Safari will yield you Google search results for those terms. However, including a trailing slash will cause Safari to add the ".com" to a logical location in the address, and take you to that URL. So, "apple/" will take you to "apple.com". Finally, if you type “apple/macbook”, Safari will go to "apple.com/macbook”.

Turn your web browser into a notepad

Posted in Safari Tips & Tricks

Ever needed a quick place to paste some text or make a quick note while you’re doing web work?

Using a neat trick, you can turn any web browser window or tab into an instant notepad that you can write in. There really isn't much to this trick, and it works in just about web browser on just about every platform. All you need to do is copy and paste this into the URL bar, then hit Return:

data:text/html, <html contenteditable>

After you hit return the page will clear and you'll be able to start typing away. Paste in to your hearts delight, anything that is text based will go in, but images won't. The little scratch pad is completely ephemeral however, so don't expect to save anything from it directly and if you quit and relaunch the browser, your text will no longer be there (though the editable notepad will remain, just blank).

That little snippet can be bookmarked or saved as HTML, making it instantly accessible.