#1 Le 24/08/2010, à 02:34
- sputnick
[theme de kubuntu-fr.org] comment en faire le theme par defaut
Si comme moi vous préférez le thème Kubuntu ( bleu ) à la place du thème couleur caca, je vous invite à installer l'extension Firefox GreaseMonkey :
https://addons.mozilla.org/en-US/firefox/addon/748/
Puis ajouter ce script :
// ==UserScript==
// @name kubuntu-redirect
// @namespace http://ubuntu-fr.org/
// @description rediriger de http://*.ubuntu-fr.org vers http://*.kubuntu-fr.org
// @include http://*ubuntu-fr.org/*
// ==/UserScript==
//
// écrit en 2010 par sputnick
// contributeur : eisd du canal IRC #javascript sur freenode
/(?:forum|doc|www)\.ubuntu-fr\.org/.exec(location.host) && location.replace(location.href.replace("ubuntu-fr.org", "kubuntu-fr.org"));
Vous pouvez le télécharger ici : http://www.sputnick-area.net/scripts/ubuntu-redirect.user.js
Dernière modification par sputnick (Le 24/08/2010, à 04:35)
Qui veut faire quelque chose trouve un moyen, qui ne veut rien faire trouve une excuse. Proverbe arabe
https://sputnick.fr
Hors ligne