Skip to content

Instantly share code, notes, and snippets.

View alexkart's full-sized avatar
🎯
Focusing

Alexander Kartavenko alexkart

🎯
Focusing
  • Kramatorsk, Ukraine
View GitHub Profile
@alexkart
alexkart / bbc-lyrics.html
Last active August 22, 2021 14:52
Loads currently playing song lyrics on BBC Radio 1
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>BBC lyrics</title>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script type="text/javascript">