Is there anyway to change url on html on bulk?

wannabegoodatseo

Power Member
Joined
Dec 19, 2021
Messages
598
Reaction score
190
let's say I have a html with lots of links.

I wanna change link A, B, C to D, F, G so on.

is there any tool or trick to achieve this ?
 
Yes you can replace the links on your html editing software or in a text file
 
Or i can make u a python app to get your work done.
 
You can use "https://visualstudio.microsoft.com/" to find and replace on all files at once.
You can also use notepad, just copy and paste the html code in your notepad and replaced them
 
I recall doing a similar task on Visual Studio like a decade ago.

Take a look at VS' built-in macros, and do some Googling :)
1 more thing,
would you give me some hint to find that macro?
not familiar with vs neither macro
 
did you get any solution ? if not then tell me your requirements i'll make a bot for you.
 
Hi, do you just want to export the links and make changes on the way, and have them stored. Or you want to make replacement in the html page hosted somewhere ? Or it's not hosted ?
 
Back
Top