daverix / urlforwarder

Enables you to use bookmarklets on Android
GNU General Public License v3.0
44 stars 7 forks source link

working regex matching and automatic url forwarding to relevant app if specified. #15

Open Gibson223 opened 8 months ago

Gibson223 commented 8 months ago

this commit fixes #13 might fix #9 should fix #7 should fix #5 using google.com/(.*) matches '123' in url google.com/123. using test.com/\1 as filter results in test.com/123. This allows for reusing parts of the originating url.