如何在每次在 Firefox 中打开特定网站时执行 JavaScript?
实际上,问题是每次我访问 zedge.net 时我都必须从列表中选择我的手机。现在,我能做的是,一旦我点击“未选择手机”,我可以在地址栏中写入: javascript:zlibQuicklinkPhone(2, 1476, 0);
并按 Return 键将选择我的手机。但我希望这可以自动完成。我该怎么做?
注意:我没有使用greasemonkey,但如果没有它就无法解决这个问题,那么我也可以安装它。
Actually, the problem is every time i access zedge.net i have to select my phone from the list. Now, what i can do is, once i click on 'no phone selected' i can write: javascript:zlibQuicklinkPhone(2, 1476, 0);
in address bar and pressing Return key will select my phone. But i want this to be done automatically. How can i do this?
Note: i am not using greasemonkey, but if this problem can't be solved without it, then i can install that too.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
如果您已经计划使用greasemonkey,请安装它并
http://zedge.net/*
,zlibQuicklinkPhone(2, 1476, 0);
基本上就是这样。
If you already have a plan to use greasemonkey, install it and
http://zedge.net/*
zlibQuicklinkPhone(2, 1476, 0);
basically thats all.
您可以将 javascript 放入书签:创建一个新书签并用我们的 javascript 替换 http 链接(包括“javascript:”部分)。当您将小书签放入工具栏中时,只需单击一下即可获取您的电话号码。它不是自动的,但这是在没有 GM 的情况下可以做的最好的事情。
You could put the javascript into a bookmarklet: Create a new bookmark and replace the http link with our javascript (including the "javascript:" part). When you place the bookmarklet in the toolbar, your phone number is just one click away. It's not automatic, but it's the best you can do without GM.