Bugfix for ubuntu-it forum quotes
目前為
// ==UserScript==
// @name Ubuntu-it Quote Fixer
// @namespace forum.ubuntu-it.org
// @include http://forum.ubuntu-it.org/*
// @version 1.0
// @description Bugfix for ubuntu-it forum quotes
// @grant none
// ==/UserScript==
var $msg = $('#message');
$msg.val( $msg.val().replace(/\[quote="([^ ]+) ([^\]]+\]).*\[\/url\]"\]/g,'[quote="$2$1[/url]"]') );