Commit Graph

7 Enmetoj

Author SHA1 Message Date
Jaidyn Ann 3b09eb6d2a Split files into subdirectories
No functional change!
2024-03-04 14:34:56 -06:00
Jaidyn Ann 2c73b5a956 Write placeholders for download-command inputs 2024-03-03 22:56:30 -06:00
Jaidyn Ann 596b383a54 Add options-page section for “Download commands”
… though it is completely non-functional, as yet.
2024-03-03 22:13:04 -06:00
Jaidyn Ann b1ce996246 Add localization support + Esperanto translation 2024-03-03 10:46:17 -06:00
Jaidyn Ann 45462ffa98 Register commands and URL-regexes separately
This allows easy re-use of commands, tying names
to URL-regexes rather than command-strings.
Much more user-friendly, I reckon!

Also, now we use “$URL” instead of “%s” for URL
substitution in commands. More shelly that way.
2024-03-02 13:25:06 -06:00
Jaidyn Ann a41b7a70cf Execute configured command for URL, on button-hit
Now we don’t run a hardcoded command when the
address-bar button is pressed, but the command
configured for that URL.

Also, we only enable the address-bar button for
tabs whose URL is matched by some command.
2024-02-28 18:37:13 -06:00
Jaidyn Ann eb1b330ffc Add settings page, for defining commands
The settings aren’t used yet, but at least editing
is out of the way!
2024-02-28 11:00:42 -06:00