Skip to content

Commit

Permalink
Recognize game consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
da2x committed Jul 15, 2014
1 parent b9eb749 commit aead70e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions browsers.c
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,15 @@ static const char *browsers[][2] = {
{"NewsBlur", "Feeds"},
{"YandexBlogs", "Feeds"},

/* Game systems */
{"Xbox One", "Game systems"},
{"Xbox", "Game systems"},
{"PlayStation", "Game systems"},
{"NintendoBrowser", "Game systems"},
{"Steam GameOverlay", "Game systems"},
{"Origin", "Game systems"},
{"Raptr", "Game systems"},

/* Crawlers/Bots */
{"AdsBot-Google", "Crawlers"},
{"Mediapartners-Google", "Crawlers"},
Expand Down

0 comments on commit aead70e

Please sign in to comment.