The Un-Official Proxomitron Forum
[req]URL to title bar - Printable Version

+- The Un-Official Proxomitron Forum (https://www.prxbx.com/forums)
+-- Forum: Proxomitron Filters (/forumdisplay.php?fid=38)
+--- Forum: Filter Help/Request (/forumdisplay.php?fid=31)
+--- Thread: [req]URL to title bar (/showthread.php?tid=1250)



[req]URL to title bar - bugger - Jan. 31, 2009 06:23 AM

How do I add the url address to the title bar?

something like this "page title | url | Etag - browser"

page title is given
url is the wanted part
etag is sidki set


RE: [req]URL to title bar - whenever - Jan. 31, 2009 11:38 AM

you can use \u to append the url:
Code:
[Patterns]
Name = "URL to title bar"
Active = TRUE
Limit = 256
Match = "<title>\1</title>"
Replace = "<title>\1--\u</title>$STOP()"



RE: [req]URL to title bar - lnminente - Jan. 31, 2009 04:01 PM

Thanks Whenever, here some tips:
Tip for avoid not matching: Adding a space always before the closing ">" in that way it could match "<title >" too
Tip for speed: add $TYPE(htm) in the URL