Some personalization for the shoutbox
当前为
// ==UserScript==
// @name TorViet Shoutbox Enhancer
// @namespace http://torviet.com/userdetails.php?id=1662
// @version 0.1
// @description Some personalization for the shoutbox
// @author Salad
// @match http://torviet.com/qa.php
// @grant none
// ==/UserScript==
$(function(){
$('.all-wrapper').css('margin', 'auto');
$('#emogroup option:contains("Voz")').prop('selected', true);
$('#emogroup').change();
});