Pedal-Intelligence / saypi-userscript

An independent voice interface for Inflection AI's conversational assistant, Pi
https://www.saypi.ai/
Other
15 stars 3 forks source link

Browser compatibility metadata #45

Closed rosscado closed 6 months ago

rosscado commented 8 months ago

Encode supported browser information in the userscript metadata. This will allow users installing from userscript repos (rather than direct from www.saypi.ai) to have an idea of whether their browser is supported.

§@compatible Flags this script as compatible with a browser. Compatibility information will be shown on a script's page. Comments on compatibility can be included in the format @compatible firefox Must disable pop-up blocker. Recognized browsers are: firefox, chrome, opera, safari, edge. §@incompatible Flags this script as incompatible with a browser. Compatibility information will be shown on a script's page. Optional comments on compatibility can be included in the format @incompatible firefox Broken since Firefox 23. Recognized browsers are: firefox, chrome, opera, safari, edge.