translate web page code example

Example 1: google translate

upvote if you feel terrible

Example 2: spanish to english

Are you cheating on your Spanish homework? GET BACK TO PROGRAMMING!

Example 3: translate page

Translate the page with right click:


https://chrome.google.com/webstore/detail/right-click-translate/piojkjkndneggfaibepkmabjnkjlhlmk?hl=it

Example 4: google translate

let prompt = prompt("who here uses rosetta stone?");

if (prompt != null) {
    if (prompt == "yes") {
        alert("ok cool");
        } else if (prompt == "no") {
		alert("ok then");
        }
    } else {
     alert("bruh"); 
    }