54ac / stream-detector

A Firefox addon for keeping track of manifests used by various streaming protocols and downloading media files.
https://addons.mozilla.org/en-US/firefox/addon/hls-stream-detector/
Mozilla Public License 2.0
642 stars 96 forks source link

More placeholders for custom commands #164

Closed TheRealTripleB closed 1 year ago

TheRealTripleB commented 1 year ago

Hello,

I discovered the browser plugin today and I am very excited. Especially the function to copy a custom command with just one click is great. With %url% you can dynamically write the URL in the command. Is there a possibility to write more data dynamically in there? a use case for me would be e.g. the page title, which is displayed in the overview under "source".

Thanks for the plugin and your work Many greetings

54ac commented 1 year ago

The full list of placeholders is available upon mouseover on the question mark next to the command field. Page title would be %tabtitle% for example.

TheRealTripleB commented 1 year ago

Thanks for the quick reply, that worked fine, I had somehow always tried to click on the question mark :D