Proxomiron filter? Show URL on page

  • Thread starter Thread starter Google's friend
  • Start date Start date
G

Google's friend

looking for a filter from proxomitron that will display the page url
ion the actual page so when i save it I have a url as well

TIA
 
looking for a filter from proxomitron that will display the page url
ion the actual page so when i save it I have a url as well

Try any of these:

This is the one I use:

Name = "Inject URL"
Active = TRUE
Multi = TRUE
Limit = 256
Match = "<body\1>"
Replace = "<body\1> PAGE URL:<a href="\u">\u</a><br>"

This is a later one, but I've found a few sites it doesn't work with.
(You can exclude those sites in the URL field.)

Name = "Inject URL 1"
Active = FALSE
Multi = TRUE
Limit = 256
Match = "<start>"
Replace = "PAGE URL: <a href="\u">\u</a><br>"

This one is the same as the one directly above, but with date/time
included:

Name = "Inject URL 2 (with Date/Time) "
Active = FALSE
Multi = TRUE
Limit = 256
Match = "<start>"
Replace = "PAGE URL: <a href="\u">\u</a><br>ACCESS: $DTM(Y/M/D h:m a)"


Experiment, and see which one you like best. :)
 
Back
Top