image.png

image.png

image.png

Giải thích

1, Đoạn code gây lỗ hổng

$(window).on('hashchange', function(){

var post = $('section.blog-list h2:contains(' + decodeURIComponent(window.location.hash.slice(1)) + ')');

if (post) post.get(0).scrollIntoView();

});