0% found this document useful (0 votes)
10 views1 page

New Userscript for Tampermonkey

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views1 page

New Userscript for Tampermonkey

Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

// ==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...


})();

You might also like