NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name JVCali
// @author Benissou
// @description Transformez le texte en stickers
// @include http://www.jeuxvideo.com/*
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js
// @version 0.9.5
// @icon http://image.noelshack.com/fichiers/2017/12/1490479634-a.png
// @copyright 2017+, Benissou, (stickers : gtaboys_37)
// ==/UserScript==
/*jshint multistr: true */
var alphaLettre = ['a', 'b', 'c', 'd', 'e', 'f', 'g', 'h', 'i', 'j', 'k', 'l', 'm', 'n', 'o', 'p', 'q', 'r', 's', 't', 'u', 'v', 'w', 'x', 'y', 'z', ' ', '1', '2', '3', '4', '5', '6', '7', '8', '9', '0', "'", '@', ':', '#', '$', '=', '&', '€', '«', '»', '£', '+', '.', '!', '?', '%', '/', '-', ',', '{', '}', '<', '>', '[', ']', '"', '*', '(', ')', ';', '\\', '~'];
var stickLettre = [
'http://image.noelshack.com/fichiers/2017/12/1490479634-a.png',
'http://image.noelshack.com/fichiers/2017/12/1490479635-b.png',
'http://image.noelshack.com/fichiers/2017/12/1490480356-c.png',
'http://image.noelshack.com/fichiers/2017/12/1490479635-d.png',
'http://image.noelshack.com/fichiers/2017/12/1490479636-e.png',
'http://image.noelshack.com/fichiers/2017/12/1490479468-f.png',
'http://image.noelshack.com/fichiers/2017/12/1490481259-g.png',
'http://image.noelshack.com/fichiers/2017/12/1490479641-h.png',
'http://image.noelshack.com/fichiers/2017/12/1490479642-i.png',
'http://image.noelshack.com/fichiers/2017/12/1490479644-j.png',
'http://image.noelshack.com/fichiers/2017/12/1490479646-k.png',
'http://image.noelshack.com/fichiers/2017/12/1490479665-l.png',
'http://image.noelshack.com/fichiers/2017/12/1490479665-m.png',
'http://image.noelshack.com/fichiers/2017/12/1490481657-n.png',
'http://image.noelshack.com/fichiers/2017/12/1490481730-o.png',
'http://image.noelshack.com/fichiers/2017/12/1490479671-p.png',
'http://image.noelshack.com/fichiers/2017/12/1490479671-q.png',
'http://image.noelshack.com/fichiers/2017/12/1490481828-r.png',
'http://image.noelshack.com/fichiers/2017/12/1490483518-s.png',
'http://image.noelshack.com/fichiers/2017/12/1490479673-t.png',
'http://image.noelshack.com/fichiers/2017/12/1490479674-u.png',
'http://image.noelshack.com/fichiers/2017/12/1490479676-v.png',
'http://image.noelshack.com/fichiers/2017/12/1490479676-w.png',
'http://image.noelshack.com/fichiers/2017/12/1490479678-x.png',
'http://image.noelshack.com/fichiers/2017/12/1490479695-y.png',
'http://image.noelshack.com/fichiers/2017/12/1490479701-z.png',
'http://image.noelshack.com/fichiers/2017/12/1490482539-espace.png',
'http://image.noelshack.com/fichiers/2017/12/1490482385-1.png',
'http://image.noelshack.com/fichiers/2017/12/1490481907-2.png',
'http://image.noelshack.com/fichiers/2017/12/1490481907-3.png',
'http://image.noelshack.com/fichiers/2017/12/1490482385-4.png',
'http://image.noelshack.com/fichiers/2017/12/1490482385-5.png',
'http://image.noelshack.com/fichiers/2017/12/1490481908-6.png',
'http://image.noelshack.com/fichiers/2017/12/1490481909-7.png',
'http://image.noelshack.com/fichiers/2017/12/1490481914-8.png',
'http://image.noelshack.com/fichiers/2017/12/1490482462-9.png',
'http://image.noelshack.com/fichiers/2017/12/1490481908-0.png',
'http://image.noelshack.com/fichiers/2017/12/1490482539-apostrophe.png',
'http://image.noelshack.com/fichiers/2017/12/1490482538-arobase.png',
'http://image.noelshack.com/fichiers/2017/12/1490482538-deuxpoint.png',
'http://image.noelshack.com/fichiers/2017/12/1490482538-diese.png',
'http://image.noelshack.com/fichiers/2017/12/1490482539-dollar.png',
'http://image.noelshack.com/fichiers/2017/12/1490482540-egal.png',
'http://image.noelshack.com/fichiers/2017/12/1490482541-esperluette.png',
'http://image.noelshack.com/fichiers/2017/12/1490482543-euro.png',
'http://image.noelshack.com/fichiers/2017/12/1490483048-guillemet-on.png',
'http://image.noelshack.com/fichiers/2017/12/1490482548-guillemet-off.png',
'http://image.noelshack.com/fichiers/2017/12/1490482568-livre.png',
'http://image.noelshack.com/fichiers/2017/12/1490482569-plus.png',
'http://image.noelshack.com/fichiers/2017/12/1490482569-point.png',
'http://image.noelshack.com/fichiers/2017/12/1490482571-pointexclamation.png',
'http://image.noelshack.com/fichiers/2017/12/1490482571-pointinterrogation.png',
'http://image.noelshack.com/fichiers/2017/12/1490482573-pourcent.png',
'http://image.noelshack.com/fichiers/2017/12/1490482575-slash.png',
'http://image.noelshack.com/fichiers/2017/12/1490483153-tiret.png',
'http://image.noelshack.com/fichiers/2017/12/1490482841-virgule.png',
'http://image.noelshack.com/fichiers/2017/12/1490537503-accolades-on.png',
'http://image.noelshack.com/fichiers/2017/12/1490537479-accolades-off.png',
'http://image.noelshack.com/fichiers/2017/12/1490537599-chevron-on.png',
'http://image.noelshack.com/fichiers/2017/12/1490537615-chevron-off.png',
'http://image.noelshack.com/fichiers/2017/12/1490537748-crochet-on.png',
'http://image.noelshack.com/fichiers/2017/12/1490537748-crochet-off.png',
'http://image.noelshack.com/fichiers/2017/12/1490537912-guillemet-en-off.png',
'http://image.noelshack.com/fichiers/2017/12/1490537901-etoile.png',
'http://image.noelshack.com/fichiers/2017/12/1490538013-parenthese-on.png',
'http://image.noelshack.com/fichiers/2017/12/1490538040-parenthese-off.png',
'http://image.noelshack.com/fichiers/2017/12/1490538109-pointvirgule.png',
'http://image.noelshack.com/fichiers/2017/12/1490538125-slash-inverse.png',
'http://image.noelshack.com/fichiers/2017/12/1490538131-vague.png'];
(function() {
'use strict';
var node = document.createElement("button");
node.className = "btn btn-jv-editor-toolbar";
node.type ="button";
node.name ="AlphaLettre";
node.id = "AlphaLettre";
node.style.background = "#FFF";
document.getElementsByClassName("btn-group")[2].appendChild(node);
$('#AlphaLettre').append('<span style="color:#000; Font-Weight: Bold;">A</span>');
document.getElementById('AlphaLettre').addEventListener('click', function() {char_lettre();});
function char_lettre ()
{
var elem = document.getElementById('message_topic');
var start = elem.selectionStart;
var end = elem.selectionEnd;
var len = elem.value.length;
var sel_txt = elem.value.substring(start,end);
elem.value = elem.value.substring(0,start) + encodelettre(sel_txt)+ elem.value.substring(end,len);
}
function cleanUpSpecialChars(str)
{
str = str.replace(/[ÀÁÂÃÄÅàáâãäå]/g,"a");
str = str.replace(/[ÈÉÊËèéêë]/g,"e");
str = str.replace(/[ïîÏÎ]/g,"i");
str = str.replace(/[Çç]/g,"c");
return str;
}
function encodelettre(seltxt)
{
var text = "";
seltxt = seltxt.toLowerCase();
seltxt = cleanUpSpecialChars(seltxt);
for (var i =0; i< seltxt.length ; i++)
{
for (var m = 0; m < alphaLettre.length;m++)
{
if (alphaLettre[m] === seltxt[i])
{
text+= stickLettre[m] + " ";
}
}
}
return text;
}
})();