mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 08:18:41 +09:00
11 lines
445 B
XML
11 lines
445 B
XML
<SearchOverlay>
|
|
<replace target="//search:Param[@name='from' and @value='1000969a']">
|
|
<Param name="from" value="1000969b"/>
|
|
</replace>
|
|
<replace target="//search:Url[@type='application/x-moz-tabletsearch']">
|
|
<Url type="application/x-moz-tabletsearch" method="GET" template="https://m.baidu.com/s">
|
|
<Param name="from" value="1000969b"/>
|
|
<Param name="word" value="{searchTerms}"/>
|
|
</Url>
|
|
</replace>
|
|
</SearchOverlay>
|