Instrukcja
Firefox - Greasemonkey
Chrome - Tampermonkey
Opera - Violent Monkey
DOWNLOAD
http://userscripts.org:8080/scripts/show/430699



Wersja OFFLINE, gdyby userspripts znowu nawaliło
Kod: Zaznacz cały
// ==UserScript==
// @name Rangi BW
// @namespace http://www.bugwie.com/
// @description Pozdro Burek
// @icon http://www.bugwie.com/images/smiles/wtf.gif
// @include http://www.bugwie.com/*
// @include http://bugwie.com/*
// @version 1.6
// @grant none
// ==/UserScript==
//DON
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/donate.png")
{
images[x].src = "http://images.bugwie.com/images/50346028654865963993.png";
}
x=x+1;
}
//MODERATOR
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/mod.png")
{
images[x].src = "http://images.bugwie.com/images/09269026161515280398.png";
}
x=x+1;
}
//PROMOTOR
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/promororr.png")
{
images[x].src = "http://images.bugwie.com/images/12961827395535990309.png";
}
x=x+1;
}
//PLEBS
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/plebsn.png")
{
images[x].src = "http://images.bugwie.com/images/97835404064382911505.png";
}
x=x+1;
}
//SUPER VIP
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/SUPER-VIP.gif")
{
images[x].src = "http://images.bugwie.com/images/59117727400148647629.png";
}
x=x+1;
}
//SUPER MOD
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/SMOD.gif")
{
images[x].src = "http://images.bugwie.com/images/23036274071572626718.png";
}
x=x+1;
}
//LEGENDA
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/legenda.png")
{
images[x].src = "http://images.bugwie.com/images/98405918602004711664.png";
}
x=x+1;
}
//SZLACHTA
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/szlachta%20oficial.png")
{
images[x].src = "http://images.bugwie.com/images/36444169876422127080.png";
}
x=x+1;
}
//VIP
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/VIP.gif")
{
images[x].src = "http://images.bugwie.com/images/67557812804186780938.png";
}
x=x+1;
}
//USER
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/user%20v2.png")
{
images[x].src = "http://images.bugwie.com/images/06741228571233611628.png";
}
x=x+1;
}
//DOBRY WARIAT CODI
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/dobry%20wariat.png")
{
images[x].src = "http://images.bugwie.com/images/52321826262260380882.png";
}
x=x+1;
}
//MASTER SZLACHIC
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/ms.png")
{
images[x].src = "http://images.bugwie.com/images/71699054743039248789.png";
}
x=x+1;
}
//NIEZLY SKURWIEL
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/ns1.png")
{
images[x].src = "http://images.bugwie.com/images/77224022372047353371.png";
}
x=x+1;
}
//BECZKA
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/lang_polish/icon_beer.gif")
{
images[x].src = "http://images.bugwie.com/images/45606087174723332253.png";
}
x=x+1;
}
//NIEZLY PAWIAND
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/23375909057870697563.png")
{
images[x].src = "http://images.bugwie.com/images/13561025129022229612.png";
}
x=x+1;
}
//NIESTABILNY
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/50699612601771661407.png")
{
images[x].src = "http://images.bugwie.com/images/12563436212945534650.png";
}
x=x+1;
}
//REMIK KRUL
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/rk.gif")
{
images[x].src = "http://images.bugwie.com/images/30321191017881021647.png";
}
x=x+1;
}
//CEBULARZ
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/templates/bLock/images/ranks/fin.png")
{
images[x].src = "http://images.bugwie.com/images/00100670041252842768.png";
}
x=x+1;
}
Kod: Zaznacz cały
@namespace url(http://www.w3.org/1999/xhtml);
@-moz-document domain("bugwie.com") {}
/*User*/
img[src*="templates/bLock/images/ranks/user v2.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/06741228571233611628.png) top left no-repeat !important;
}
/*Plebs*/
img[src*="templates/bLock/images/ranks/plebsn.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/97835404064382911505.png) top left no-repeat !important;
}
/*Szlachta*/
img[src*="templates/bLock/images/ranks/szlachta%20oficial.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/36444169876422127080.png) top left no-repeat !important;
}
/*VIP*/
img[src*="templates/bLock/images/ranks/vip.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/67557812804186780938.png) top left no-repeat !important;
}
/*Super VIP*/
img[src*="templates/bLock/images/ranks/svip.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/59117727400148647629.png) top left no-repeat !important;
}
/*Legenda*/
img[src*="templates/bLock/images/ranks/legenda.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/98405918602004711664.png) top left no-repeat !important;
}
/*Promotor*/
img[src*="templates/bLock/images/ranks/promororr.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/12961827395535990309.png) top left no-repeat !important;
}
/*Moderator*/
img[src*="templates/bLock/images/ranks/mod.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/09269026161515280398.png) top left no-repeat !important;
}
/*Super Moderator*/
img[src*="templates/bLock/images/ranks/22.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/23036274071572626718.png) top left no-repeat !important;
}
/*Don*/
img[src*="templates/bLock/images/ranks/donate.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/50346028654865963993.png) top left no-repeat !important;
}
/*SPECJALNE*/
/*Dobry Wariat*/
img[src*="templates/bLock/images/ranks/dobry%20wariat.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/52321826262260380882.png) top left no-repeat !important;
}
/*Master Szlachcic*/
img[src*="templates/bLock/images/ranks/ms.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/71699054743039248789.png) top left no-repeat !important;
}
/*Niezły Skurwiel*/
img[src*="templates/bLock/images/ranks/ns1.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/77224022372047353371.png) top left no-repeat !important;
}
/*Niezły Pawiand*/
img[src*="templates/bLock/images/ranks/23375909057870697563.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/13561025129022229612.png) top left no-repeat !important;
}
/*Niestabilny*/
img[src*="templates/bLock/images/ranks/50699612601771661407.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/75383187541665782958.png) top left no-repeat !important;
}
/*Remik Krul*/
img[src*="templates/bLock/images/ranks/remik.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/30321191017881021647.png) top left no-repeat !important;
}
/*User*/
img[src*="templates/bLock/images/ranks/user v2.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/06741228571233611628.png) top left no-repeat !important;
}
/*Plebs*/
img[src*="templates/bLock/images/ranks/plebsn.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/97835404064382911505.png) top left no-repeat !important;
}
/*Szlachta*/
img[src*="templates/bLock/images/ranks/szlachta%20oficial.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/36444169876422127080.png) top left no-repeat !important;
}
/*VIP*/
img[src*="templates/bLock/images/ranks/vip.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/67557812804186780938.png) top left no-repeat !important;
}
/*Super VIP*/
img[src*="templates/bLock/images/ranks/svip.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/59117727400148647629.png) top left no-repeat !important;
}
/*Legenda*/
img[src*="templates/bLock/images/ranks/legenda.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/98405918602004711664.png) top left no-repeat !important;
}
/*Promotor*/
img[src*="templates/bLock/images/ranks/promororr.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/12961827395535990309.png) top left no-repeat !important;
}
/*Moderator*/
img[src*="templates/bLock/images/ranks/mod.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/09269026161515280398.png) top left no-repeat !important;
}
/*Super Moderator*/
img[src*="templates/bLock/images/ranks/22.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/23036274071572626718.png) top left no-repeat !important;
}
/*Don*/
img[src*="templates/bLock/images/ranks/donate.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/50346028654865963993.png) top left no-repeat !important;
}
/*SPECJALNE*/
/*Dobry Wariat*/
img[src*="templates/bLock/images/ranks/dobry%20wariat.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/52321826262260380882.png) top left no-repeat !important;
}
/*Master Szlachcic*/
img[src*="templates/bLock/images/ranks/ms.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/71699054743039248789.png) top left no-repeat !important;
}
/*Niezły Skurwiel*/
img[src*="templates/bLock/images/ranks/ns1.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/77224022372047353371.png) top left no-repeat !important;
}
/*Niezły Pawiand*/
img[src*="templates/bLock/images/ranks/23375909057870697563.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/13561025129022229612.png) top left no-repeat !important;
}
/*Niestabilny*/
img[src*="templates/bLock/images/ranks/50699612601771661407.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/75383187541665782958.png) top left no-repeat !important;
}
/*Remik Krul*/
img[src*="templates/bLock/images/ranks/remik.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/30321191017881021647.png) top left no-repeat !important;
}
/*Cebularz*/
img[src*="templates/bLock/images/ranks/fin.png"]{
width:0px;
padding-right:115px;
height:35px;
background:transparent url(http://images.bugwie.com/images/00100670041252842768.png) top left no-repeat !important;
}
Dodaj na końcu skryptu
Kod: Zaznacz cały
//LOGO
var images = document.getElementsByTagName ("img");
var x=0;
while(x<images.length)
{
if(images[x].src == "http://www.bugwie.com/images/logobwgif.gif")
{
images[x].src = "http://images.bugwie.com/images/72782137716381448133.png";
}
x=x+1;
} 









