// ==UserScript==
// @name New Userscript
// @namespace [Link]
// @version 2024-09-01
// @description try to take over the world!
// @author You
// @match
[Link]
kfo?hl=pt-BR
// @icon [Link]
// @grant none
// ==/UserScript==
(function() {
'use strict';
// Your code here...
})();