mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
14 lines
550 B
XML
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>
|