Merge With Message Formatter
![]() ![]() |
As proposed here, http://userscripts.org/scripts/discuss/62003 would be nice a merge with other script "Ikariam Message Formatter", 'cause many people allready use CR Converter, but HTML messages are beautifull :-) just implement <messageformatter></messageformatter> tag on CR Converter |
![]() ![]() |
This is something I've planned to do, but finding time has been difficult, as an unofficial server war has broken out on my world... I will try and get this done soon. |
![]() ![]() |
|
![]() ![]() |
thank you very much. Use are the same as Message Formatter ? with <messageformatter></messageformatter> tag ? |
![]() ![]() |
Yep (should be Ü). |
![]() ![]() |
Hi ! I've done a little merge with bbcode routine from this script http://userscripts.org/scripts/review/56129.
bbcode is a simplest way to post image, and as add-on we get very usefull clickable links :-)
// JavaScript Document
// ==UserScript==
// @name Ikariam Message Formatter
// @author holyschmidt (http://userscripts.org/users/holyschmidt)
// @license GNU GPL v3 (http://www.gnu.org/copyleft/gpl.html)
// @homepage http://userscripts.org/scripts/show/62003
// @description Ability to send & receive in-game messaging with html formatting
// @include http://s*.ikariam.*/*
// @require http://jqueryjs.googlecode.com/files/jquery-1.3.2.min.js
// @require http://userscripts.org/scripts/source/57756.user.js
// @version 1.01
// @exclude http://board.ikariam.*/*
// @exclude http://support*.ikariam.*/*
//
// @history 1.01 Added format()
// @history 1.00 Initial Version
//
// ==/UserScript==
//ScriptUpdater.check(62003, "1.01");
// ************************* ADD ******************************
function parseBBCode(str)
{
var ret;
ret=str;
ret=ret.replace(/(
|
![]() ![]() |
I'll take a look at this sometime this week. Thanks! |

