Greasy Fork is available in English.
Testa Alerta 2
สคริปต์นี้ไม่ควรถูกติดตั้งโดยตรง มันเป็นคลังสำหรับสคริปต์อื่น ๆ เพื่อบรรจุด้วยคำสั่งเมทา // @require https://update.greasyfork.org/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');
};