 |
 |
 |
 |
| Suggestions & Feedback Have suggestions, feedback or just plain questions regarding FedoraForum.org? Post them here. (We reserve the right to poke fun at you or just ignore them). |

11th January 2011, 10:40 PM
|
|
Registered User
|
|
Join Date: Jan 2011
Posts: 276

|
|
|
Chromium Useragent
Is there a Chromium Useragent I am not using firefox right now and It still shows firefox. I also hope the windows useragent will go away. I am using a friends computer right now. I use Linux whenever possible so I don't wanna see that windows useragent.
Last edited by COKEDUDE; 11th January 2011 at 10:42 PM.
|

11th January 2011, 10:42 PM
|
 |
Administrator
|
|
Join Date: Sep 2006
Location: Connellsville, PA, USA
Posts: 11,289

|
|
|
Re: Chromium Useragent
Looks like a chromium logo to me, mouse-over says so too. Refresh page?
V
P.S. These logos are not dynamic - they don't change when you switch browsers, they stay as at time of posting.
|

11th January 2011, 10:47 PM
|
|
Registered User
|
|
Join Date: Jan 2011
Posts: 276

|
|
|
Re: Chromium Useragent
Quote:
Originally Posted by Hlingler
Looks like a chromium logo to me, mouse-over says so too. Refresh page?
V
|
Thats chrome  . This is chromium. Chromium means opensource so that does make a difference to me. Google chrome is not opensource.
I see it shows whatever browser you are using when make a post. Look at my other posts.
http://forums.fedoraforum.org/showthread.php?t=257349
|

11th January 2011, 10:59 PM
|
 |
Administrator (yeah, back again)
|
|
Join Date: Jul 2004
Location: Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
Age: 67
Posts: 21,333

|
|
|
Re: Chromium Useragent
HA! No more moderation for links! Congrats.
__________________
Linux & Beer - That TOTALLY Computes!
Registered Linux User #362651
Don't use any of my solutions on working computers or near small children.
|

13th January 2011, 11:58 PM
|
|
Registered User
|
|
Join Date: Jan 2011
Posts: 276

|
|
|
Re: Chromium Useragent
Quote:
Originally Posted by bob
HA! No more moderation for links! Congrats. 
|
Thx  . I like it.
|

20th September 2011, 08:32 PM
|
|
Registered User
|
|
Join Date: Jan 2011
Posts: 276

|
|
|
Re: Chromium Useragent
I think I figured out the problem. The developers never changed my user agent string. This is what my user agent string looks like.
Code:
Mozilla/5.0 (X11; Linux i686) AppleWebKit/535.1 (KHTML, like Gecko) Chrome/13.0.782.215 Safari/535.1
I used this website to test it.
http://www.useragentstring.com/
|

20th September 2011, 09:19 PM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324

|
|
|
Re: Chromium Useragent
Uh, huh. But if you pop one more flippin' "test" thread into the forums ... I'll see to it your teenage daughter meets a punk rocker, you get audited by a grumpy IRS agent, and your house cat gets pregnant.
<..  ..>
|

20th September 2011, 09:53 PM
|
|
Registered User
|
|
Join Date: Jan 2011
Posts: 276

|
|
|
bye bye
Testing this string
Code:
Mozilla/5.0 (X11; Fedora i686) AppleWebKit/535.1 (KHTML, like Gecko) Chromium/13.0.782.215 Safari/535.1
|

20th September 2011, 10:00 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: bye bye
|

20th September 2011, 10:20 PM
|
 |
Administrator
|
|
Join Date: Jun 2006
Location: Paris, TX
Posts: 22,324

|
|
|
Re: bye bye
Uhm ... Ooopsy. We were working a problem, Leigh.
|

20th September 2011, 10:28 PM
|
 |
Retired Administrator
|
|
Join Date: Oct 2006
Posts: 21,509

|
|
|
Re: bye bye
Quote:
Originally Posted by Dan
Uhm ... Ooopsy. We were working a problem, Leigh.
|
If he keeps it to this forum I will let it go.
Suggestions & Feedback
p.s he is wasting his time as the forum has no chromium detection.
PHP Code:
// Browser detection: if (strpos($ua, 'epiphany') !== false) $ua_browser = 'epiphany'; else if (strpos($ua, 'chrome') !== false) $ua_browser = 'chrome'; else if (strpos($ua, 'midori') !== false) $ua_browser = 'midori'; else if (strpos($ua, 'arora') !== false) $ua_browser = 'arora'; else if (strpos($ua, 'galeon') !== false) $ua_browser = 'galeon'; else if (strpos($ua, 'kazehakase') !== false) $ua_browser = 'kazehakase'; else if (strpos($ua, 'rekonq') !== false) $ua_browser = 'rekonq'; else if (strpos($ua, 'safari') !== false) $ua_browser = 'safari'; else if (strpos($ua, 'konqueror') !== false) $ua_browser = 'konqueror'; else if (strpos($ua, 'iceweasel') !== false) $ua_browser = 'iceweasel'; else if (strpos($ua, 'swiftfox') !== false) $ua_browser = 'swiftfox'; else if (strpos($ua, 'firefox') !== false) $ua_browser = 'firefox'; else if (strpos($ua, 'seamonkey') !== false) $ua_browser = 'seamonkey'; else if (strpos($ua, 'minefield') !== false) $ua_browser = 'minefield'; else if (strpos($ua, 'k-meleon') !== false) $ua_browser = 'k-meleon'; else if (strpos($ua, 'firebird') !== false) $ua_browser = 'firebird'; else if (strpos($ua, 'netscape') !== false) $ua_browser = 'netscape'; else if (strpos($ua, 'mozilla') !== false && strpos($ua, 'rv:') !== false) $ua_browser = 'mozilla'; else if (strpos($ua, 'opera') !== false) { if (strpos($ua, 'opera mini ') !== false) $ua_browser = 'operamini'; else $ua_browser = 'opera'; } else if (strpos($ua, 'avant browser') !== false) $ua_browser = 'avant'; else if (strpos($ua, 'maxthon') !== false || strpos($ua, 'myie') !== false) $ua_browser = 'maxthon'; else if (strpos($ua, 'slimbrowser') !== false) $ua_browser = 'slimbrowser'; else if (strpos($ua, 'msie') !== false) $ua_browser = 'ie'; // OS detection:
|

10th June 2012, 05:20 PM
|
|
Registered User
|
|
Join Date: Jun 2012
Location: thailand
Posts: 1

|
|
|
Re: Chromium Useragent
WOW! This information made me understand something about Chromium, and it is that I never knew before.
|
| Thread Tools |
Search this Thread |
|
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
Current GMT-time: 23:27 (Wednesday, 19-06-2013)
|
|
 |
 |
 |
 |
|
|