document.addEventListener("DOMContentLoaded", function(){ var selector = document.querySelectorAll( '.uagb-block-d76eaf59' );
if ( selector.length > 0 ) {

	var blockquote__tweet = selector[0].getElementsByClassName("uagb-blockquote__tweet-button");

	if ( blockquote__tweet.length > 0 ) {

		blockquote__tweet[0].addEventListener("click",function(){	
			var request_url = "https://twitter.com/intent/tweet?text=Click+here+to+change+this+text.+Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Ut+elit+tellus%2C+luctus+nec+ullamcorper+mattis%2C+pulvinar+dapibus+leo.Lorem+ipsum+dolor+sit+amet%2C+consectetur+adipiscing+elit.+Ut+elit+tellus%2C+luctus+nec+ullamcorper+mattis%2C+pulvinar+dapibus+leo.+%E2%80%94+Author+Name&url=https%3A%2F%2Fmoseasy.edu.vn%2Fon-thi-mos-excel-2016-1-1-4-sao-chep-va-di-chuyen-mot-bang-tinh%2Fon-thi-mos-excel-kien-thuc%2F";
			window.open( request_url );
		});
	}
}
 });