mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-22 16:37:31 +09:00
Dactyloidae iOS initial commit
This commit is contained in:
parent
daa6179d22
commit
7154a0497e
2123 changed files with 197052 additions and 0 deletions
11
mobile/ios/Client/Assets/Search/SearchOverlays/baidu.xml
Normal file
11
mobile/ios/Client/Assets/Search/SearchOverlays/baidu.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<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>
|
||||
11
mobile/ios/Client/Assets/Search/SearchOverlays/bing.xml
Normal file
11
mobile/ios/Client/Assets/Search/SearchOverlays/bing.xml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
<SearchOverlay>
|
||||
<replace target="//search:Param[@name='pc' and @value='MOZB']">
|
||||
<Param name="pc" value="MOZW"/>
|
||||
</replace>
|
||||
<replace target="//search:Param[@name='form' and @value='MOZMBA']">
|
||||
<Param name="form" value="MOZWSB"/>
|
||||
</replace>
|
||||
<replace target="//search:Url[@type='application/x-moz-tabletsearch']">
|
||||
<!-- tablet search not supported -->
|
||||
</replace>
|
||||
</SearchOverlay>
|
||||
|
|
@ -0,0 +1,8 @@
|
|||
<SearchOverlay>
|
||||
<replace target="//search:Param[@name='t' and @value='fpas']">
|
||||
<Param name="t" value="ffip"/>
|
||||
</replace>
|
||||
<replace target="//search:Param[@name='t' and @value='ftas']">
|
||||
<Param name="t" value="ffit"/>
|
||||
</replace>
|
||||
</SearchOverlay>
|
||||
5
mobile/ios/Client/Assets/Search/SearchOverlays/qwant.xml
Normal file
5
mobile/ios/Client/Assets/Search/SearchOverlays/qwant.xml
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
<SearchOverlay>
|
||||
<replace target="//search:Param[@name='client' and @value='ff_android']">
|
||||
<Param name="client" value="ff_ios"/>
|
||||
</replace>
|
||||
</SearchOverlay>
|
||||
14
mobile/ios/Client/Assets/Search/SearchOverlays/yahoo.xml
Normal file
14
mobile/ios/Client/Assets/Search/SearchOverlays/yahoo.xml
Normal 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>
|
||||
Loading…
Add table
Add a link
Reference in a new issue