Your reviews, our smiles

We collect the sweet nothings we receive, have a look at them and leave yours. 🙌

There are no articles in this category
// prevent display of too big images var f = function() { $("#gd img").each(function() { $(this).show(); if (this.width > 300) { //console.log($(this).parent().html(),this.width) $(this).attr({ "width" : 300, "height" : "" }) } }) } $("#gd img").add(window).on("load", f) f() $(function() { sn_share() })
What’s new?
The latest updates and new functionalities on our tool, after an advanced decoding with our developers.