var currentPage = location.href; не подходит
https://stackoverflow.com/questions/1034621/get-the-current-url-with-javascript
скажем так... эти способы не выводят нужный урл console.log(' href => ' + window.location.href); console.log(' host => ' + window.location.host); console.log(' hostname => ' + window.location.hostname); console.log(' port => ' + window.location.port); console.log(' protocol => ' + window.location.protocol); console.log(' pathname => ' + window.location.pathname); console.log(' hashpathname => ' + window.location.hash); console.log(' search=> ' + window.location.search); это я хочу внутри кодепен использовать https://codepen.io/pen/
Обсуждают сегодня