Windows 10 reached EOS (end of support) on October 14, 2025. For more information, see this article.

Sök i support

Akta dig för supportbedrägerier: Vi kommer aldrig att be dig att ringa eller skicka ett sms till ett telefonnummer eller dela personlig information. Rapportera misstänkt aktivitet med alternativet "Rapportera missbruk".

Läs mer

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

  • 4 svar
  • 1 har detta problem
  • 4 visningar
  • Senaste svar av muthu90ec

fler alternativ

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

Vald lösning

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).

Läs svaret i sitt sammanhang 👍 1

Alla svar (4)

fler alternativ

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.

fler alternativ

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

fler alternativ

Vald lösning

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).