How would i run a perl script from a button on the toolbar
Is it possible to run a perl script on my pc from a button on the firefox toolbar. I would also like to grab the current url i'm viewing - is there an easy way to do this.
Is it possible to run a perl script on my pc from a button on the firefox toolbar. I would also like to grab the current url i'm viewing - is there an easy way to do this.
선택된 해결법
Hi, you have to create a webextension based on the DND documentation https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions
There are many examples you can discover
thank's
문맥에 따라 이 답변을 읽어주세요 👍 1모든 댓글 (1)
선택된 해결법
Hi, you have to create a webextension based on the DND documentation https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions
There are many examples you can discover
thank's