This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!name = Siri搜索自定义 | |
#!desc = 将Siri搜索从百度重定向到Google,百科从百度重定向到维基百科 | |
#!author = 自定义脚本 | |
#!version = 1.0 | |
#!date = 2025-07-12 | |
[Script] | |
# Siri 搜索请求拦截 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!name = Siri搜索自定义 | |
#!desc = 将Siri搜索从百度重定向到Google,百科从百度重定向到维基百科 | |
#!author = 自定义脚本 | |
#!version = 1.0 | |
#!date = 2025-07-12 | |
[Script] | |
# Siri 搜索请求拦截 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
Siri 搜索自定义脚本 - 修正版 | |
功能:将 Siri 搜索从百度重定向到 Google,百科从百度重定向到维基百科 | |
*/ | |
// 记录日志函数 | |
function logMessage(message) { | |
console.log(`[Siri搜索自定义] ${new Date().toISOString()} - ${message}`); | |
} |