silly @silly

People who know how to code:

Make something so if someone visits the page in ie it redirects them to the Firefox/chrome download page

Jun 15, 2022, 5:14 PM
14
View all Parent

comments

Highlighted comment

firefox

if (window.document.documentMode) {
  window.location.href = `https://www.mozilla.org/en-US/firefox/` 
}