搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

Learn More

How to update browser.bookmarks.defaultLocation with JavaScript

  • 8 回覆
  • 0 有這個問題
  • 23 次檢視
  • 最近回覆由 Jason

more options

The default location of the new bookmark is set in about:config,that is browser.bookmarks.defaultLocation. How can i change it with JavaScript in third-party extensions?

The default location of the new bookmark is set in about:config,that is browser.bookmarks.defaultLocation. How can i change it with JavaScript in third-party extensions?

所有回覆 (8)

more options

Hi Jason

It is not possible to alter about:config preferences using an add-on.

more options

Paul said

Hi Jason It is not possible to alter about:config preferences using an add-on.

Well. Is there an API to update the default bookmark location?As is usually done by clicking on the collection star.

由 Jason 於 修改

more options

I am sorry, but I do not believe that there is.

more options

Perhaps a policy would do what you want. There is a list of policies on github and searchfox.

https://support.mozilla.org/en-US/kb/customizing-firefox-using-group-policy-windows

由 Terry 於 修改

more options

I researched policy, maybe my knowledge is shallow and I didn't find a solution.

more options

There is also autoconfig.js which enables you to preset preferences. (Remove the blank space in the second link.)

https://support.mozilla.org/en-US/kb/customizing-firefox-using-autoconfig https://www.userchrome. org/what-is-userchrome-js.html

more options

What is your use case for modifying the browser.bookmarks.defaultLocation pref ?

more options

cor-el said

What is your use case for modifying the browser.bookmarks.defaultLocation pref ?

I'm using a third-party bookmark add-on “Bookmark Tab Here”, but Firefox's bookmark button doesn't remember the add-on's most recent bookmark location.