English - Français

Drag and drop this button to your bookmark bar and click it when you are on your twitch channel page:

Greet Newcomers

This will help you spot newcomers in your chat by adding a 👋 emoji on their first message.

example screenshot

You can also manually create the bookmark by copy/pasting this into the URL section of a new bookmark:

javascript:(function()%7B%22use%20strict%22%3Bvar%20scriptElt%3Dwindow.document.createElement(%22script%22)%3BscriptElt.setAttribute(%22src%22%2C%22https%3A%2F%2Fcdn.jsdelivr.net%2Fgh%2Fthomaslule%2Ftwitch-greet-newcomers%2Fgreet-newcomers.js%22)%2Cwindow.document.body.appendChild(scriptElt)%3B%7D)()

This is scary, what does this code do? 😨

It just adds a routine to the webpage that marks new viewers in chat. It doesn’t spy on anything. It is only visible to you.

You can read the executed code here.

The code is delivered by jsDelivr.