搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

Script writing facility in firefox

  • 2 个回答
  • 2 人有此问题
  • 1 次查看
  • 最后回复者为 Nitish

more options

I want firefox to automatically open some websites and download the content in the links (whose name is known), each time I open firefox. I don't know how to edit the firefox build, but I think using a firefox build has a steep learning curve. Is there any shorter way like writing some common script or something like that to do this task?

In Ubuntu, scripts can be written in bash. Is there any such facility for firefox? I personally, don't like to use add-ons for such seemingly simple tasks unless it is mandatory.

OS: Ubuntu 13.04

I want firefox to automatically open some websites and download the content in the links (whose name is known), each time I open firefox. I don't know how to edit the firefox build, but I think using a firefox build has a steep learning curve. Is there any shorter way like writing some common script or something like that to do this task? In Ubuntu, scripts can be written in bash. Is there any such facility for firefox? I personally, don't like to use add-ons for such seemingly simple tasks unless it is mandatory. OS: Ubuntu 13.04

所有回复 (2)

more options

It's easy to launch web pages in Firefox externally by adding the URL to the command line, and you can use user scripts (in a host extension such as Greasemonkey or Scriptish) to open links in a page.

However, to download files, you would need to find an extension. Ordinary scripts do not have the privileges needed to save files.

As a starting point, I suggest searching on the Add-ons site: https://addons.mozilla.org/firefox/

more options

Sorry, but I don't want to use addons. I want to do it myself by some new script or something.