You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey, I've been struggling to make a specific rule for a while now. I'm in Turkey right now, but I don't like how websites usually load in Turkish (generally it will be website.com.tr). I have made rules to redirect some sites, such as Amazon, but I need help with one site in particular. Also, I don't have too much programming knowledge, so I've been struggling.
So, imagine the site is website.com.tr/content. I require it to redirect that to usa.website.com/content?ignoreredirects=true. The main part I'm struggling with is preserving the 'content' part of the site, because it is between two things. I tried looking into regex, but couldn't really figure it out. Thank you for your time.
The text was updated successfully, but these errors were encountered:
Hey, I've been struggling to make a specific rule for a while now. I'm in Turkey right now, but I don't like how websites usually load in Turkish (generally it will be
website.com.tr
). I have made rules to redirect some sites, such as Amazon, but I need help with one site in particular. Also, I don't have too much programming knowledge, so I've been struggling.So, imagine the site is
website.com.tr/content
. I require it to redirect that tousa.website.com/content?ignoreredirects=true
. The main part I'm struggling with is preserving the 'content' part of the site, because it is between two things. I tried looking into regex, but couldn't really figure it out. Thank you for your time.The text was updated successfully, but these errors were encountered: