paint-brush
How to bypass Safari 12 ‘unsafe extension’ warningby@arthur_guiot
2,642 reads
2,642 reads

How to bypass Safari 12 ‘unsafe extension’ warning

by Arthur GuiotAugust 2nd, 2018
Read on Terminal Reader
Read this story w/o Javascript
tldt arrow

Too Long; Didn't Read

In <a href="https://hackernoon.com/tagged/safari" target="_blank">Safari</a> 12, Apple removed the possibility of downloading 3rd party <a href="https://hackernoon.com/tagged/extensions" target="_blank">extensions</a> that weren't available on the <strong>Safari Extension Gallery</strong>.
featured image - How to bypass Safari 12 ‘unsafe extension’ warning
Arthur Guiot HackerNoon profile picture

In Safari 12, Apple removed the possibility of downloading 3rd party extensions that weren't available on the Safari Extension Gallery.

Hopefully, there is a way to bypass this issue, and I’ll show it to you in this story.

We’ll use the Muz.li extension as our example for this tutorial.

First, let’s download the extension.

Once, it’s downloaded, you should have the following file in your download folder:

Now, let’s open this weird app (if you’re not a developer of course 😊) called Terminal. To open it, just do a simple Spotlight search by hiting Cmd+space.

Once it’s open, type the following line and hit enter:

cd Downloads

This will tell the app to open your Downloads folder.

Then, you’ll copy the following line, but you’ll replace “Muzli” by the extension you’re trying to download.

xar -xf Muzli.safariextz

This will unpack your extension.

Now, open Safari, and hit Cmd+, . This will open the settings window. And navigate to Advanced.

Now, tick the last checkbox, this will enable development mode.

Then in the Development menu, go to the extension builder.

Once you’ve opened the extension builder, you should see a window popping up.

Now, you’ll select the unpacked folder that will have at the end of it’s name .safariextension.

Once you’ve opened the extension, just click on the execute button to install your extension.

And you’re done 🎉

If you liked this story, don’t hesitate to spam that clap 👏 button 😊.