BigSearch icon indicating copy to clipboard operation
BigSearch copied to clipboard

Browser extension. Definitly more than a GET/POST sender. Handily use search engines via a Flexible Tool! UI has Vimium-like feature 🌐🔍 (Pure-client. No 3rd-party server needed) 大术专搜 既专又广 手...

Results 13 BigSearch issues
Sort by recently updated
recently updated
newest added

Hi there! 1. No Icons. 2. No multiple links are open in one click. How can I select 5 or 7 links and open them at one time??? 3. No...

Is it possible to set this so that I can choose and search multiple engines at once rather than having to click search for each engine separately? Thanks

enhancement
solved

https://github.com/CanisLupus/swift-selection-search/issues/244 Cheers

UI looks strange after moving to collapsible menu on Firefox: ![图片](https://user-images.githubusercontent.com/29907700/146714710-ab466499-c5c4-45f8-958d-846f5afa595c.png)

solved

The extensions is very helpful but, if we add a long list of search engines, it will be hard to use. It would be good if it is possible to...

enhancement

既然nvm模式是这个扩展的特色, 为什么不能在打开扩展的时候自动开启vem? 还需要再按快捷键切换状态. 为了更便捷点,能否添加一个开关选项, 可以让用户在弹出界面决定是否开启vem?

尝试添加kimi,打开新网页后,无法正常触发输入和搜索。在用的油猴脚本使用粘贴方式可以正常触发。 站点:https://kimi.moonshot.cn/ 以下配置无法触发输入和搜索 ``` "kimi": { "dname": "kimi", "addr": "https://kimi.moonshot.cn", "ajax": [ 3000, "[data-testid='msh-chatinput-editor']", 500, "[data-testid='msh-chatinput-send-button']" ], "action": "https://kimi.moonshot.cn/chat" }, ``` 使用js脚本可以完成输入和搜索 ``` function saveTextToClipboard(text) { navigator.clipboard.writeText(text) .then(() => {...

Slack requires that search terms be Base64 encoded. Is this a feature you would be interested in adding?

Hello there! Sorry for asking here. Does anybody know a `BigSearch` like but as a Win installable/portable application? If Open Source even better. I only know one alternative but as...

Web of Science 页面变化,原本的搜索方式失效。目前只想到 ajex 的办法解决,体验很差。不仅需要添加等待,而且需要输入检索式。 ```json "webofscience": { "dname": "Web of Science", "addr": "https://webofscience.clarivate.cn", "action": "https://webofscience.clarivate.cn/wos/alldb/advanced-search", "ajax": [ 2000, "#advancedSearchInputArea" ] } ```