Greasy Fork

Testa Alerta

Testa Alerta 2

此脚本不应直接安装,它是一个供其他脚本使用的外部库。如果您需要使用该库,请在脚本元属性加入:// @require https://update.greasyfork.icu/scripts/33111/217353/Testa%20Alerta.js

// ==UserScript==
// @name         Testa Alerta
// @description  Testa Alerta 2
// @author       Ricardo Henrique
// @version      0.0.2
// @grant        none
// @run-at       document-end
// @namespace https://greasyfork.org/users/152380
// ==/UserScript==

var exibirAlertaTeste = function (){
   alert('Teste 2');
};