Skip to content

Instantly share code, notes, and snippets.

@mgerlach-klick
Created December 1, 2014 14:12
Show Gist options
  • Save mgerlach-klick/9d94aeba9df47460e250 to your computer and use it in GitHub Desktop.
Save mgerlach-klick/9d94aeba9df47460e250 to your computer and use it in GitHub Desktop.
Less creepy genome
// ==UserScript==
// @name no creepiness
// @namespace com.px0.klick
// @version 1
// @grant none
// ==/UserScript==
setInterval(function() {
jQuery('img[src$="/file/download?inline=true&GUID=79d2d216-c952-4af9-9f66-bd2a144b84b3"]').attr("src", "http://cutearoo.com/wp-content/uploads/2012/11/Puppy7.jpg");
}, 2000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment