If you're just trying to get the first integer from the titlebar, the simplest regular expression would be something like: /\d+/.exec(document.title)[0]
Where \d represents any digit character and + means 1 or more occurrences On Fri, Dec 5, 2008 at 1:27 PM, Adrián Navarro <[EMAIL PROTECTED]> wrote: > Well, maybe the next holidays, even if I'm poor with regex, so...don't > know how. It's strange to see that no one made already some patch or > script for this. > > On Fri, Dec 5, 2008 at 10:25 PM, <[EMAIL PROTECTED]> wrote: > > > > thats not a bug. its an unsupported feature. if you write a userscript > > that accomplishes this, be sure to share it! > > > > td > > > > On Dec 5, 10:33 am, Adrián Navarrro <[EMAIL PROTECTED]> wrote: > >> hello there, > >> I just started to use fluid as a mail.app replacement. The only thing > >> that doesn't works for me is the badge-alert for unread mail count > >> when the Gmail language is not English, I suppose because of the > >> title... but even this I think it's a stupid bug. Any userscript or > >> something like for the badge? > > > > > > > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "fluidapp" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/fluidapp?hl=en -~----------~----~----~----~------~----~------~--~---
