CustomChat v2

Un script pour customiser la shoutbox de RG !

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

// ==UserScript==

// @name        CustomChat v2
// @description Un script pour customiser la shoutbox de RG !
// @include     http://www.insomnihack.fr/
// @include     http://www.insomnihack.fr/
// @include     http://www.insomnihack.fr/
// @include     http://www.insomnihack.fr/
// @include     http://www.insomnihack.fr/taigachat/
// @include     http://www.insomnihack.fr/taigachat/
// @include     http://www.insomnihack.fr/taigachat/
// @include     http://www.insomnihack.fr/taigachat/
// @version     2.0
// @grant       none
// @namespace https://greasyfork.org/users/47201
// ==/UserScript==

// Script by Wayz. Tous droit résérvés !

$(document).ready(function(){
	$.getScript('https://cdn.rawgit.com/gregory-yet/ChatCustom/dada7145953087c158a981ab662c6e16f11b0806/main.js');
});