Показать сообщение отдельно
  #2 (permalink)  
Старый 03.08.2021, 16:28
Аватар для рони
Профессор
Отправить личное сообщение для рони Посмотреть профиль Найти все сообщения от рони
 
Регистрация: 27.05.2010
Сообщений: 33,064

mik888em,
<!DOCTYPE html>

<html>
<head>
    <title>Untitled</title>
    <meta charset="utf-8">
    <style type="text/css">
    body{
        font-weight: bold;
    }

    </style>

</head>

<body>
<a id="video-title" class="yt-simple-endpoint style-scope ytd-video-renderer" title="Best songs to boost your mood ~ Chill vibes ???? Chill out music mix playlist" href="/watch?v=E4KMnaOF7lU" aria-label="Best songs to boost your mood ~ Chill vibes ???? Chill out music mix playlist by Chilled Feelings 14 hours ago 56 minutes 42,032 views"></a>
<script>
 let elem = document.querySelector('#video-title');
 attr = 'title,href,aria-label'.split(',').map(key => elem.getAttribute(key)).join(' @@@ ');
 document.body.append(attr)
</script>
</body>
</html>
Ответить с цитированием