Dactyloidae iOS initial commit

This commit is contained in:
wuggy 2026-06-26 21:04:09 -07:00
commit 7154a0497e
2123 changed files with 197052 additions and 0 deletions

View file

@ -0,0 +1,14 @@
<SearchOverlay>
<append parent="//search:Url[@type='text/html']">
<Param name="type" value="ios"/>
</append>
<replace target="//search:Url[@type='application/x-moz-tabletsearch']">
<!-- tablet search not supported -->
</replace>
<replace target="//search:Url[@type='text/html' and @rel='mobile']">
<!-- phone search activity not supported -->
</replace>
<replace target="//search:Url[@type='application/x-moz-tabletsearch' and @rel='mobile']">
<!-- tablet search activity not supported -->
</replace>
</SearchOverlay>