JAVASCRIPT
function a(lc){ $('a').unbind().click(function(){ if($(this).attr('href').match(/^http:\/\//gi)){ next($(this).attr('href')); }else{ if(lc && !$(this).attr('href').match(/^\//gi)){ lc=lc.split('/'); lk=''; for(i=0;i<lc-1;i++){ lk+=lc[i]; } next(lk+$(this).attr('href')); }else if($(this).attr('href').match(/^\//gi)){ lc=lc.split('/'); lk=''; for(i=0;i<lc-2;i++){ lk+=lc[i]; } next(lk+$(this).attr('href')); }else{ next(location.origin+$(this).attr('href')); } } return false; }); } a(location.href); function next(ref){ $.get(ref,function(data,stats){ $('#body').html($(data).find('#body').html()); history.pushState(document.title, "", ref); a(ref); }); }
F12 mở console dán vào và enter, code chỉ chạy xung quanh các link thôi ko post bài dc đâu, ai phát triển được thì phát triển thêm nhé
![[OFF]](/assets/images/off.gif)