<---- template headericclude ----->
Chromium Useragent
FedoraForum.org - Fedora Support Forums and Community
Results 1 to 12 of 12
  1. #1
    Join Date
    Jan 2011
    Posts
    374
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    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 11:42 PM.

  2. #2
    Join Date
    Sep 2006
    Location
    Connellsville, PA, USA
    Posts
    11,309
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    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.

  3. #3
    Join Date
    Jan 2011
    Posts
    374
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    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

  4. #4
    Join Date
    Jul 2004
    Location
    Colton, NY; Junction of Heaven & Earth (also Routes 56 & 68).
    Age
    78
    Posts
    24,889
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    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.

  5. #5
    Join Date
    Jan 2011
    Posts
    374
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chromium Useragent

    Quote Originally Posted by bob
    HA! No more moderation for links! Congrats.
    Thx . I like it.

  6. #6
    Join Date
    Jan 2011
    Posts
    374
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    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/

  7. #7
    Join Date
    Jun 2006
    Location
    Paris, TX
    Posts
    24,194
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    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.

    <....>

  8. #8
    Join Date
    Jan 2011
    Posts
    374
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    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

  9. #9
    leigh123linux Guest

    Re: bye bye

    You were warned, I have suspended you for 7 days

    http://forums.fedoraforum.org/showthread.php?t=257353

  10. #10
    Join Date
    Jun 2006
    Location
    Paris, TX
    Posts
    24,194
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

  11. #11
    leigh123linux Guest

    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: 

  12. #12
    Join Date
    Jun 2012
    Location
    thailand
    Posts
    1
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: Chromium Useragent

    WOW! This information made me understand something about Chromium, and it is that I never knew before.

Similar Threads

  1. Chromium Web Browser
    By egrar in forum Using Fedora
    Replies: 6
    Last Post: 13th December 2010, 09:53 PM
  2. Chromium by default?
    By Valent in forum Fedora Focus
    Replies: 11
    Last Post: 1st June 2010, 07:03 PM
  3. Java on chromium
    By darksnow in forum Using Fedora
    Replies: 6
    Last Post: 24th January 2010, 09:41 AM
  4. running chromium
    By darksnow in forum Using Fedora
    Replies: 2
    Last Post: 10th January 2010, 07:33 AM
  5. Replies: 28
    Last Post: 28th December 2009, 06:58 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
[[template footer(Guest)]]