NaimKabir / personal-golinks

Personal shortlinks completely managed in a browser extension.
MIT License
0 stars 0 forks source link

Allow dynamic linking #14

Open NaimKabir opened 1 year ago

NaimKabir commented 1 year ago

I want to be able to specify that go/who/{NAME} unpacks into: https://github.com/{NAME}.

This allows for more flexible links that plug into my workflow.

Use cases:

NaimKabir commented 1 year ago

The google DeclarativeNetRequest paradigm makes this difficult because it expects to have explicit URL-redirect rules. We'd need some kind of just-in-time creation-and-destruction of rules to make this happen—or switch paradigms altogether.

NaimKabir commented 1 year ago

Making sure to reserve 1000 IDs of the allowed dynamic rules space to see if we can use those for this feature in this #15