Replace a word with a word in the URL string

Check the Filter Reference — there are filters like the_content, the_title, wp_title, etc. I’m not sure what you’d filter to get the logo description and footer — you might need to delve into your theme’s code.

Also, make sure you sanitize anything you get from $_GETnever ever trust user-generated content. See Data Validation for more information.