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.
Redirect google chrome users
Collapse
X
-
"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 thatComment
-
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.Comment
-
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
-
Even banners ?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.Comment
-
Comment
-
PornGuy skype me pornguy_epic
AmateurDough The Hottes Shemales online!
TChicks.com | Angeles Cid | Mariana Cordoba | MAILERS WELCOME!Comment
-
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
-
Comment
-
Comment
-
ive used chaturbate fine on chrome, only with no ad blocker though. i have one in a few places and it always shows fine.Comment
-
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.Comment



Contact: 
Comment