Skip to content

Commit

Permalink
Change Content Blockers to Extensions (#268)
Browse files Browse the repository at this point in the history
Currently, the splash page says to go to Safari's settings and enable the extension in the `Content Blockers` tab. But that's not quite right, at least with the latest version of Safari. So I changed that to `Extensions`.
  • Loading branch information
lukefernandez committed Dec 2, 2023
1 parent 6cb73bf commit 4a0ea03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -583,7 +583,7 @@ <h2>Fast</h2>
<div class="usp">
<svg width="122" height="100" xmlns="http://www.w3.org/2000/svg"><g fill="#000" fill-rule="nonzero"><path d="M74.723 22.124a19.298 19.298 0 00-13.827 5.822 19.332 19.332 0 10-22.124 30.959v1.936c0 12.218 9.905 22.124 22.124 22.124S83.02 73.059 83.02 60.84v-1.936a19.317 19.317 0 00-8.297-36.781zm4.605 32.33a2.767 2.767 0 00-1.84 2.606v3.78c0 9.165-7.428 16.594-16.592 16.594-9.164 0-16.593-7.43-16.593-16.593V57.06c0-1.17-.737-2.214-1.839-2.606a13.796 13.796 0 1116.128-20.596 2.87 2.87 0 004.608 0 13.806 13.806 0 1116.128 20.596z"/><path d="M47.069 35.951a5.531 5.531 0 105.53 5.531 5.538 5.538 0 00-5.53-5.53zM74.723 35.951a5.531 5.531 0 105.531 5.531 5.538 5.538 0 00-5.53-5.53zM68.785 61.019a2.756 2.756 0 00-3.563 1.612 4.57 4.57 0 01-4.42 2.65 4.302 4.302 0 01-4.21-2.596 2.767 2.767 0 00-5.219 1.842 9.766 9.766 0 009.37 6.285h.124a9.924 9.924 0 009.53-6.23 2.763 2.763 0 00-1.612-3.563z"/><path d="M121.737 24.89c-.013-10.687-8.673-19.346-19.359-19.359a19.004 19.004 0 00-11.956 4.238c-17.539-13.033-41.548-13.025-59.078.02a19.127 19.127 0 00-11.93-4.258 19.308 19.308 0 00-7.715 37.029 49.78 49.78 0 1098.394 0 19.275 19.275 0 0011.644-17.67zm-116.15 0c.008-7.634 6.194-13.82 13.827-13.828 2.708.003 5.355.809 7.605 2.316a49.671 49.671 0 00-14.18 23.607A13.751 13.751 0 015.586 24.89zm55.309 69.137c-24.437 0-44.248-19.81-44.248-44.248S36.458 5.53 60.896 5.53c24.437 0 44.248 19.81 44.248 44.248a44.248 44.248 0 01-44.248 44.248zm48.057-57.042a49.673 49.673 0 00-14.205-23.63 13.649 13.649 0 017.63-2.293 13.785 13.785 0 016.575 25.923z"/></g></svg>
<h2>Simple</h2>
<p>It's as easy as downloading the app and enabling it in <em>Safari</em> settings ⭢ <em>Content Blockers</em>. No configuration or maintenance needed.</p>
<p>It's as easy as downloading the app and enabling it in <em>Safari</em> settings ⭢ <em>Extensions</em>. No configuration or maintenance needed.</p>
</div>
<div class="usp">
<svg width="105" height="102" xmlns="http://www.w3.org/2000/svg"><path d="M52.465 1C24.067 1 1 24.067 1 52.465c0 22 13.837 40.828 33.285 48.18a2.242 2.242 0 002.867-1.33L48.27 70.018a2.21 2.21 0 00-.044-1.748 2.182 2.182 0 00-1.285-1.19c-5.917-2.237-10.139-7.892-10.139-14.614 0-8.68 6.984-15.663 15.663-15.663 8.68 0 15.664 6.984 15.664 15.663 0 6.722-4.222 12.377-10.14 14.615-.576.2-1.04.63-1.284 1.189a2.21 2.21 0 00-.044 1.748l11.118 29.299a2.242 2.242 0 002.867 1.328c19.448-7.35 33.285-26.178 33.285-48.179C103.93 24.067 80.864 1 52.465 1zm0 4.475c25.978 0 46.99 21.013 46.99 46.99 0 19.291-11.79 35.619-28.39 42.865l-9.51-25.104c6.513-3.338 11.049-9.955 11.049-17.76 0-11.093-9.047-20.14-20.139-20.14-11.092 0-20.138 9.047-20.138 20.14 0 7.805 4.536 14.422 11.048 17.76l-9.51 25.104c-16.599-7.246-28.39-23.574-28.39-42.865 0-25.977 21.013-46.99 46.99-46.99z" fill="#000" fill-rule="nonzero" stroke="#000"/></svg>
Expand Down

0 comments on commit 4a0ea03

Please sign in to comment.