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