帮助制作第一个脚本
我需要帮助为 GreaseMonkey 编写脚本。 我想要它做的就是按“CTRL”和“TAB”,然后在地址栏中输入 URL。然后重复。
我该怎么做?我从哪里开始? 请帮忙!
I need help with programming a script for GreaseMonkey.
All I want it to do is press "CTRL" and "TAB" and then enter a URL into the address bar. Then repeat.
How can I do this? Where do I start?
Please help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您实际上无法将 CtrlTab 发送到浏览器并将其解释为“切换选项卡命令”。如果可以的话,这将是一个安全漏洞。
但如果您想打开一个新选项卡,您可以轻松做到这一点。这是一个启动脚本:
I don't think you can actually send CtrlTab to the browser and have it interpreted as a "switch tabs command". That would be a security hole if you could.
But if you want to open a new tab, you can do that easily. Here's a starter script: