Testa Alerta 2
当前为
此脚本不应直接安装。它是供其他脚本使用的外部库,要使用该库请加入元指令 // @require https://update.cn-greasyfork.org/scripts/33111/217352/Testa%20Alerta.js
// ==UserScript==
// @name Testa Alerta
// @description Testa Alerta 2
// @author Ricardo Henrique
// @version 0.0.1
// @grant none
// @run-at document-end
// @namespace https://greasyfork.org/users/152380
// ==/UserScript==
var exibirAlertaTeste = function (){
alert('Teste 1');
};