如何在每次在 Firefox 中打开特定网站时执行 JavaScript?

发布于 2024-08-23 09:20:04 字数 247 浏览 5 评论 0原文

实际上,问题是每次我访问 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

似最初 2024-08-30 09:20:04

如果您已经计划使用greasemonkey,请安装它并

  1. 创建“新用户脚本”,
  2. 为其命名,并
  3. 在帖子正文中设置包含http://zedge.net/*
    1. 使用脚本将“未选择手机”复选框设置为 true
    2. 下一行 zlibQuicklinkPhone(2, 1476, 0);

基本上就是这样。

If you already have a plan to use greasemonkey, install it and

  1. create "New User Script"
  2. give it a name, and set Includes http://zedge.net/*
  3. in post body,
    1. set checkbox of 'no phone selected' to true with script
    2. and on next line zlibQuicklinkPhone(2, 1476, 0);

basically thats all.

歌枕肩 2024-08-30 09:20:04

您可以将 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文