This blog is not a documetation or an article project, its just expanded bookmarks with timeline
<script>
var chnglinks = document.querySelectorAll('a[href="/"]');
var currentUrl = window.location.href;
chnglinks.forEach(function(link){
link.setAttribute("href", currentUrl);
});
</script>
Комментариев нет:
Отправить комментарий