TFWol

Results 141 comments of TFWol

I was thinking the same thing. @evilpie Could this post have the Enhancement label? For the Addon: Maybe have an option to fill in a custom URL? The default URL...

I'm having the same problem. It seems to happen when I'm browsing a repo's Issues.

@veksha I was able to make a workaround. Replace https://github.com/Mottie/GitHub-userscripts/blob/bc9181cd5d17084aa9f226a0a7cfbb0cd4045c1f/github-title-notification.user.js#L30 with: ```js hasUnread = !mail.hasAttribute("hidden") ? true : false; ```

> I got it working with > > > > ```js > > hasUnread = mail ? !mail.hidden : false; > > ``` > > > > Sorry, lots of...

Is it just me or is changing the notification indicator symbol not working?

Oo, I see why. Change: https://github.com/Mottie/GitHub-userscripts/blob/bc9181cd5d17084aa9f226a0a7cfbb0cd4045c1f/github-title-notification.user.js#L52 To: ```js GM_setValue("indicator", val); ``` Then refresh page **---edit:** same for interval: Change: https://github.com/Mottie/GitHub-userscripts/blob/bc9181cd5d17084aa9f226a0a7cfbb0cd4045c1f/github-title-notification.user.js#L59 To: ```js GM_setValue("interval", val); ``` Nice. If you use Windows,...

I wish this add-on had the option to insert that comment line since most of the programs that use this format look for that header... Another thing that causes issues...

2 months later...same issue Glad Github now has their own app, but it doesn’t have some features I like from this one, namely the easy account switch.

Yeah, this surprised me too. Doesn't make sense to only show the first timer you started when you have another that will expire before it.

Good to know, I'll try it for a week or so and report back results.