ruyi_search_in_sources
Search loaded JavaScript source code on a webpage for strings or regular expressions, with optional URL and case filters to pinpoint specific code.
Instructions
在页面已加载的 JS 源码中搜索字符串或正则表达式。
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | 搜索字符串或正则表达式 | |
| isRegex | No | ||
| pageIdx | No | ||
| urlFilter | No | 仅搜索 URL 含此字符串的脚本 | |
| maxResults | No | 最大结果数,默认 30 | |
| caseSensitive | No |