Can you modify the URL you are selecting with LinkSelector?

I am trying to eliminate a step by modifying the LinkSelector, specifically appending "/about" to a link scraped from the page.

Example:
Start page1.com -> Link to page2.com -> link to page2.com/about

Could I go straight from page1.com to page2.com/about?

@navetz Hi, you could try specifying the selector to a[href*='/about'] - of course it depends on the structure of the targeted website.