Re-enable right-click & add Download links to thumbnail pages on PhotoReflect pages.
/* | |
Copy the single line of code below, then add it as a new bookmark to your web browser of choice: | |
javascript:(function(){document.body.appendChild(document.createElement('script')).src='http://gist.githubusercontent.com/dcpesses/9652778/raw';})(); | |
Then browse to the thumbnails of the album, click on that bookmark, and...enjoy! | |
*/ | |
document.oncontextmenu=document.body.oncontextmenu = new Function("return true"); | |
$('.thumbgrid').each(function(i){ | |
var id = $(this).closest('a').attr('href').match(new RegExp("i=(.+?)&", "i")).shift(); | |
$(this).closest('td').append('<a href="/web/bin/prpv.dll?cmd=photo&s=-2&'+id+'p=" class="dl">↓ Download</a>'); | |
}); |
This comment has been minimized.
This comment has been minimized.
I wrote a blog post about doing this http://blog.fzakaria.com/2016/01/11/photoreflect-unwatermarked-image/ |
This comment has been minimized.
This comment has been minimized.
doesn't work anymore, any work around? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This comment has been minimized.
What about the high-res ones ?