Dactyloidae/mobile/ios/Client/Assets/Search/SearchOverlays/yahoo.xml
2026-06-26 21:04:09 -07:00

14 lines
550 B
XML

<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>