Skip to content

Instantly share code, notes, and snippets.

@devinmcginty
Created October 4, 2015 01:31
Show Gist options
  • Save devinmcginty/c1baa44841eaedcf8ba8 to your computer and use it in GitHub Desktop.
Save devinmcginty/c1baa44841eaedcf8ba8 to your computer and use it in GitHub Desktop.
var logo = "http://i.imgur.com/hQbRaZW.png";
var can = "http://i.imgur.com/cpQ1LhA.jpg"; // I haven't done anything with this yet
// Google logos
$("img[src$='/images/branding/googlelogo/2x/googlelogo_color_272x92dp.png']")
.attr("src", logo);
$("img[src$='/images/nav_logo231.png']")
.attr({"src": logo, "height": "37px", "width": "95px"})
.css("top", "0");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment