We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91c7906 commit 7cdcdbbCopy full SHA for 7cdcdbb
1 file changed
SearchJumper/searchJumperDefaultConfig.js
@@ -222,6 +222,10 @@ switch (lang) {
222
"name": "🔆 页内搜索",
223
"url": "find:%sr"
224
},
225
+ {
226
+ "name": "百度小窗搜索",
227
+ "url": "showTips:https://m.baidu.com/s?word=%s\n<iframe src=\"{url}\" style=\" width: 600px; height: 400px; \">\n</iframe>\n<style>\n.search-jumper-tips{\n background: unset;\n padding: 0;\n}\n</style>"
228
+ },
229
{
230
"name": "百度站内搜",
231
"url": "https://www.baidu.com/s?wd=%s%20site%3A%h&ie=utf-8"
0 commit comments