SearchJumper

Instantly search selected text across multiple search engines. Highlight keywords and boost your research efficiency.

< Feedback on SearchJumper

Review: Good - script works

§
Posted: 2023-05-20

请问怎么本地调用everything搜索?

hoothinAuthor
§
Posted: 2023-05-21

这里有说明,windows的话可以参考 https://meta.appinn.net/t/topic/32970/171

§
Posted: 2023-05-28

好的,感谢

§
Posted: 2023-06-30

请问在网页中选中文本,对文本进行替换,比如把:替换为空,然后用everything搜索,ES://%s应该怎么改?

hoothinAuthor
§
Posted: 2023-07-01
Edited: 2023-07-01

用%s.replace ES://%s.replace(/:/,""),这是替换一次的,把:全部替换要再加个g ES://%s.replace(/:/g,"")

§
Posted: 2023-07-01

用%s.replace ES://%s.replace(/:/,""),这是替换一次的,把:全部替换要再加个g ES://%s.replace(/:/g,"")

成功了,谢谢!

Post reply

Sign in to post a reply.