TorViet Shoutbox Enhancer

Some personalization for the shoutbox

当前为 2015-05-10 提交的版本,查看 最新版本

// ==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();
});