Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 507343
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T06:47:40+00:00 2026-05-13T06:47:40+00:00

so I have a tab for twitter.com open all the time in Chrome and

  • 0

so I have a tab for twitter.com open all the time in Chrome and I’ve written a userscript that checks the document title every so often for new tweets.

Since the Twitter web interface automatically checks, it will show (2) Twitter / Home as the title if there are two new tweets. Everything works as I want it to and right now I have it show me an alert() message. I would like to provide a more subtle notification.

The purpose of this is to be able to “pin” the Twitter tab to just the favicon and still get notifications. I’ve tried searching for ways to dynamically change the favicon of a page but it doesn’t look like Chrome supports that. Do guys have any other ideas for this so it can notify me of new tweets without stealing focus with an alert() box?

Here is the code if anyone is interested:

checkTweets();

function checkTweets()
{
    var newTweets = document.title.match(/[\d\.]+/g);

    if(newTweets != null)
    {
        alert(newTweets[0]);
    }

    setTimeout("checkTweets()", 10000);
}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T06:47:40+00:00Added an answer on May 13, 2026 at 6:47 am

    Chritter will put twitter notifications in your statusbar. If you want a different UI, you might want to think about making your own extension. See the documentation for info about what parts of the UI an extension can change.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 246k
  • Answers 246k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Key/value is used with dictionary types, not arrays. To get… May 13, 2026 at 8:32 am
  • Editorial Team
    Editorial Team added an answer What about good old fashioned views that select by column… May 13, 2026 at 8:32 am
  • Editorial Team
    Editorial Team added an answer You might want to look at a BackgroundWorker May 13, 2026 at 8:32 am

Related Questions

It was my second C# project, undertaken years ago, and it has lived on,
THE SITUATION I have a series of divs setup to contain various content: <div
I am not really sure what to do in this situation. I have some
I have a program that I want each person to have their own tab,
Is threaded behaviour for Firefox extension possible? I mean to have a thread running

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.