We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Funkcionalnosć tutoho sydła so přez wothladowanske dźěła wobmjezuje, kotrež maja waše dožiwjenje polěpšić. Jeli nastawk waš problem njerozrisuje a chceće prašenje stajić, wobroćće so na naše zhromodźenstwo pomocy, kotrež na to čaka, wam na @FirefoxSupport na Twitter a /r/firefox na Reddit pomhać.

Pomoc přepytać

Hladajće so wobšudstwa pomocy. Njenamołwimy was ženje, telefonowe čisło zawołać, SMS pósłać abo wosobinske informacije přeradźić. Prošu zdźělće podhladnu aktiwitu z pomocu nastajenja „Znjewužiwanje zdźělić“.

Dalše informacije

How can I enable "Adobe Create PDF" extension programmatically ?

  • 1 wotmołwa
  • 13 ma tutón problem
  • 19 napohladow
  • Poslednja wotmołwa wot zrusilla

more options

I am automating a workflow where in I want to control (enable/disable) Adobe Create PDF extension programmatically using JavaScript or in any other scripting language ? If anyone has worked on controlling Firefox Addons/Extensions by a script/program, please share your experience. I shall be very thankful.

Thanks.

I am automating a workflow where in I want to control (enable/disable) Adobe Create PDF extension programmatically using JavaScript or in any other scripting language ? If anyone has worked on controlling Firefox Addons/Extensions by a script/program, please share your experience. I shall be very thankful. Thanks.

Wšě wotmołwy (1)

more options

Programmatically set the preference 'extensions.autoDisableScopes'. See https://developer.mozilla.org/en/Installing_extensions, 'Disabling install locations' for explanation of what this preference means.

I was having the same problem with programmatically-installed extensions being installed but disabled. I discovered that the default value for extensions.autoDisableScopes was 15, which blocked everything. I set it to 0 (because I have a nonstandard install location) and my extensions were enabled upon startup.