0

I want to create a website that allows another site to be typed in which will then parse that site , modify certain content then out put the site with the modified content.

E.g. If i have a site mysitemodifier.co.uk goto it and enter https://stackoverflow.com/ for it to parse and say change all instances of the letter "s" to "Z" and then out put the site with the changes.

Sort of a webpage within a webpage.

Any ideas how i would go about creating a site to do this ? I have used php to parse a site and out put it but it simply messes up the css and links and just reads the page rather than outputting it out.

I need it to be webbased rather than an extension like Replace text in website with Chrome content script extension

Any Ideas?

Community
  • 1
  • 1
  • Let the downvotes frenzy begin – Dmitri Snytkine Oct 24 '11 at 15:07
  • You would also need to grab the css/js files that build the site, and change all urls so they work with your site. Now the question is.. why would you need/want to do this? – Oliver O'Neill Oct 24 '11 at 15:40
  • I use a few sites for business and would like to match up some data to make it easier to use. E.g. If there's a page with products i would like to match the product code on the page to the code in my database to show on the page whether or not its in my database. The site has no option to highlight the products i use. – user1010848 Oct 24 '11 at 16:02

0 Answers0