Този сайт ще има ограничена функционалност, докато се извършва тече неговата поддръжка. Ако дадена статия не може реши проблема ви и искате да зададете въпрос, нашата общност е готова да ви помогне на @firefox в Twitter и /r/firefox в Reddit.

Търсене в помощните статии

Избягвайте измамите при поддръжката. Никога няма да ви помолим да се обадите или изпратите SMS на телефонен номер или да споделите лична информация. Моля, докладвайте подозрителна активност на "Докладване за злоупотреба".

Научете повече

Run custom .js file from defaults\pref

  • 3 отговора
  • 1 има този проблем
  • 26 изгледи
  • Последен отговор от eddythorn

more options

Is it possible to either A) Have FF run a simple custom .js file that I've created that's located in the defaults\pref directory (each time FF is run), or B) Add a couple of lines of javascript to the local-settings.js file? I've tried but it hasn't worked, so I don't know if it's even possible.

Thanks.

Is it possible to either A) Have FF run a simple custom .js file that I've created that's located in the defaults\pref directory (each time FF is run), or B) Add a couple of lines of javascript to the local-settings.js file? I've tried but it hasn't worked, so I don't know if it's even possible. Thanks.

Избрано решение

To run JavaScript with chrome permissions you would have to add this code to the mozilla.cfg file that you specify to use via the local-settings.js file.

Прочетете този отговор в контекста 👍 0

Всички отговори (3)

more options

Избрано решение

To run JavaScript with chrome permissions you would have to add this code to the mozilla.cfg file that you specify to use via the local-settings.js file.

more options

Thanks Mike! I had already bookmarked your site, but didn't run across those posts. This is exactly what I need.

more options

Mike, I'm running into a problem. I am adding a bookmark folder and a few bookmarks (placed this code into a firefox.cfg file). Now every time I launch FF, a new copy of the bookmark folder is being created. My thought was to check if the folder exists - if it does, don't add the folder. To do this, I need to know the Id of the item I'm removing. However, I can't seem to determine how to get this info without digging into the places.sqlite file. Suggestions?