Ubuntu-it Quote Fixer

Bugfix for ubuntu-it forum quotes

目前为 2015-02-11 提交的版本。查看 最新版本

// ==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]"]') );