Skip to content

Instantly share code, notes, and snippets.

@DoctorD90
Created February 4, 2017 21:19
Show Gist options
  • Save DoctorD90/3c3b7de0f08963a7c6889346c6b64ddc to your computer and use it in GitHub Desktop.
Save DoctorD90/3c3b7de0f08963a7c6889346c6b64ddc to your computer and use it in GitHub Desktop.
Browser Search Engine extension to open a Mailinator's mailbox
<?xml version="1.0" encoding="UTF-8" ?>
<OpenSearchDescription xmlns="http://a9.com/-/spec/opensearch/1.1/">
<ShortName>Mailinator.com</ShortName>
<Description>Open a Mailinator's mailbox</Description>
<!--
<Image height="16" width="16" type="image/x-icon">https://mailinator.com/ico/favicon.ico</Image>
-->
<!--
wget https://mailinator.com/ico/favicon.ico
convert favicon.ico favicon.png
base64 favicon.png | tr -d "\n" > favicon.txt
-->
<Image width="16" height="16">data:image/x-icon;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAABR1BMVEX////u9PvL3vGuy+mmxeegwuWdweSewOOeweWhwuWnxuevzOnM3vHs8/qIs9+YvePe6fbd6fabvuSOtuCox+f879/30qb53bz50Kj95dD//fylxebX5fTD2O7zzZPsqUjtp0nuo0T+9uzvmT7wm0XxmET74MjR4fLO4PKMtt/9+PDrrkzsq0zsqEn54cL427bvoUjvoEnxnkn//PmTuuH7/f6wzOn//vzqsU7rr0zrrUzwvHHyvnjupUrvo0nvokz//v2iw+bl7vi60+zuvm3qsEvstFXrrUrsq0jusFnup0nwr1/Z5/V/rtz57NTqsEr23LHuv2/vvm366M3sqkr22K2DsN38/f7Q4fLx9fv45ML89OX+/fr++/f9+O/22a3//Pi30Ov5+/2Gst70+Py20OuewOWdwOWdwOSewOSfweWeweSLtd+lnuXLAAAAAWJLR0QAiAUdSAAAAAd0SU1FB+ECBBQnDsI8Mn4AAACpSURBVBjTY2AgDBiZmFlY2djYOTi5uHl4GRj4+AUQkoJCwgwiQFpUTJyBQUJSCsiUZpCRZZCTV1BkUFJWUVVjUNdgYNBk0NLW0dXTNzA0MmYwMWVgMGMwt7C0sraxtbN3YHAE6nJyZnBxdXP38PTyZpDxARnty+DnHxAYFBwSyhAWDhKIiGSIio6JjYtPYEgEW56UDHMGawqETk1Lz8jMyMpOzyHCY1gAADQQF/V2H1QsAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDE3LTAyLTA0VDIwOjQxOjE0KzAxOjAwgQm0AAAAACV0RVh0ZGF0ZTptb2RpZnkAMjAxNy0wMS0yNlQxMzoyMzoyMiswMTowMMAqXgMAAAAASUVORK5CYII=</Image>
<InputEncoding>UTF-8</InputEncoding>
<!--
<OutputEncoding>UTF-8</OutputEncoding>
-->
<Url type="text/html" template="https://www.mailinator.com/inbox2.jsp?public_to={searchTerms}"/>
</OpenSearchDescription>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment