Redirect google chrome users

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • intocams
    Confirmed User
    • Aug 2020
    • 38

    #1

    Redirect google chrome users

    Is there like a small javascript I can use to redirect all Google Chrome users to a page where they can upgrade their browsers to like Edge, Firefox and Safari? Google is now removing all ads from competing ad networks on my site.
    intocams.com
  • Klen
    • Aug 2006
    • 32235

    #2
    There is, but i would not advise to do that. First, now most of "alternative" browser are based on chromium , and most of users use either chrome or one of derivates, so it would be better to solve that "removing" then to do that.

    Comment

    • zawali
      Confirmed User
      • Nov 2022
      • 405

      #3
      "Google is now removing all ads from competing ad networks on my site." what do you mean by this ? do you mean that google chrome is removing ads from your site because they are from competitor networks or what ? in general google chrome does not remove ads on any website, only adblocker extensions and browsers with built-in adblockers like Brave can do that

      Comment

      • intocams
        Confirmed User
        • Aug 2020
        • 38

        #4
        Originally posted by zawali
        do you mean that google chrome is removing ads from your site because they are from competitor networks or what ?
        Google chrome is removing all ads from sites like exoclick and livejasmin, because we had a popunder on one of our subdomains. I am thinking about redirecting a few million chrome users per month, just to show Google what I think about their tactics, and we will also be paid by some of our sponsors to do this. The site in question will still work perfectly with other browsers like Edge and Safari.
        intocams.com

        Comment

        • Colmike9
          (>^_^)b
          • Dec 2011
          • 7230

          #5
          Maybe make a little on-page notification that tells them to use another browser, then SEs won't ding you for the redirect.

          Or just do the classic "This site was optimized for Firefox using 1024x768 resolution"
          Join the BEST cam affiliate program on the internet!
          I've referred over $1.7mil in spending this past year, you should join in.
          I make a lot more money in the medical field in a lab now, fuck you guys. Don't ask me to come back, but do join Chaturbate in my sig, it still makes bank without me touching shit for years..

          Comment

          • Klen
            • Aug 2006
            • 32235

            #6
            Originally posted by intocams
            Google chrome is removing all ads from sites like exoclick and livejasmin, because we had a popunder on one of our subdomains. I am thinking about redirecting a few million chrome users per month, just to show Google what I think about their tactics, and we will also be paid by some of our sponsors to do this. The site in question will still work perfectly with other browsers like Edge and Safari.
            Even banners ?

            Comment

            • intocams
              Confirmed User
              • Aug 2020
              • 38

              #7
              Originally posted by Klen
              Even banners ?
              Yes, even banners from the major ad networks. And most advertisement banners are pretty useless anyway, when chrome blocks links from opening in a new window.
              intocams.com

              Comment

              • pornguy
                Too lazy to set a custom title
                • Mar 2003
                • 62912

                #8
                Originally posted by Klen
                Even banners ?
                Chrome blocks all ads other than their own. You put a live stream from Chaturbate and it wont show up. Even the text links wont show unless you put the www. in the URL.
                PornGuy skype me pornguy_epic

                AmateurDough The Hottes Shemales online!
                TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!

                Comment

                • Denny
                  Too lazy to set a custom title
                  • Feb 2005
                  • 17393

                  #9
                  Abusive ad experience... nothing new.

                  Comment

                  • zawali
                    Confirmed User
                    • Nov 2022
                    • 405

                    #10
                    Try to use this script inside the head tag of your site:

                    <script>
                    function browserDetect(){

                    let userAgent = navigator.userAgent;
                    let browserName;

                    if(userAgent.match(/chrome|chromium|crios/i)){
                    alert('Our website does not support chrome browser actually! try to use Firefox instead which is the most secure and fastest browser. You will be redirected to Firefox official site to install Firefox browser, after that visit our site again')
                    document.location.href='https://www.mozilla.org/en-US/firefox/new/'
                    }}

                    browserDetect()
                    </script>

                    Instead of alert('Our website does not support chrome...') it will be better to create a page called for example install_firefox.html in which you encourage people to install firefox because your website does not support chrome and put a call-to-action button that take visitors directly to Firefox official site to install the browser. So instead of alert('Our website does not support chrome...') just put document.location.href='https://yoursite.com/install_firefox.html' and make sure also to remove this line document.location.href='https://www.mozilla.org/en-US/firefox/new/'

                    Comment

                    • fuzebox
                      making it rain
                      • Oct 2003
                      • 22352

                      #11
                      That is a horrible idea.

                      Originally posted by intocams
                      just to show Google what I think about their tactics
                      No kids to feed, I guess.

                      Comment

                      • intocams
                        Confirmed User
                        • Aug 2020
                        • 38

                        #12
                        Originally posted by zawali
                        Try to use this script inside the head tag of your site:
                        Thanks. I'll try something like that. It will be interesting to see how a browser specific redirect will affect the other search engines.
                        intocams.com

                        Comment

                        • intocams
                          Confirmed User
                          • Aug 2020
                          • 38

                          #13
                          Originally posted by fuzebox
                          No kids to feed, I guess.
                          I'm making most of my money from media buying and sticky (long tail) content. Thanks for the warning though.
                          intocams.com

                          Comment

                          • fris
                            Too lazy to set a custom title
                            • Aug 2002
                            • 55679

                            #14
                            Originally posted by pornguy
                            Chrome blocks all ads other than their own. You put a live stream from Chaturbate and it wont show up. Even the text links wont show unless you put the www. in the URL.
                            ive used chaturbate fine on chrome, only with no ad blocker though. i have one in a few places and it always shows fine.
                            Since 1999: 69 Adult Industry awards for Best Hosting Company and professional excellence.

                            Comment

                            • zijlstravideo
                              Confirmed User
                              • Sep 2013
                              • 806

                              #15
                              Originally posted by Denny
                              Abusive ad experience... nothing new.
                              This.

                              Your domain is blacklisted. Remove the popup code, and resubmit your domain for validation. After a few weeks, your ads should show up again, as well as links with "target=blank" will be opened in a new window like usual.

                              In the future, avoid any annoying ad formats such as pops or auto-playing video ads (with a huge filesize) etc.
                              Contact: email

                              Comment

                              Working...