aloneguid / bt

Browser Tamer - browser proxy for Windows with autodetection, rules, scripting.
https://aloneguid.github.io/bt/
Apache License 2.0
157 stars 6 forks source link

Links preprocessing #57

Closed PsychodelEKS closed 8 months ago

PsychodelEKS commented 10 months ago

It would've been handy to have an option to pre-pocess URLs (preg replace) before applying any logic, for cases when the "old" URL stopped working due to domain/parameters changes and is not redirect automatically server-side.

aloneguid commented 10 months ago

It's possible, BT already has link processing pipeline, so it's a matter of exposing that in the UI. Can you give me an example you are working with?

PsychodelEKS commented 10 months ago

For now I wanted to replace this: https://sub_domain_1.domain.com/entity/13245 with this: https://sub_domain_2.domain.com/entity/13245 on the fly, before actually openning the link.

aloneguid commented 10 months ago

This will be released in 3.7.0, already working on it!

aloneguid commented 9 months ago

just some early prototype: image

PsychodelEKS commented 9 months ago

just some early prototype

looks good :)

PsychodelEKS commented 7 months ago

Works like a charm, thnx!