00:00 AM — SIGNAL ACTIVE
APR
04.04.2026
PLAY ▶
SP

CODES

LAST.FM NOW PLAYING WIDGET
What is this?:
This is a custom-coded web widget that connects to your Last.fm account. Instead of a static image, it uses live data to show what you are listening to right now (or what you played last).

What is it for?:
It’s a stylish way to share your musical vibe on personal websites, portfolios, or profile pages (like Carrd or Tumblr). It automatically updates whenever you play a new song, showing the album art, track title, and artist.

How to Set It Up:

1. Get your API Key: Go to Last.fm API page, create an app and copy the Key.
2. Configure: Replace "API-KEY-HERE" and "YOUR-USERNAME" in the script
3. Customize: Edit colors in the :root section of the CSS inside the textarea.

Note:
I haven't tested this on sites like Tumblr, Carrd, Strawpage, and similar platforms, so I'm not sure if it works the same way as on Neocities and Nekoweb. If it doesn't work, you can send me a message on my Guestbook! I'll try to fix it as soon as possible! <3
[ CODE ]
Dynamic Browser Tab Title
What is this?:
A small script that animates your browser tab text, making it appear letter-by-letter (typing effect).

What is it for?:
To make your page stand out in a sea of open tabs and add a personal, dynamic touch to your site's header.

How to Set It Up:

1. Change the text: Find tb8_messages[0] = "NAME-HERE"; and replace "NAME-HERE" with your text.
2. Adjust Speed: Change tb8_speed for typing speed (Lower = Faster). Change tb8_delay for the pause before it restarts.
3. Place: Paste the whole code into the < head > or at the bottom of your HTML.

Note:
I DIDN'T CREATE THIS!!! The website I got it from was Angelovin! I'm not sure if she actually created it, but all the credit goes to her—I'm just passing it on to you!!!
[ CODE ]
DYNAMIC LINKS
What is this?:
A dynamic banner that rotates images and links. Perfect for webrings or ad spaces. Use an iframe to host it for better compatibility.

How to configure:

1. Setup Mode: Change RANDOM_MODE to true/false for shuffle or sequence.
2. Add Content: Update the content array with your image URLs and destination links.
3. The Iframe: Save this code as a standalone .html page and embed it using an iframe tag.

Note:
Set the background to transparent in your CSS for a seamless look.
[ CODE ]