Archive for September, 2022

$(document).ready(function(){ $('.twitter-link a').click(function(){ window.open(this.href); return false; }); });