Skip to content

Instantly share code, notes, and snippets.

View caioquirino's full-sized avatar

Caio Quirino da Silva caioquirino

View GitHub Profile
@caioquirino
caioquirino / force_allow_google_translate.js
Last active January 26, 2022 11:46
Force allow Google Translate Tampermonkey UserScript
// ==UserScript==
// @name Force Allow Google Translate
// @namespace https://gist.github.com/caioquirino/e468b49e6b4cfe4756e306ca693e51e2
// @version 0.1
// @description This script removes the translate="no" property from websites so they could be translated
// @author Caio Quirino
// @match https://www.thuisbezorgd.nl/*
// @match https://www.ubereats.com/*
// @icon https://www.google.com/s2/favicons?domain=tampermonkey.net
// @grant none