GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   Redirect google chrome users (https://gfy.com/showthread.php?t=1365289)

intocams 05-31-2023 05:19 AM

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.

Klen 05-31-2023 05:24 AM

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.

zawali 05-31-2023 07:26 AM

"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

intocams 05-31-2023 07:41 AM

Quote:

Originally Posted by zawali (Post 23139620)
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.

Colmike9 05-31-2023 07:53 AM

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" :upsidedow

Klen 05-31-2023 07:58 AM

Quote:

Originally Posted by intocams (Post 23139627)
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 ?

intocams 05-31-2023 08:02 AM

Quote:

Originally Posted by Klen (Post 23139634)
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.

pornguy 05-31-2023 11:07 AM

Quote:

Originally Posted by Klen (Post 23139634)
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.

Denny 05-31-2023 12:41 PM

Abusive ad experience... nothing new.

zawali 05-31-2023 12:47 PM

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/'

fuzebox 05-31-2023 12:57 PM

That is a horrible idea.

Quote:

Originally Posted by intocams (Post 23139627)
just to show Google what I think about their tactics

No kids to feed, I guess.

intocams 05-31-2023 01:31 PM

Quote:

Originally Posted by zawali (Post 23139736)
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 05-31-2023 01:35 PM

Quote:

Originally Posted by fuzebox (Post 23139737)
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.

fris 05-31-2023 01:39 PM

Quote:

Originally Posted by pornguy (Post 23139713)
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.

zijlstravideo 05-31-2023 02:19 PM

Quote:

Originally Posted by Denny (Post 23139733)
Abusive ad experience... nothing new.

This. :2 cents:

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.


All times are GMT -7. The time now is 07:16 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc