dotjs/500px.com.js @ 7c688e677d72

moar
author Steve Losh <steve@stevelosh.com>
date Mon, 16 Jul 2012 15:24:53 -0400
parents (none)
children 4e2fe1ec0997
$(function() {
    var i = $("img#mainphoto.clickable").attr("src");

    $('body').append("<img width=40 height=40 id='fucking-let-me-drag-you-assholes' src='" + i + "'>");

    $('#fucking-let-me-drag-you-assholes').css('position', 'absolute').css('top', '40px').css('left', '40px');

});