Subscribing to this issue.
I just used the following js snippet to override this behaviour.
jQuery(window).load(function() {
jQuery('.sharify-btn-twitter a').prop('onclick',null).off('click');
});
Please note that this will work only if you’re using jQuery 1.7+