Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

Cari Bantuan

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Pelajari Lebih Lanjut

Is there any way to modify contents of chrome://marionette/content/action.js in the released firefox?

  • 4 balas
  • 1 memiliki masalah ini
  • 21 kunjungan
  • Balasan terakhir oleh muthu90ec

I want to modify the contents of chrome://marionette/content/action.js in my local copy of firefox, Is it possible at all?

Thanks

I want to modify the contents of chrome://marionette/content/action.js in my local copy of firefox, Is it possible at all? Thanks

Solusi terpilih

With a XUL based legacy extension it would be easy to override this file, but you can no longer get legacy extensions signed via the Add-ons website.

Otherwise you would have to edit the file in the omni.ja archive (not recommended).

Baca jawaban ini dalam konteks 👍 1

Semua Balasan (4)

Probably possible, but the changes would be gone with the next Firefox update. The file where those js files are contained is replaced with every Firefox update.

That's fine, I tend not to update that specific version of the browser, this is for testing purposes.. Could you also give me steps on how to make changes in my local copy of firefox? Thanks

Solusi Terpilih

With a XUL based legacy extension it would be easy to override this file, but you can no longer get legacy extensions signed via the Add-ons website.

Otherwise you would have to edit the file in the omni.ja archive (not recommended).